A valid request URL is required to generate request examples{
"data": [
{
"alt": "<string>",
"app_id": "<string>",
"attributes": [
{
"created_at": "<string>",
"description": "<string>",
"filterable": true,
"id": "<string>",
"key": "<string>",
"name": "<string>",
"template_key": "<string>",
"template_name": "<string>",
"translatable": true,
"translations": {
"description": [
{
"id": "<string>",
"locale": "<string>",
"omni_channel_translations": [
{
"id": "<string>",
"market_id": "<string>",
"store_group_id": "<string>",
"value": "<string>"
}
],
"value": "<string>"
}
],
"name": [
{
"id": "<string>",
"locale": "<string>",
"omni_channel_translations": [
{
"id": "<string>",
"market_id": "<string>",
"store_group_id": "<string>",
"value": "<string>"
}
],
"value": "<string>"
}
]
},
"updated_at": "<string>",
"values": {}
}
],
"blurhash": "<string>",
"copyright": "<string>",
"custom": {},
"folder_id": "<string>",
"id": "<string>",
"status": "<string>",
"title": "<string>",
"translations": {
"alt": [
{
"id": "<string>",
"locale": "<string>",
"omni_channel_translations": [
{
"id": "<string>",
"market_id": "<string>",
"store_group_id": "<string>",
"value": "<string>"
}
],
"value": "<string>"
}
],
"copyright": [
{
"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>"
}
]
},
"url": "<string>"
}
],
"success": true,
"total": 123,
"total_pages": 123
}Fetches all images associated with a app
A valid request URL is required to generate request examples{
"data": [
{
"alt": "<string>",
"app_id": "<string>",
"attributes": [
{
"created_at": "<string>",
"description": "<string>",
"filterable": true,
"id": "<string>",
"key": "<string>",
"name": "<string>",
"template_key": "<string>",
"template_name": "<string>",
"translatable": true,
"translations": {
"description": [
{
"id": "<string>",
"locale": "<string>",
"omni_channel_translations": [
{
"id": "<string>",
"market_id": "<string>",
"store_group_id": "<string>",
"value": "<string>"
}
],
"value": "<string>"
}
],
"name": [
{
"id": "<string>",
"locale": "<string>",
"omni_channel_translations": [
{
"id": "<string>",
"market_id": "<string>",
"store_group_id": "<string>",
"value": "<string>"
}
],
"value": "<string>"
}
]
},
"updated_at": "<string>",
"values": {}
}
],
"blurhash": "<string>",
"copyright": "<string>",
"custom": {},
"folder_id": "<string>",
"id": "<string>",
"status": "<string>",
"title": "<string>",
"translations": {
"alt": [
{
"id": "<string>",
"locale": "<string>",
"omni_channel_translations": [
{
"id": "<string>",
"market_id": "<string>",
"store_group_id": "<string>",
"value": "<string>"
}
],
"value": "<string>"
}
],
"copyright": [
{
"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>"
}
]
},
"url": "<string>"
}
],
"success": true,
"total": 123,
"total_pages": 123
}Filter by attribute
Sort order. Should be one of ASC or DESC. Default DESC
The key to sort on. Can be one of created_at, updated_at, title, and alt (Default is created_at)
Page number (default is 1)
Amount of products per page. Minimum 0 and max 100 (default is 20)