GET AdminApi/ProdImage/GetProductImage?ImageId={ImageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "46e5b632-33b3-4a38-a7b0-97d5c6d0f5d8",
"ProductId": "2d3bdbb6-71b8-4f04-b8a4-3503dbe723c0",
"AttrValue1": "82eed5c9-bc29-4461-b357-4b7c44599076",
"AttrValue2": "b61afac1-a2bd-4530-8bb2-5b311bb7bb9b",
"AttrValue3": "0141317b-d836-447a-87c6-81d39c6a9cb4",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9885d3db-c5f0-4836-b623-a9b5329f5322",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "2eee2235-f5f1-48b3-b709-b027a5b7d3e7",
"ImageID": "8e0d37c8-6c6d-489c-ab17-84f67d566027",
"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": "2eee2235-f5f1-48b3-b709-b027a5b7d3e7",
"ImageID": "8e0d37c8-6c6d-489c-ab17-84f67d566027",
"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"
}