Skip to main content
GET
/
itsm
/
comments
/
{comment_id}
Get ITSM Comment by ID
curl --request GET \
  --url https://api.leen.dev/v1/itsm/comments/{comment_id} \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CONNECTION-ID: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "body": "<string>",
  "ticket_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vendor_attributes": {
    "id": "<string>",
    "vendor": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "data": {
      "vendor": "JIRA",
      "originalBody": "<unknown>"
    }
  },
  "author_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Path Parameters

comment_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

Leen's UUID for the Comment

body
string
required

Text content of the Comment

ticket_id
string<uuid>
required

Ticket ID the Comment belongs to

vendor_attributes
ITSM Comment Vendor Attributes · object
required

Vendor-specific attributes of the Comment

author_id
string<uuid> | null

User ID of the Comment author