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": "3b797fbd-3514-4de9-a889-b6b364b9c23e",
"ProductId": "90440b03-19eb-486e-bd8f-9967b68a8984",
"AttrValue1": "1646d2f1-02c6-45ee-8d57-45c366dec3da",
"AttrValue2": "a12f6faf-ad25-4976-8eb4-126892c46ec0",
"AttrValue3": "b359dee1-b83b-4242-8137-87896d9b85f2",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "51919ce2-58e0-4309-8d72-ed9dc3377668",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "350294fe-ddc8-428b-af44-a0b3c80a7758",
"ImageID": "29e11c4c-3b65-4b4f-af00-da5ccc170a05",
"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": "350294fe-ddc8-428b-af44-a0b3c80a7758",
"ImageID": "29e11c4c-3b65-4b4f-af00-da5ccc170a05",
"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": "3b797fbd-3514-4de9-a889-b6b364b9c23e",
"ProductId": "90440b03-19eb-486e-bd8f-9967b68a8984",
"AttrValue1": "1646d2f1-02c6-45ee-8d57-45c366dec3da",
"AttrValue2": "a12f6faf-ad25-4976-8eb4-126892c46ec0",
"AttrValue3": "b359dee1-b83b-4242-8137-87896d9b85f2",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "51919ce2-58e0-4309-8d72-ed9dc3377668",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "350294fe-ddc8-428b-af44-a0b3c80a7758",
"ImageID": "29e11c4c-3b65-4b4f-af00-da5ccc170a05",
"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": "350294fe-ddc8-428b-af44-a0b3c80a7758",
"ImageID": "29e11c4c-3b65-4b4f-af00-da5ccc170a05",
"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"
}
]