Next Topic

Previous Topic

Book Contents

Get Ticketing Tickets

Returns an array of Ticketing tickets.

GET /automation/tickets

Headers

Model Schema

Field

Datatype

Filterable

Sortable

TicketId

int

 

 

MachineGroup

string

AgentGuid

decimal

 

Summary

string

 

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "TicketId": 0,
      "MachineGroup": "string",
      "AgentGuid": 0,
      "Summary": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}