ReDoc documentation
Delete asset
401 Unauthorized
Internal Server error
Unexpected error
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}
Get asset by id
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "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": { }
}