cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/view \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "filingID": "2720f109-0caf-4c62-af22-5d08c853711c" } '
{ "filingID": "2720f109-0caf-4c62-af22-5d08c853711c", "created": "2025-08-15T10:30:00.000Z", "documentID": "statementOfClaim", "status": "draft", "fields": { "claimantName": "John Smith", "respondentName": "Jane Doe" } }
Returns detailed information about a specific filed document including all field values and metadata.
access token
"2025-08-00292"
"2720f109-0caf-4c62-af22-5d08c853711c"
Successfully retrieved document filing details
"2025-08-15T10:30:00.000Z"
"statementOfClaim"
"draft"
Show child attributes
{ "claimantName": "John Smith", "respondentName": "Jane Doe"}