GET AdminApi/ProdImage/GetAdditionalImg?prodID={prodID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prodID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductImageView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| AttrValue1 | globally unique identifier |
None. |
|
| AttrValue2 | globally unique identifier |
None. |
|
| AttrValue3 | globally unique identifier |
None. |
|
| AttrValues1Name | string |
None. |
|
| AttrValues2Name | string |
None. |
|
| AttrValues3Name | string |
None. |
|
| Sku | globally unique identifier |
None. |
|
| Type | ImageType |
None. |
|
| Image | string |
None. |
|
| Items | Collection of ProductImageItemView |
None. |
|
| IsDefault | boolean |
None. |
|
| IsDefaultName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a84c0fdc-b14c-4c26-9d3b-ff484554e766",
"ProductId": "c21deee6-ed7b-44e9-a5ac-f88a7a3d9eb2",
"AttrValue1": "502e6f36-4a90-4e4b-bf0e-6367e3983f84",
"AttrValue2": "16af6161-3d35-4623-a4d6-855435df7450",
"AttrValue3": "797de6a7-da67-4317-bb2b-b58883a6b0a5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "83a38384-262c-4d93-88c5-c40e35675de0",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "70f88bff-d841-46c4-8542-c27d92d2be9f",
"ImageID": "80f54512-970e-4e21-b55c-73f0f45048db",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
},
{
"Id": "70f88bff-d841-46c4-8542-c27d92d2be9f",
"ImageID": "80f54512-970e-4e21-b55c-73f0f45048db",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}
],
"IsDefault": true,
"IsDefaultName": "sample string 12"
},
{
"Id": "a84c0fdc-b14c-4c26-9d3b-ff484554e766",
"ProductId": "c21deee6-ed7b-44e9-a5ac-f88a7a3d9eb2",
"AttrValue1": "502e6f36-4a90-4e4b-bf0e-6367e3983f84",
"AttrValue2": "16af6161-3d35-4623-a4d6-855435df7450",
"AttrValue3": "797de6a7-da67-4317-bb2b-b58883a6b0a5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "83a38384-262c-4d93-88c5-c40e35675de0",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "70f88bff-d841-46c4-8542-c27d92d2be9f",
"ImageID": "80f54512-970e-4e21-b55c-73f0f45048db",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
},
{
"Id": "70f88bff-d841-46c4-8542-c27d92d2be9f",
"ImageID": "80f54512-970e-4e21-b55c-73f0f45048db",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}
],
"IsDefault": true,
"IsDefaultName": "sample string 12"
}
]