v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Ticket Comments

Retrieve all comments for a ticket

Retrieve a paginated list of all comments for a specific ticket.

Required scopes: flex.collaboration.ticketComments.read

get/api/v2/organizations/{orgSlug}/ticket-comments/{ticketId}

Path parameters

ticketIdstring required

ticket id

orgSlugstring required

organization slug

Query parameters

$selectstring

Select fields to return

$cursorNextstring
$cursorPrevstring
$limitnumber

Response

rangeStartnumber
rangeEndnumber
cursorNextstring
cursorPrevstring

Example response

{
  "results": [
    {
      "_id": "6a4e2038aedbb38ad5b3f719",
      "text": "This is the comment text",
      "target": "6a4e2038aedbb38ad5b3f71a",
      "member": "6a4e2038aedbb38ad5b3f71b",
      "isPublic": true
    }
  ]
}