ReDoc documentation
Get a list of assets
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "id": 0,
- "media_gallery_id": 0,
- "category_id": 0,
- "category": {
- "id": 0,
- "name": "string",
- "extension_attributes": { }
}, - "creator_id": 0,
- "creator": {
- "id": 0,
- "name": "string",
- "extension_attributes": { }
}, - "is_licensed": 0,
- "creation_date": "string",
- "extension_attributes": { }
}
], - "search_criteria": {
- "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
}