Contract - Data fields
Get a contract data field by ID
Use this endpoint to retrieve a specific contract data field by its ID.
get/contracts/{contract_id}/data_fields/{data_field_id}
Path parameters
contract_idinteger required
The unique ID of the contract.
data_field_idinteger required
The unique ID of the data field in contract.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Response
Returns the requested contract data field.
Changes
No recorded changes to this endpoint across all 1 revision of this API.