Last updated 21 days ago
Get projects templates in a folder.
Project Templates
const response = await fetch('https://www.taskade.com/api/v1/folders/{folderId}/project-templates', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }