v1
latestOpenAPI 3.0.12026-07-26272332.0 KBComments
Get the list of comments
get/{recordType}/{alias}/{id}/comment
Path parameters
recordTypestring string required
'apps', 'elements', 'tasks', or 'transactions'
aliasstring string required
The application alias
idstring string required
The record ID
Response
Ok
Example response
{
"items": [
{
"id": "c-789",
"text": "Shipment has been approved for release.",
"author": "user@example.com",
"createdAt": "2026-03-15T14:22:00Z"
}
]
}