v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
App Entitlement

List For App Resource

List app entitlements associated with an app resource.

get/api/v1/apps/{app_id}/entitlements/resource_types/{app_resource_type_id}/resources/{app_resource_id}

Path parameters

app_idstring required

The appId field.

app_resource_type_idstring required

The appResourceTypeId field.

app_resource_idstring required

The appResourceId field.

Query parameters

page_sizeinteger

The pageSize field.

page_tokenstring

The pageToken field.

Response

The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.

nextPageTokenstring

The nextPageToken is shown for the next page if the number of results is larger than the max page size. The server returns one page of results and the nextPageToken until all results are retreived. To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.