Search App Resources
Search app resources based on filters specified in the request body.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
Search app resources based on filters specified in the request body.
The app ID to restrict the search to.
A list of app user IDs to restrict the search by.
If true, exclude resources whose bindings have been deleted.
A list of resource IDs to exclude from the search results.
A list of resource type trait IDs to exclude from the search.
A list of C1 user IDs to filter resources by ownership.
The maximum number of results to return per page.
The token for fetching the next page of results.
Fuzzy search the display name of resources.
A list of specific app resource references to restrict the search to.
A list of resource IDs to restrict the search to.
A list of resource type IDs to restrict the search by.
A list of resource type trait IDs to restrict the search by.
Response
The SearchAppResourcesResponse message contains a list of results and a nextPageToken if applicable.
The SearchAppResourcesResponse message contains a list of results and a nextPageToken if applicable.