This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Gets a gallery item by ID.
Gallery ID.
Item ID.
Returned media item.
curl -X GET \
'https://www.wixapis.com/progallery/v2/galleries/432c362d-1440-4205-b9cb-35ea11a22682/items/fa4ab052-aee9-11ea-8c85-12879e2400f0' \
-H 'Authorization: <AUTH>'
{
"item": {
"id": "a045b201-ee7d-447c-b0c3-746cba83253c",
"sortOrder": 1644317968.985,
"title": "Some Title",
"description": "Some Description",
"type": "IMAGE",
"image": {
"type": "WIX_MEDIA",
"imageInfo": {
"id": "11062b_12703ed9a6574547bcaed22b1ce44eef~mv2.jpeg",
"url": "https://static.wixstatic.com/media/11062b_12703ed9a6574547bcaed22b1ce44eef~mv2.jpeg",
"height": 4298,
"width": 6446,
"altText": "Some Alt",
"filename": "11062b_12703ed9a6574547bcaed22b1ce44eef~mv2.jpeg"
}
},
"createdDate": "2022-02-08T10:59:29Z",
"tags": {
"values": ["image"]
}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.