API structure has changed
7 structure changes including:
7 Modifications
Modified
7
GET /api/v1/task
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- workflow property Added
-
data property Modified
-
application/json content type Modified
GET /api/v1/task/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- workflow property Added
-
application/json content type Modified
GET /api/v2/fact-find-circle-expenditures/{factFindSession_uuid}
- Query
- filter[uuid], filter[life_stage_uuid], filter[life_stage_section_uuid], sort query parameters Added
PATCH /api/v1/task/{task_uuid}/complete
- Response
-
200 response Modified
-
application/json content type Modified
- workflow property Added
-
application/json content type Modified
PATCH /api/v1/task/{task_uuid}/uncomplete/{taskStatus}
- Response
-
200 response Modified
-
application/json content type Modified
- workflow property Added
-
application/json content type Modified
POST /api/v1/task
- Response
-
201 response Modified
-
application/json content type Modified
- workflow property Added
-
application/json content type Modified
PUT /api/v1/task/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- workflow property Added
-
application/json content type Modified