Get Assets
Asset APIs
Get Assets
Fetch assets grouped by parent_code and channel.
GET
Get Assets
Fetch assets grouped by
parent_code and channel. Although the public API is GET, the service internally calls the downstream bulk filter API using POST.
Request Tracing
PassX-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.
Validation
store_uuidis requiredlimitis capped at50asset_formatvalues are loaded dynamically from the global config API; fallback values areimage,video,pdf,3D,text
Response Example
Error Response
HTTP Status Mapping
| Scenario | HTTP Status | status.code |
|---|---|---|
| Success | 200 | 0 |
| Validation error | 400 | -1 |
| Downstream unavailable | 502 | -1 |
| Unexpected server error | 500 | -1 |
Authorizations
Pass the API token as a Bearer token in the Authorization header.
Headers
Optional trace ID. If not provided, one is generated automatically
Query Parameters
Store identifier
Channel filter
Asset format filter. Valid values: image, video, pdf, 3D, text.
Available options:
image, video, pdf, 3D, text Pagination offset
Results per page (max 50)
Required range:
x <= 50