Get Product Applications
Provides all the applications for the specified product, regardless of the status, with optional filters.
A string with either UUID format as the identifier of the requested product or its key.
Parameter to query only for the applications that actually have a built version. If parameter is set to "false" then all related platforms without built version will appear under the same application, with empty version.
Parameter to query only for the latest stable branch.
Parameter to query only for supported items. A supported item is considered to have one of the following statuses: (ACTIVE,SCHEDULED_DEPRECATION,DEPRECATION_GRACE_PERIOD)
Parameter to query only for eligible items. An eligible item is considered to have one of the following statuses: (ACTIVE,SCHEDULED_DEPRECATION)
Single product applications without pagination
"ApplicationProduct Object"
An error related to the query or path parameters
"ConstraintsViolationsError Object"
It represents a constraints violation error
An internal server error object
"Error Object"
A URI reference that identifies the problem type
When dereferenced, it provide human-readable documentation for the problem type using HTML
A short, human-readable summary of the problem type
The HTTP status code generated by the origin server for this occurrence of the problem
A human-readable explanation specific to this occurrence of the problem
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced
curl -H 'Authorization: <value>' https://{api_host}/v1/applications/product/{product_id_or_key}