Skip to content

Ticket

Support case management.


Create

Endpoint

1
POST /ticket/create

Authorized User Role

1
user

Request Body

Field Type Required Role
assigned string support
cc string
productId string
subject string yes
severity string yes
status string yes
updated date yes

Response

Field Type
accountId string
assigned string
cc string
hours number
id string
productId string
subject string
severity string
status string
updated date
work array

Work

An array of Work items.

Field Type
date date
description string
hours number

Get

Endpoint

1
POST /ticket/get

Authorized User Role

1
user

Request Body

Field Type Required
id string yes
owner string

Response

Field Type
accountId string
assigned string
cc string
hours number
id string
productId string
subject string
severity string
status string
updated date
work array

Work

An array of Work items.

Field Type
date date
description string
hours number

Fetch

Endpoint

1
POST /ticket/fetch

Authorized User Role

1
support

Request Body

Field Type
status string

Query String Options

Field Type
hidden boolean
filter string
limit number
next object
prev object
index string
where string
log boolean

Response

Field Type
accountId string
assigned string
cc string
hours number
id string
productId string
subject string
severity string
status string
updated date
work array

Work

An array of Work items.

Field Type
date date
description string
hours number

Find

Endpoint

1
POST /ticket/find

Authorized User Role

1
user

Request Body

Field Type Role
id string
accountId string support

Query String Options

Field Type
hidden boolean
filter string
limit number
next object
prev object
index string
where string
log boolean

Response

Paged response.

Field Type Notes
data array An array of metrics each containing an array of metric with the following properties.
next string Paged cursor to use for the next page of items.
prev string Pages cursor to use for the previous page of items.

Ticket

An array of Ticket items.

Field Type
accountId string
assigned string
cc string
hours number
id string
productId string
subject string
severity string
status string
updated date
work array

Work

An array of Work items.

Field Type
date date
description string
hours number

Init

Endpoint

1
POST /ticket/init

Authorized User Role

1
user

Request Body

A object.

Response

Field Type
accountId string
assigned string
cc string
hours number
id string
productId string
subject string
severity string
status string
updated date
work array

Work

An array of Work items.

Field Type
date date
description string
hours number

Remove

Endpoint

1
POST /ticket/remove

Authorized User Role

1
support

Request Body

Field Type Role
id string
accountId string support

Update

Endpoint

1
POST /ticket/update

Authorized User Role

1
user

Request Body

Field Type Required Role
accountId string support
assigned string support
cc string
id string yes
productId string
subject string yes
severity string yes
status string yes
updated date yes

Response

Field Type
accountId string
assigned string
cc string
hours number
id string
productId string
subject string
severity string
status string
updated date
work array

Work

An array of Work items.

Field Type
date date
description string
hours number

UpdateWorked

Endpoint

1
POST /ticket/updateWorked

Authorized User Role

1
support

Request Body

Field Type Required
accountId string yes
id string yes
description string yes
hours number yes

Response

Field Type
accountId string
assigned string
cc string
hours number
id string
productId string
subject string
severity string
status string
updated date
work array

Work

An array of Work items.

Field Type
date date
description string
hours number