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": "8fd403ae-f697-4ba3-a0d6-69c0b13280e7",
"ProductId": "ccac289e-ae89-4fae-92c9-324ffd1b1752",
"AttrValue1": "b49196e9-2233-4106-abd8-d58a94698eed",
"AttrValue2": "ebe529e6-d488-40e2-a70e-5c12a0c10371",
"AttrValue3": "016bf52a-33bf-49f2-8662-ea9d665c16f5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "4468582f-e34e-4b07-932e-4828301e9917",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "2ce80d63-ad94-43df-9807-94d22a88618c",
"ImageID": "83f64e10-dcd2-462a-9e67-16d4e07105f8",
"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": "2ce80d63-ad94-43df-9807-94d22a88618c",
"ImageID": "83f64e10-dcd2-462a-9e67-16d4e07105f8",
"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": "8fd403ae-f697-4ba3-a0d6-69c0b13280e7",
"ProductId": "ccac289e-ae89-4fae-92c9-324ffd1b1752",
"AttrValue1": "b49196e9-2233-4106-abd8-d58a94698eed",
"AttrValue2": "ebe529e6-d488-40e2-a70e-5c12a0c10371",
"AttrValue3": "016bf52a-33bf-49f2-8662-ea9d665c16f5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "4468582f-e34e-4b07-932e-4828301e9917",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "2ce80d63-ad94-43df-9807-94d22a88618c",
"ImageID": "83f64e10-dcd2-462a-9e67-16d4e07105f8",
"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": "2ce80d63-ad94-43df-9807-94d22a88618c",
"ImageID": "83f64e10-dcd2-462a-9e67-16d4e07105f8",
"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"
}
]