Get comments for an entity
Get comments for an entity in Betayum. Create and manage collaboration comments on compliance entities such as tasks, policies, risks, vendors, and findings.
Query parameters
ID of the entity to get comments for
Type of entity
Response
Comments retrieved successfully
Example response
[
{
"id": "cmt_abc123def456",
"content": "This task needs to be completed by end of week",
"author": {
"id": "usr_abc123def456",
"name": "John Doe",
"email": "john.doe@company.com"
},
"attachments": [
{
"id": "att_abc123def456",
"name": "document.pdf",
"type": "application/pdf",
"createdAt": "2024-01-15T10:30:00Z"
}
],
"createdAt": "2024-01-15T10:30:00Z"
}
]Changes
Changed in 4 of the 51 revisions of this API.112
- ○
added the new enum value
findingto thequeryrequest parameterentityTyperequest-parameter-enum-value-added
- ○
- ▲
removed the enum value
findingfrom thequeryrequest parameterentityTyperequest-parameter-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new enum value
findingto thequeryrequest parameterentityTyperequest-parameter-enum-value-added
- ○
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●