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

GET

/api/callback_filters/options

Get a list of callback filters options

Scope:

operator

Response

Schema

{}

payload

The filter options data

{}

2

assigned_to

The field the filters are available for

{}

options

The list of filter options

[]

{}

A

name

The option name

A

value

The option value

A

type

The field type

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/callback_filters/options

example response

      
        

1

 {

2

   "payload": {

3

     "assigned_to"

:{

4

       "options"

: [{

5

         "name"

: "[Billing] John Doe",

6

         "value"

: "dept:1234|op:4321"

7

       }],

8

       "type"

: "dropdown"

9

     }

10

  },

11

  "status": "ok"

12

 }