curl --request POST \
--url https://api.platform.arb.inc/filings/documents/view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseID": "2025-08-00225",
"filingID": "15"
}
'{
"document": {
"created": "2025-06-01T14:23:45Z",
"updated": "2025-06-10T09:15:00Z",
"caseID": "2025-08-00225",
"filingID": "15",
"phaseID": "caseInitiation",
"documentId": "statementOfClaim",
"partyID": "claimant",
"userID": "74e7a465-6865-42b9-a1cf-a241bd8896d4",
"organizationID": "16d1224b-8f19-44c7-bfb0-47a6a272ff33",
"isSubmitted": true,
"fields": {
"claimantName": "Mike Smith",
"claimantAddress": "123 Main Street"
},
"approved": "2025-06-12T17:00:00Z",
"approvedBy": "107b5300-6f89-4934-b188-b99594cf3c55",
"docketId": "42"
}
}Returns the details of a filed document for a given case and filing.
curl --request POST \
--url https://api.platform.arb.inc/filings/documents/view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseID": "2025-08-00225",
"filingID": "15"
}
'{
"document": {
"created": "2025-06-01T14:23:45Z",
"updated": "2025-06-10T09:15:00Z",
"caseID": "2025-08-00225",
"filingID": "15",
"phaseID": "caseInitiation",
"documentId": "statementOfClaim",
"partyID": "claimant",
"userID": "74e7a465-6865-42b9-a1cf-a241bd8896d4",
"organizationID": "16d1224b-8f19-44c7-bfb0-47a6a272ff33",
"isSubmitted": true,
"fields": {
"claimantName": "Mike Smith",
"claimantAddress": "123 Main Street"
},
"approved": "2025-06-12T17:00:00Z",
"approvedBy": "107b5300-6f89-4934-b188-b99594cf3c55",
"docketId": "42"
}
}access token
Filed document returned.
Show child attributes
When the filing was created.
"2025-06-01T14:23:45Z"
When the filing was last updated.
"2025-06-10T09:15:00Z"
Case ID the filing belongs to.
"2025-08-00225"
Unique filing record ID.
"15"
Phase in which the document was filed.
"caseInitiation"
Type identifier of the filed document.
"statementOfClaim"
Party on whose behalf the document was filed.
"claimant"
User who filed the document.
"74e7a465-6865-42b9-a1cf-a241bd8896d4"
Organization ID of the user, if any.
"16d1224b-8f19-44c7-bfb0-47a6a272ff33"
Whether the filing was submitted for review.
true
When the filing was approved, if approved.
"2025-06-12T17:00:00Z"
User ID of the approver, if approved.
"107b5300-6f89-4934-b188-b99594cf3c55"
Docket entry ID, if docketed.
"42"