Last updated 6 months ago
Get projects templates in a folder.
20
1
Project Templates
GET /api/v1/folders/{folderId}/project-templates HTTP/1.1 Host: www.taskade.com Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }