API structure has changed
9 structure changes including:
2 Additions
7 Modifications
Modified
7
Breaking
GET /api/v1/board/{board_uuid}/list/{boardList_uuid}/task/{boardTask_uuid}
- Response
-
200 response Modified
- child_tasks property Removed
- parent_task, sub_tasks, workflow_task properties Added
GET /api/v1/board/{board_uuid}/tasks
- Response
-
200 response Modified
- child_tasks property Removed
- parent_task, sub_tasks, workflow_task properties Added
POST /api/v1/board/{board_uuid}/list/{boardList_uuid}/task
- Body
-
content type Modified
- parent_uuid property Added
- Response
-
200 response Modified
- child_tasks property Removed
- parent_task, sub_tasks, workflow_task properties Added
POST /api/v1/workflow
- Body
-
content type Modified
- type property Removed
POST /api/v1/workflow/{workflow_uuid}/task
- Body
-
content type Modified
- parent_workflow_task_uuid property Removed
- parent_uuid, trigger_uuid, auto_assign_direct_report, auto_assign_administrator, auto_assign_clients, groups properties Added
PUT /api/v1/board/{board_uuid}/list/{boardList_uuid}/task/{boardTask_uuid}
- Body
-
content type Modified
- parent_uuid property Added
- Response
-
200 response Modified
- child_tasks property Removed
- parent_task, sub_tasks, workflow_task properties Added
PUT /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}
- Body
-
content type Modified
- completed, parent_workflow_task_uuid properties Removed
- parent_uuid, trigger_uuid, auto_assign_direct_report, auto_assign_administrator, auto_assign_clients, groups properties Added
Added
2
GET /api/v1/workflow/{workflow_uuid}/breadcrumbs
GET /api/v1/workflow/{workflow_uuid}/tree