Last updated 4 months ago
Get all fields for a project
curl -L \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/fields'
{ "ok": true, "items": [ { "id": "text", "data": { "type": "boolean" } } ] }