cURL
curl --request POST \ --url https://cases.platform.arb.inc/tasks/case/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292" } '
{ "tasks": [ { "taskID": "2720f109-0caf-4c62-af22-5d08c853711c", "type": "file_document", "description": "File your Statement of Claim", "dueDate": "2025-08-22T10:30:00.000Z" } ] }
Returns all pending tasks the authenticated user can complete for a specific case.
access token
"2025-08-00292"
Successfully retrieved tasks
Show child attributes