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-09-00123" } '
200
sample
{ "filings": [ { "documentID": "statementOfClaim", "displayName": "Statement of Claim", "required": true, "completed": false } ]}
Retrieves the user’s tasks for the current phase of a case.
access token
The unique ID of the case.
36
"2025-09-00123"
Tasks successfully retrieved.
List of filing tasks for this case.
Show child attributes
Unique identifier for the document type.
"statementOfClaim"
Human-friendly document name.
"Statement of Claim"
True if this document is required right now.
true
True if not required, but strongly encouraged to be filed.
True if the user has already finished this task.
false
Filings the user must approve.
Unique ID of the filing awaiting approval.
"filing-7f4b9c2a"
Unique ID for the filing's document type.
Human-friendly name of the filing.
Party that filed the document.
"claimant"