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

KeyDatatypeRequiredDescription
sortBystringSort order of the owners. Allowed values : firstName, lastName
fromstringOffset value
limitstringNumber of objects
searchValuestringSearch string

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"data":[{"photoURL":null,"name":"Zylker","id":"5000000015867"}]}