1-877-548-3001 Sign in About Contact
Developer

GET

/api/ticket/priorities

Get a list of ticket priorities

Scope:

operator

Response

Schema

{}

payload

The ticket priorities data

[]

{}

2

id

The unique identifier for the ticket priority

A

priority_name

The name of the ticket priority

A

status

The system response status. Will be ok or error

curl

example request

1

curl -H "Authorization: Bearer {{Oauth Token}}"

2

https://developer.livehelpnow.net/api/ticket/priorities

example response

      
        

1

 {

2

   "payload": [{

3

     "id"

: 6,

4

     "priority_name"

: "High"

5

   }],

6

   "status": "ok"

7

 }