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