Skip to content

Ticket

Support case management.

Create

Endpoint

HTTP
POST /ticket/create

Authorized User Role

user

Request Body

FieldTypeRequired
createddate
ccstring
productIdstring
subjectstringyes
severitystringyes
statusstringyes
updateddateyes

Response

FieldType
accountIdstring
assignedstring
ccstring
createddate
hoursnumber
idstring
productIdstring
subjectstring
severitystring
statusstring
updateddate
workarray

Work

FieldType
datedate
descriptionstring
hoursnumber

Get

Endpoint

HTTP
POST /ticket/get

Authorized User Role

user

Request Body

FieldTypeRequired
idstringyes
ownerstring

Response

FieldType
accountIdstring
assignedstring
ccstring
createddate
hoursnumber
idstring
productIdstring
subjectstring
severitystring
statusstring
updateddate
workarray

Work

FieldType
datedate
descriptionstring
hoursnumber

Find

Endpoint

HTTP
POST /ticket/find

Authorized User Role

user

Request Body

FieldType
idstring
statusstring

Query String Options

FieldType
filterstring
hiddenboolean
indexstring
limitnumber
logboolean
nextobject
prevobject
wherestring

Response

Paged response.

FieldTypeNotes
dataarrayAn array of Ticket records.
nextstringPaged cursor to use for the next page of items.
prevstringPages cursor to use for the previous page of items.

Ticket

FieldType
accountIdstring
assignedstring
ccstring
createddate
hoursnumber
idstring
productIdstring
subjectstring
severitystring
statusstring
updateddate
workarray

Work

FieldType
datedate
descriptionstring
hoursnumber

Update

Endpoint

HTTP
POST /ticket/update

Authorized User Role

user

Request Body

FieldTypeRequired
ccstring
idstringyes
productIdstring
subjectstringyes
severitystringyes
statusstringyes
updateddateyes

Response

FieldType
accountIdstring
assignedstring
ccstring
createddate
hoursnumber
idstring
productIdstring
subjectstring
severitystring
statusstring
updateddate
workarray

Work

FieldType
datedate
descriptionstring
hoursnumber