cURL
curl --request GET \ --url http://localhost:5252/projects \ --header 'x-api-token: <api-key>'
[ { "label": "My Project", "path": "/Users/johndoe/Documents/Daytalog/My Project", "active": true } ]
Returns a list of selectable projects
Array of projects
"My Project"
Path to project folder
"/Users/johndoe/Documents/Daytalog/My Project"
TRUE if this project is the current active project
Was this page helpful?