cURL
curl --request POST \ --url https://cases.platform.arb.inc/docket/entries/statement-of-claim \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292" } '
{ "entryID": "1", "userID": "2720f109-0caf-4c62-af22-5d08c853711c", "organizationID": "2720f109-0caf-4c62-af22-5d08c853711c", "fields": { "claimantName": "John Smith", "respondentName": "Jane Doe", "disputeAmount": "5000.00" } }
Returns the Statement of Claim document filed by the claimant, including all field values and metadata.
access token
Case identifier
"2025-08-00292"
Successfully retrieved Statement of Claim
"1"
"2720f109-0caf-4c62-af22-5d08c853711c"
Show child attributes
{ "claimantName": "John Smith", "respondentName": "Jane Doe", "disputeAmount": "5000.00"}