Returns the notes of a Ticketing ticket.
GET /automation/tickets/{ticketId}/notes
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request Model
{
"Result": [
{
"TicketID": 0,
"Author": "string",
"DateEntered": "2017-08-01T15:52:15.641Z",
"NoteText": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}