Related Child Asset Schema
Returned by Retrieve Child Assets.
Top-level Fields
| Field | Type | Description |
|---|---|---|
| data | array | List of child asset objects |
| meta | object | Pagination info |
Example JSON
{ "data": [ { "id": 1002, "name": "orders" } ], "meta": { "total": 1 } }Was this page helpful?