Get a list of ticket priorities
Scope:
operator
payload
The ticket priorities data
id
The unique identifier for the ticket priority
priority_name
The name of the ticket priority
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
}