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

GET

/api/ticket_filters

Get a list of ticket filters

Scope:

operator

Request Parameters

Query

2

operator_id

optional

The operator id associated with the filters

Response

Schema

{}

payload

The ticket filters data

[]

{}

2

filter_id

TThe unique identifier for the ticket filter

A

filter_name

The custom name of the ticket filter

is_current

True if the filter is the current filter for the operator

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_filters

example response

      
        

1

 {

2

   "payload": [{

3

     "filter_id"

: 1,

4

     "filter_name"

: "Default",

5

     "is_current"

: true

6

   }],

7

   "status": "ok",

8

 }