Get review owners
GET {{baseUrl}}/api/v1/kbRootCategories/:rootCategoryId/reviewOwners
This API fetches review owners of a root category in your helpdesk
OAuth Scope
Desk.articles.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sortBy | string | Sort order of the owners. Allowed values : firstName, lastName | |
from | string | Offset value | |
limit | string | Number of objects | |
searchValue | string | Search string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"photoURL":null,"name":"Zylker","id":"5000000015867"}]}