v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct
View media
Returns a list of given Products' Media
get/api/v1/products/{id}/media
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
Query parameters
Response
Success
Example response
{
"data": [
{
"id": "17",
"product": {
"id": "1337"
},
"title": "Sustainable Water Bottle",
"description": "This product is made from sustainable materials and is designed for everyday use.",
"keyword": "eco-friendly",
"sort": 1,
"currentVersion": {
"id": "123456",
"version": 1,
"url": "https://www.example.com/resource",
"remark": "This is a sample remark.",
"filename": "document.pdf",
"size": 2048,
"updatedAt": "2024-09-19T12:34:56Z"
},
"updatedAt": "2024-09-20T14:30:00Z"
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}