get
https://use.apilookup.for.a.base.url/versions
Returns information about specific catalog version(s). If the catalog doesn't contain any versions 404 will be returned. Maximum number of versions to be returned per call is 1000 versions. If requested range is bigger than 1000 versions 400 Bad Request will be returned. Expected either pair 'startVersion' and 'endVersion', or 'version' query parameter, otherwise 400 Bad Request will be 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