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": "ee945614-b378-4de8-9bcf-286f97939003",
"ProductId": "9605eddb-78f7-49ba-9d7d-fe1119d3ca41",
"AttrValue1": "b5dd915f-e0aa-47a4-8aa8-b70a4b250ab8",
"AttrValue2": "46aff7ee-2b39-4f24-bb7e-52609cbcdfd6",
"AttrValue3": "1457c2ec-a18c-4137-ad8c-53b20e707519",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "24be65ac-6ef5-42ab-b2e9-9488b26b1122",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "9476ede1-13a3-40c0-b119-e8234ce7716c",
"ImageID": "8e83b83c-a72f-4a7f-99db-809d11c594fc",
"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": "9476ede1-13a3-40c0-b119-e8234ce7716c",
"ImageID": "8e83b83c-a72f-4a7f-99db-809d11c594fc",
"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": "ee945614-b378-4de8-9bcf-286f97939003",
"ProductId": "9605eddb-78f7-49ba-9d7d-fe1119d3ca41",
"AttrValue1": "b5dd915f-e0aa-47a4-8aa8-b70a4b250ab8",
"AttrValue2": "46aff7ee-2b39-4f24-bb7e-52609cbcdfd6",
"AttrValue3": "1457c2ec-a18c-4137-ad8c-53b20e707519",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "24be65ac-6ef5-42ab-b2e9-9488b26b1122",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "9476ede1-13a3-40c0-b119-e8234ce7716c",
"ImageID": "8e83b83c-a72f-4a7f-99db-809d11c594fc",
"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": "9476ede1-13a3-40c0-b119-e8234ce7716c",
"ImageID": "8e83b83c-a72f-4a7f-99db-809d11c594fc",
"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"
}
]