API reference
Get asset content
GET
/v1/storage/assets/{id}/contentAuthorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
id*string
Unique identifier of the resource.
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/storage/assets/string/content"{ "type": null, "title": null, "status": null, "detail": null, "instance": null, "code": "string"}