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": "5da9d2a2-c05d-48eb-b233-8ec2848d7553",
"ProductId": "4dda331d-cfdd-4e23-85ba-c447cad3a66b",
"AttrValue1": "92323279-5536-47c3-86e9-39f545a31540",
"AttrValue2": "d73f3d32-2043-4bf7-9e66-1b30d26e9183",
"AttrValue3": "37320dfd-8192-475b-9893-9a36464966fa",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c12a0372-4972-4f40-8ad0-efa40f7b7d15",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "01016b1d-3331-49ce-b5f8-3f4d5768f280",
"ImageID": "5434dcd0-455c-4b8e-aae0-f4dc8cf3c38b",
"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": "01016b1d-3331-49ce-b5f8-3f4d5768f280",
"ImageID": "5434dcd0-455c-4b8e-aae0-f4dc8cf3c38b",
"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": "5da9d2a2-c05d-48eb-b233-8ec2848d7553",
"ProductId": "4dda331d-cfdd-4e23-85ba-c447cad3a66b",
"AttrValue1": "92323279-5536-47c3-86e9-39f545a31540",
"AttrValue2": "d73f3d32-2043-4bf7-9e66-1b30d26e9183",
"AttrValue3": "37320dfd-8192-475b-9893-9a36464966fa",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c12a0372-4972-4f40-8ad0-efa40f7b7d15",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "01016b1d-3331-49ce-b5f8-3f4d5768f280",
"ImageID": "5434dcd0-455c-4b8e-aae0-f4dc8cf3c38b",
"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": "01016b1d-3331-49ce-b5f8-3f4d5768f280",
"ImageID": "5434dcd0-455c-4b8e-aae0-f4dc8cf3c38b",
"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"
}
]