Leave a note in tickets so that agents can have a fuller context of the issue and engage with customers on a more personal level. This API can also help the next assignee catch up with the conversation when transferred. Ticket notes are visible to admins and agents only, not customers.
The following table shows the list of properties in a ticket note resource.
Property name
Type
Description
count
int
The total number of ticket notes made during the specified time period.
id
int
The unique ID of the ticket note.
ticket_id
int
The unique ID of the ticket where the note was left to.
note
string
The content of the ticket note.
requestedFrom
string
The method through which a ticket note was created. Valid values are DASHBOARD and PLATFORM_API.
createdBy
nested object
A JSON object that contains information about the agent who left the note, such as their user ID, role, and the time when the note was created. If the ticket notes were created through a Platform API request, the value of this property is null.
createdAt
string
The date and time when the ticket note was created, in ISO 8601 format.
updatedAt
string
The date and time when the ticket note was last updated, in ISO 8601 format.
API endpoints are relative to the base URL allocated to your application. In this page, the endpoint refers to https://desk-api-{application_id}.sendbird.com/platform/v1.
Note: If you want to know your application ID, sign in to your dashboard, go to the Settings > Application > General, and then check the Application ID.
It's recommended that the parameter values in API URLs be urlencoded, such as {ticket_id}.
Specifies the number of results to skip when receiving a response. The value of offset is also used as the starting index of each page. (Default: 0)
start_date
string
Specifies the start date of the ticket notes to retrieve, in YYYY-MM-DD format. The time range between start_date and end_date should be less than or equal to one year, in UTC. If not specified, the default time range is 30 days prior to end_date.
end_date
string
Specifies the end date of the ticket notes to retrieve, in YYYY-MM-DD format. The time range between start_date and end_date should be less than or equal to one year, in UTC. If not specified, the current date becomes the last date of the list.