GET
/
cases

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

limit
number
required

The number of items to return

offset
number
required

Filter users without email

order_direction
string
required

Direction to return accounts

Response

200 - application/json
id
string
required

Unique identifier for the case.

caseName
string
required

Name of the case.

description
string

Description of the case.

caseNumber
string

Number of the case.

caseStatus
string

Status of the case.

priority
string

Priority of the case.

submitter
string

Name of the person who submitted the case.

resolver
string

Name of the person assigned to resolve the case.

account_id
string

ID of the account associated with the case.

user_id
string

ID of the user associated with the case.

contact_id
string

ID of the contact associated with the case.

isClosed
boolean

Flag indicating whether the case is closed.

isDeleted
boolean

Flag indicating whether the case is deleted.

isEscalated
string

Flag indicating whether the case is escalated.

createdDate
string

Date and time when the case was created.

vendor_id
string

ID of the vendor associated with the case.

supplier_id
string

ID of the supplier associated with the case.