Get a list of ticket filters
Scope:
operator
operator_id
optional
The operator id associated with the filters
payload
The ticket filters data
filter_id
TThe unique identifier for the ticket filter
filter_name
The custom name of the ticket filter
is_current
True if the filter is the current filter for the operator
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
}