Get Projects in App

get

Get all projects in a folder, or in the home folder of a workspace.

Authorizations
Path parameters
folderIdstringRequired

Folder/Workspace/Space ID

Responses
200
Projects
application/json
get
GET /api/v1/folders/{folderId}/projects HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "ok": true,
  "items": [
    {
      "id": "text",
      "name": "text"
    }
  ]
}

Last updated