ReDoc documentation
Search for images based on search criteria
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "items": [
- {
- "id": 0,
 - "custom_attributes": [
- {
- "attribute_code": "string",
 - "value": "string"
 
} 
] 
} 
], - "aggregations": {
- "buckets": [
- {
- "name": "string",
 - "values": [
- {
- "value": "string",
 - "metrics": [
- "string"
 
] 
} 
] 
} 
], - "bucket_names": [
- "string"
 
] 
}, - "search_criteria": {
- "request_name": "string",
 - "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
 - "value": "string",
 - "condition_type": "string"
 
} 
] 
} 
], - "sort_orders": [
- {
- "field": "string",
 - "direction": "string"
 
} 
], - "page_size": 0,
 - "current_page": 0
 
}, - "total_count": 0
 
}