Search products
Returns products filtered by query parameters. The result will contain all matching public products from all providers and also all private product for which the caller is authorized to read.
Query Parameters |
---|
includePrivate booleaninclude private products |
includePublic booleaninclude public products |
providerId stringinclude provider specific products only |
q stringquery string will be searched in product name, description, detailedDescription and organization name |
sort stringSort results by parameter and ASC | DESC. e.g. 'name DESC' Example (Sort by product publiclyAvailable DESC):
Example (Sort by product name ASC):
Example (Sort by product publiclyAvailable ASC):
Example (Sort by product name DESC):
Example (Sort by product createdAt ASC):
Example (Sort by product createdAt DESC):
|
Header Parameters |
---|
organization-id uuidID of organization context this request belongs to. |
Responses | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 List of products
| ||||||||||||||||||||||||||||||||||||
400 Bad Request (e.g. element not found or resource conflict).
| ||||||||||||||||||||||||||||||||||||
403 Missing permission
| ||||||||||||||||||||||||||||||||||||
500 Internal server error (Internal service communication or process error).
|