Catalog
CatalogService
Base URL: /domains/legacy/catalog
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/search | GET | Search catalog |
Paths
Search catalog
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
- 204 No Content
-
No content. The service call has completed successfully. Empty response body.
- 400 Bad Request
-
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response.
- 403 Forbidden
-
The user does not have access to the resource.
- 405 Method Not Allowed
-
The service method is not supported by the service.
- 415 Unsupported Media Type
-
Unsupported Media Type. Called with the wrong or missing a content-type HTTP header.
- 500 Internal Server Error
-
An error occurred generating the response to the service request. This is strictly a server error and not an application error.