Get Application Requests
Return a paginated list of application requests that match the query params searching for an organization ordered by creation date descending. The id of the organization is fetched from CSP token.
It distinguish between the add and remove requests
add
Name of the field to order the application requests: REQUESTED_AT (default), NAME, ORGANIZATION_NAME
REQUESTED_AT
Order to sort by the selected field: ASC or DESC (default)
An integer that identifies the page number for a paged response
An integer that identifies the maximum page size for a paged response
Paginated list of application requests of an organization
"CatalogApplicationRequestPage Object"
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to get the requests
"Error403 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -H 'Authorization: <value>' https://{api_host}/v1/catalogs/{catalog_id}/application-requests?request_type=v