Next Topic

Previous Topic

Book Contents

Get Ticketing Ticket Note

Returns the notes of a Ticketing ticket.

GET /automation/tickets/{ticketId}/notes

Headers

Model Schema

Field

Datatype

Filterable

Sortable

TicketId

int

 

 

Author

string

 

 

DateEntered

datetime

 

 

NoteText

string

 

 

Sample Request Model

{
  "Result": [
    {
      "TicketID": 0,
      "Author": "string",
      "DateEntered": "2017-08-01T15:52:15.641Z",
      "NoteText": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}