GET /asset/v1/content/assets/{id}/file
Gets the binary file for an asset.
| Name | Type | Description | |
|---|---|---|---|
| id | number | Required | The ID of the asset |
| Status | Name | Type | Description |
|---|---|---|---|
| 200 | A Base64-encoded string of the file | ||
| 400 | Bad request | ||
| Message | string | The error message | |
| ErrorCode | number | The specific error code | |
| Documentation | string | Any specific documentation for the error | |
| 403 | Validation error | ||
| Message | string | The error message | |
| ErrorCode | number | The specific error code | |
| Documentation | string | Any specific documentation for the error |