GuidesAPI Reference
API Reference

Gets a list of available catalog versions that respect the given dependencies

Given a list of HRNs and versions provided by the user, returns a list of versions of this catalog for which the listed HRN are either present in the direct or indirect dependencies with the same version, or are not present. Depending on 'strict' flag versions that don't depend on any of the provided catalog HRNs, can also be considered compatible. The compatible versions are returned in reverse order, from the newest to the oldest. When there is no compatible version the service returns an empty list. When the catalog has no version a 404 is returned.

Query Params
integer
Defaults to 1

The numbers of items to return per page

boolean
Defaults to false

if 'strict=true' versions to be considered compatible should depend on at least one of the provided catalog HRNs.

Body Params

The catalog dependencies we want to search for

dependencies
array of objects

A list of catalog versions.

dependencies
Responses

400

Bad Request - indicates that request failed fast validation e.g. syntax, some logical errors or required parameters are missing

401

Unauthorized

403

Forbidden

404

Catalog does not exist or the catalog doesn't contain any versions

500

Internal Server Error

503

Service Unavailable

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json