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": "bbb4c346-8e68-487e-8a00-bea9959d7c63",
"ProductId": "a71dd2c4-a439-4fa0-a3e7-0dcfb2636db9",
"AttrValue1": "53edd606-2bdc-47f1-9f84-cf9c18760a3c",
"AttrValue2": "8ef78b5e-1099-401e-aa90-59e469330d00",
"AttrValue3": "a914a613-54d9-4133-9661-75b3d3cbfe38",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "eea981d4-be65-4981-aeac-85b0876b9e5f",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "92193704-693a-4cb1-9362-3a4816cb5cad",
"ImageID": "42d32556-cfb5-4a40-a9ac-daf29751f14b",
"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": "92193704-693a-4cb1-9362-3a4816cb5cad",
"ImageID": "42d32556-cfb5-4a40-a9ac-daf29751f14b",
"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": "bbb4c346-8e68-487e-8a00-bea9959d7c63",
"ProductId": "a71dd2c4-a439-4fa0-a3e7-0dcfb2636db9",
"AttrValue1": "53edd606-2bdc-47f1-9f84-cf9c18760a3c",
"AttrValue2": "8ef78b5e-1099-401e-aa90-59e469330d00",
"AttrValue3": "a914a613-54d9-4133-9661-75b3d3cbfe38",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "eea981d4-be65-4981-aeac-85b0876b9e5f",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "92193704-693a-4cb1-9362-3a4816cb5cad",
"ImageID": "42d32556-cfb5-4a40-a9ac-daf29751f14b",
"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": "92193704-693a-4cb1-9362-3a4816cb5cad",
"ImageID": "42d32556-cfb5-4a40-a9ac-daf29751f14b",
"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"
}
]