GET Api/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": "f575ed03-b076-49dd-aa06-e3b6f81cc8fd",
"ProductId": "ae9d831b-5048-4194-885f-f1ad1dd05554",
"AttrValue1": "75d13dd1-e1f5-47b8-b38b-458543039fb2",
"AttrValue2": "40c73452-b504-42af-922f-8a0f73dae8c4",
"AttrValue3": "d404bce1-27b9-4742-ad9e-9563e8855e55",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f3b6b522-2d23-4e04-92bf-f0030726c0f6",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "e1e5deea-4267-4685-80eb-44fdf9ca6951",
"ImageID": "7398a915-5b37-4813-98d3-569d5333016a",
"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": "e1e5deea-4267-4685-80eb-44fdf9ca6951",
"ImageID": "7398a915-5b37-4813-98d3-569d5333016a",
"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"
}