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": "04c6c525-a0cd-446d-ad01-1461c42a43c8",
"ProductId": "5822c4f1-7920-4ba9-80a3-cd037cf34189",
"AttrValue1": "e59e9fc9-1444-4f53-8954-d62fb2b8f628",
"AttrValue2": "d47e304b-8fdd-43d7-8cf9-9853593a0762",
"AttrValue3": "2686a70b-66d6-4df3-8a6d-1dffbf19d735",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "daac8add-87c5-449d-8275-ae6fed6d91ed",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "7a6e857a-a61d-426b-963b-18aeea348a30",
"ImageID": "c0eee21f-aa53-4979-9812-1fcb44cbbbc9",
"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": "7a6e857a-a61d-426b-963b-18aeea348a30",
"ImageID": "c0eee21f-aa53-4979-9812-1fcb44cbbbc9",
"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"
}