Appearance
GET/api/v1/media
Parameters 3
| Name | Type | Description |
|---|---|---|
assetType | query · string | |
status | query · string | |
limit | query · integer |
ReturnsResponseListMediaAssetView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": [
{
"id": 0,
"s3Key": "string",
"visibility": "string",
"scope": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}