Contents
Get Priority List
Returns list of priorities.
Role
All
Method
GET
URL
/api/v2/priorities
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8
Response Body
[
{
"id": 2,
"name": "High"
},
{
"id": 3,
"name": "Normal"
},
{
"id": 4,
"name": "Low"
}
]