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": "8dcd28df-d051-4ec7-b89a-2b5e9f676090",
"ProductId": "df34bc80-2b1f-42a9-94d2-4a9783dfb524",
"AttrValue1": "3079ae52-9098-43e5-bc89-fb68ced036c2",
"AttrValue2": "a304740b-b14e-47a4-815e-1d3890b5441f",
"AttrValue3": "0c4c5ef3-379f-43b7-8ffd-cd18afe12c7f",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c94a9c0f-3e65-47f3-8d4a-949309060b53",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "67b40c84-0243-4e47-8a3f-f0f8e5a975ba",
"ImageID": "190c2b92-7a45-4f93-90f9-91c992447d9d",
"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": "67b40c84-0243-4e47-8a3f-f0f8e5a975ba",
"ImageID": "190c2b92-7a45-4f93-90f9-91c992447d9d",
"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"
}