List Conversation log for Ticket
Lists the conversation log events for a specified ticket.
Pagination
- Cursor pagination (recommended)
- Offset pagination
See Pagination.
Returns a maximum of 100 records per page.
Allowed for
- Agents
Path parameters
The ID of the ticket
Query parameters
A pagination cursor that tells the endpoint which page to start on. It should be a meta.before_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.
A pagination cursor that tells the endpoint which page to start on. It should be a meta.after_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.
Specifies how many records should be returned in the response. You can specify up to 100 records per page.
Response
Successful response
Changes
Changed in 4 of the 29 revisions of this API.123
- ▲
the
events/items/attachments/items/allOf[AttachmentBaseObject]/heightresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentBaseObject]/widthresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/heightresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/widthresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
- ▲
the
events/items/attachments/items/allOf[AttachmentBaseObject]/heightresponse's property type/format changed frominteger/tostring/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentBaseObject]/widthresponse's property type/format changed frominteger/tostring/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/heightresponse's property type/format changed frominteger/tostring/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/widthresponse's property type/format changed frominteger/tostring/for status200response-property-type-changed
- ▲
- ▲
the
events/items/attachments/items/allOf[AttachmentBaseObject]/heightresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentBaseObject]/widthresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/heightresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
events/items/attachments/items/allOf[AttachmentThumbnails]/thumbnails/items/widthresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
- ○
added the new optional
queryrequest parameterpage[after]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterpage[before]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterpage[size]new-optional-request-parameter
- ○
Of the 29 revisions, 1 has no diff computed.