Get App Entitlements
DescriptionGets all application entitlements, belonging to the specified org. If org is not provided, it will use the org from the authentication context.
Request
URLURL
Query Parameters
Query Parameters
Filter by orgId: non-super users can only query for their own orgIds
org_id example
"5c2409df-a307-4a04-b558-fb0693d42890"
Page number to retrieve.
Search Criteria. Please see model definition for list of searchable fields.
search example
"id $eq id-1"
Size of each page.
Ascending/Descending. Format is property,{asc|desc} and default is ascending.
Authentication
Response
Response BodyResponse Body
200 OK
{
"empty": false,
"first": false,
"last": false,
"number": 4,
"numberOfElements": 10,
"size": 10,
"totalElements": 100,
"totalPages": 10
}
Schema for Entitlement. Searchable fields are “id”, “entityId”, “entityType”, “applicationId”, “markerId”, “appVersionId”, “deliveryMode”, “createdAt”, “updatedAt”
Whether Empty
Whether First Page
Whether Last Page
Current Page
Number of elements currently on this Page
Max size of the current Page
Total Number of elements
Total Pages
Errors
Unauthorized
Forbidden
Not Found