Last updated 4 months ago
Get all projects in a folder, or in the home folder of a workspace.
Folder/Workspace/Space ID
curl -L \ --url 'https://www.taskade.com/api/v1/folders/{folderId}/projects'
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }