Last updated 5 months ago
Get all fields for a project
Project fields
GET /api/v1/projects/{projectId}/fields HTTP/1.1 Host: www.taskade.com Accept: */*
{ "ok": true, "items": [ { "id": "text", "data": { "type": "boolean" } } ] }