v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContract - Files
Get contract files
Use this endpoint to retrieve the list of all files available for the specified contract ID, which includes the contract itself, contract verification, attachments, and PDF documents.
get/contracts/{contract_id}/files
Path parameters
contract_idinteger required
The unique ID of the contract.
Query parameters
offsetinteger
limitstring limit
The resource limit (minimum 1, maximum 100). Set limit = all to get all resources at once.
sortstring
A comma-separated list of columns by which results are sorted. Valid columns:
- id
- type
- extension
- name
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
Response
Returns the requested contract files.