d0dcc5024bd1

latestOpenAPI 3.0.42026-08-104969330.3 KB
Cases

Get case files

Returns all documents and files attached to a case.

File Types Include:

  • OriginalInvoice - The initial invoice/claim document
  • ProofOfDelivery - Delivery confirmations
  • Contract - Agreements and contracts
  • Correspondence - Email and letter communications
  • PaymentProof - Payment receipts and confirmations
  • CourtDocuments - Legal filings and court papers
  • Other - Miscellaneous supporting documents

File Information Includes:

  • File ID and case ID
  • File name and description/label
  • Document type classification
  • Upload timestamps (created, updated)
  • Download URL (temporary, signed link)
  • File metadata

Use Case: Use this endpoint to:

  • Retrieve evidence and supporting documents
  • Display case files in partner portals
  • Download documents for offline review
  • Build document management interfaces
  • Audit document completeness

Note: File URLs are temporary signed links that expire after a period. Generate new URLs by calling this endpoint again if links expire.

get/cases/{id}/files

Path parameters

idstring uuid required

Response

Files retrieved successfully (may be empty array)

idstring uuid
dateCreatedstring date-time
dateUpdatedstring date-time
caseIdstring uuid
entityTypestring nullable
entityIdstring uuid
fileNamestring nullable
urlstring nullable
descriptionstring nullable
documentTypestring nullable