Get incident comments.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/incidents/{incidentId}/comments

This operation retrieves comments for an incident.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Incident comments were successfully retrieved.
Body ()
Root Schema : IncidentComments
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : IncidentComment
Type: object
Show Source
  • Read Only: true
    Date and time when comment was created in ISO-8601 format. Automatically assigned on backend during creation of the comment.
  • Read Only: true
    The unique id of the object
    Example: 53
  • links
  • Read Only: true
    Allowed Values: [ "NEW", "OPEN", "WORK_IN_PROGRESS", "RESOLVED", "WITHDRAWN", "SEND_TO_EXTERNAL_PROCESSING" ]
    State of the incident when comment was created. Automatically assigned on backend during creation of the comment.
    Example: OPEN
  • Text of the comment. Cannot be blank.
    Example: My comment for the incident
Back to Top