Skip to main content
GET
/
projects
List Projects
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
  }
]

Authorizations

x-api-token
string
header
required

Response

Array of projects

label
string
Example:

"My Project"

path
string

Path to project folder

Example:

"/Users/johndoe/Documents/Daytalog/My Project"

active
boolean

TRUE if this project is the current active project