Fetch assets grouped by parent_code and channel.
parent_code and channel. Although the public API is GET, the service internally calls the downstream bulk filter API using POST.
X-Request-Id in the request header for traceability. If omitted, the service generates a UUID automatically. The request_id is returned in every response under status.request_id.
store_uuid is requiredlimit is capped at 50asset_format values are loaded dynamically from the global config API; fallback values are image, video, pdf, 3D, text| Scenario | HTTP Status | status.code |
|---|---|---|
| Success | 200 | 0 |
| Validation error | 400 | -1 |
| Downstream unavailable | 502 | -1 |
| Unexpected server error | 500 | -1 |
Pass the API token as a Bearer token in the Authorization header.
Optional trace ID. If not provided, one is generated automatically
Store identifier
Channel filter
Asset format filter. Valid values: image, video, pdf, 3D, text.
image, video, pdf, 3D, text Pagination offset
Results per page (max 50)
x <= 50