cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/pending-approval \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00123" } '
{ "documents": [ { "created": "2025-08-01T14:23:45Z", "updated": "2025-08-10T09:12:30Z", "filingID": "4", "phaseID": "caseInitiation", "documentID": "statementOfClaim", "userID": "ac4a1ff3-2834-422f-9286-f8e8e5d0ca5b", "organizationID": "928c4307-9982-4cf7-a726-791e83a043f0" }, { "created": "2025-08-05T11:00:00Z", "updated": "2025-08-08T16:45:10Z", "filingID": "4", "phaseID": "caseInitiation", "documentID": "statementOfClaim", "userID": "ac4a1ff3-2834-422f-9286-f8e8e5d0ca5b", "organizationID": null } ] }
Returns all documents submitted for approval in a case that only the calling user can approve.
access token
Case identifier to look up.
36
"2025-08-00123"
Documents pending approval were found.
List of documents pending approval for the caller.
Show child attributes
When the filing was created.
"2025-08-01T14:23:45Z"
When the filing was last updated.
"2025-08-10T09:12:30Z"
Unique filing record ID.
"4"
Phase this document was filed in.
"caseInitiation"
ID of document type that was filed.
"statementOfClaim"
ID of the user who filed the document.
"ac4a1ff3-2834-422f-9286-f8e8e5d0ca5b"
Organization ID of the filing user (null for personal accounts).
"928c4307-9982-4cf7-a726-791e83a043f0"