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": "c22deee6-2cef-4440-aa42-430114b10f9b",
"ProductId": "ed777df2-c6fb-437d-ad0f-4d69f1fee81a",
"AttrValue1": "7ef87493-58cb-48c7-a39b-44e162692e01",
"AttrValue2": "48fcdc71-e253-4dbb-aabd-5ce41c22040b",
"AttrValue3": "d1116f51-15ff-4ea6-9d6f-6a168ac86eae",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "5a51a388-a6c4-44d4-8b98-17dbae1c393c",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "3b3086bd-f32f-4b17-8cd6-55a10342da04",
"ImageID": "6c6374f9-ff85-4b74-90e9-e67155a69706",
"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": "3b3086bd-f32f-4b17-8cd6-55a10342da04",
"ImageID": "6c6374f9-ff85-4b74-90e9-e67155a69706",
"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": "c22deee6-2cef-4440-aa42-430114b10f9b",
"ProductId": "ed777df2-c6fb-437d-ad0f-4d69f1fee81a",
"AttrValue1": "7ef87493-58cb-48c7-a39b-44e162692e01",
"AttrValue2": "48fcdc71-e253-4dbb-aabd-5ce41c22040b",
"AttrValue3": "d1116f51-15ff-4ea6-9d6f-6a168ac86eae",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "5a51a388-a6c4-44d4-8b98-17dbae1c393c",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "3b3086bd-f32f-4b17-8cd6-55a10342da04",
"ImageID": "6c6374f9-ff85-4b74-90e9-e67155a69706",
"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": "3b3086bd-f32f-4b17-8cd6-55a10342da04",
"ImageID": "6c6374f9-ff85-4b74-90e9-e67155a69706",
"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"
}
]