List all priorities
This API helps you to list all priorities.
HTTP Request
/wp-json/supportcandy/v2/priorities
Example
curl --location --request GET 'http://localhost/wp-json/supportcandy/v2/priorities' \
--header 'Authorization: Basic YWRtaW46bjVJWSBYc3pUIGlxN3MgSHhKWCA3YVdBIDlOblI='
Get single priority
This API helps you to list a single priority.
HTTP Request
/wp-json/supportcandy/v2/priorities/<id>
Example
curl --location --request GET 'http://localhost/wp-json/supportcandy/v2/priorities/1' \
--header 'Authorization: Basic YWRtaW46bjVJWSBYc3pUIGlxN3MgSHhKWCA3YVdBIDlOblI='