v32

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

Search App Resource Types

Search app resources based on filters specified in the request body.

post/api/v1/search/app_resource_types

Request body

appIdsstring[] nullable

A list of app IDs to restrict the search by.

appUserIdsstring[] nullable

A list of app user IDs to restrict the search by.

displayNamestring

Exact match on display name

excludeResourceTypeIdsstring[] nullable

A list of resource type IDs to exclude from the search.

excludeResourceTypeTraitIdsstring[] nullable

A list of resource type trait IDs to exclude from the search.

pageSizeinteger

The pageSize where 10 <= pageSize <= 100, default 25.

pageTokenstring

The pageToken field.

querystring

Fuzzy search the display name of resource types.

resourceTypeIdsstring[] nullable

A list of resource type IDs to restrict the search by.

resourceTypeTraitIdsstring[] nullable

A list of resource type trait IDs to restrict the search by.

Response

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