v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
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.

bodystring required

The actual message of a comment.

created_timestring datetime required

The time when the comment was created.

idinteger required

The id of a comment.

parent_idinteger nullable

The id of the parent comment. It should not be an id of a reply comment.

privateboolean required

Indicates this comment is private or not.

updated_timestring datetime nullable

The time when the comment was updated.