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": "d3d29694-1208-4ca0-9a68-a89897dcd23f",
"ProductId": "176c69c6-2185-4b65-ba09-da3ff59a06b0",
"AttrValue1": "3f476919-bd6d-4036-8e68-cc0903a57108",
"AttrValue2": "bd2333f1-8bde-4248-b9a2-6cd01ecf7526",
"AttrValue3": "7bac7022-dc47-4e11-af9e-ae9bc11a830c",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "2aa09db7-c1ff-43a1-9ebb-0dc977406975",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "34619891-dc62-4199-9f97-4c65a9f3fbf2",
"ImageID": "f6227f50-7a02-4143-9cbe-446a00275ad2",
"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": "34619891-dc62-4199-9f97-4c65a9f3fbf2",
"ImageID": "f6227f50-7a02-4143-9cbe-446a00275ad2",
"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"
}