Get Branch Applications
Provides all the applications for the specified branch, regardless of the status, with optional filters.
A string with either UUID format as the identifier of the requested product or its key.
A string with either UUID format as the identifier of the requested branch or its key
Distro ID or key to filter by
Processor architecture to filter by
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 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)
A list containing the applications
"ApplicationBranch Object"
curl -H 'Authorization: <value>' https://{api_host}/v1/applications/product/{product_id_or_key}/branch/{branch_id_or_key}