v1

latestOpenAPI 3.0.12026-07-26272332.0 KB
Comments

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

totalinteger

Example response

{
  "items": [
    {
      "id": "c-789",
      "text": "Shipment has been approved for release.",
      "author": "user@example.com",
      "createdAt": "2026-03-15T14:22:00Z"
    }
  ]
}