v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Request Catalog

Search Entitlements

Search request catalogs based on filters specified in the request body.

post/api/v1/search/request_catalog/entitlements

Request body

appDisplayNamestring

Search entitlements that belong to this app name (exact match).

entitlementAliasstring

Search for entitlements with this alias (exact match).

grantedStatus'UNSPECIFIED' | 'ALL' | 'GRANTED' | 'NOT_GRANTED'

Search entitlements with this granted status for your signed in user.

includeDeletedboolean

Include deleted entitlements

pageSizeinteger

The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)

pageTokenstring

The pageToken field.

querystring

Fuzzy search the display name of resource types.

Response

The RequestCatalogSearchServiceSearchEntitlementsResponse 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.