Skip to content

GET/api/v1/platform/tenants/{tenantId}/media

Parameters 4

NameTypeDescription
tenantIdrequiredpath · integer
assetTypequery · string
statusquery · string

ReturnsResponseTenantMediaListResponse

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "content": [
      {
        "id": 0,
        "s3Key": "string",
        "visibility": "string",
        "scope": "string"
      }
    ],
    "publicCdnBaseUrl": "string"
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure