Get end reasons
End reasons
Get end reasons
Get a paginated list of the end reasons available on the tenant — the standard end reasons and the ones the tenant has created — sorted by how often they are used. Stop paging when a page comes back with fewer items than pageSize.
Required scope: read:end-reasons
GET
Get end reasons
Authorizations
Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.
Path Parameters
Id of the tenant the end reasons belong to
Query Parameters
Page to get. Starting from 0.
Required range:
x >= 0Number of items per page.
Required range:
x <= 500