Get a list of callback filters options
Scope:
operator
payload
The filter options data
assigned_to
The field the filters are available for
options
The list of filter options
name
The option name
value
The option value
type
The field type
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
}