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.
400Bad Request - indicates that request failed fast validation e.g. syntax, some logical errors or required parameters are missing
401Unauthorized
403Forbidden
404Catalog does not exist or the catalog doesn't contain any versions
500Internal Server Error
503Service Unavailable