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": "16637b6d-3784-413b-8a0b-2335282b4cd3",
"ProductId": "c196bea5-54fb-49f3-b239-e280b9614d9a",
"AttrValue1": "5b64008c-8624-462f-bdf3-1567698f5609",
"AttrValue2": "30781693-48fa-423c-a371-bdfc43eb7817",
"AttrValue3": "8c5aacb4-efb2-4de0-8ce0-1863390d1866",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "065b6414-9d9c-43c8-83dd-aca55b7ef501",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "1e5c3f64-4fc3-4b81-9fb4-1f0abf63eb06",
"ImageID": "8e690266-a5de-4dc6-8f37-eb543b86b00a",
"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": "1e5c3f64-4fc3-4b81-9fb4-1f0abf63eb06",
"ImageID": "8e690266-a5de-4dc6-8f37-eb543b86b00a",
"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": "16637b6d-3784-413b-8a0b-2335282b4cd3",
"ProductId": "c196bea5-54fb-49f3-b239-e280b9614d9a",
"AttrValue1": "5b64008c-8624-462f-bdf3-1567698f5609",
"AttrValue2": "30781693-48fa-423c-a371-bdfc43eb7817",
"AttrValue3": "8c5aacb4-efb2-4de0-8ce0-1863390d1866",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "065b6414-9d9c-43c8-83dd-aca55b7ef501",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "1e5c3f64-4fc3-4b81-9fb4-1f0abf63eb06",
"ImageID": "8e690266-a5de-4dc6-8f37-eb543b86b00a",
"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": "1e5c3f64-4fc3-4b81-9fb4-1f0abf63eb06",
"ImageID": "8e690266-a5de-4dc6-8f37-eb543b86b00a",
"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"
}
]