Retrieves paginated list of collections with translations and redirects. Supports search filtering and pagination.
A valid request URL is required to generate request examples
{ "data": [ { "slug": "<string>", "status": "active", "children": "<array>", "created_at": "<string>", "id": "<string>", "parent_id": "<string>", "redirects": [ { "id": "<string>", "item_id": "<string>", "locale": "<string>", "new_slug": "<string>", "old_slug": "<string>", "type": "product" } ], "title": "<string>", "translations": { "slug": [ { "id": "<string>", "locale": "<string>", "omni_channel_translations": [ { "id": "<string>", "market_id": "<string>", "store_group_id": "<string>", "value": "<string>" } ], "value": "<string>" } ], "title": [ { "id": "<string>", "locale": "<string>", "omni_channel_translations": [ { "id": "<string>", "market_id": "<string>", "store_group_id": "<string>", "value": "<string>" } ], "value": "<string>" } ] }, "updated_at": "<string>", "uri": "<string>" } ], "success": true, "total": 123, "total_pages": 123 }
App slug
Team slug
ID of collection
Page number
Number of items per page
All collections for the app
Show child attributes