Get Requests From Application
Return a list of requests that match the application given which belongs to a specific catalog of the organization. The id of the organization is fetched from CSP token.
It distinguish between the add and remove requests
add
List of requests of an application. There will be one add request and at most one remove request.
[
"CatalogApplicationRequest 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"
The requested catalog is not found
"Error404 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}/applications/{application_id}/requests