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": "f374570a-a511-4dc9-a01c-3f44aab42812",
"ProductId": "4e9884b0-5c34-4769-a140-1a4c873c224a",
"AttrValue1": "5ea7d90b-3690-4d51-9fc3-86d660ca35b1",
"AttrValue2": "30826c66-0bc9-4c33-8df9-8ce8177f6184",
"AttrValue3": "c75776ff-0a20-467f-b0dd-c5539f0217fe",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c0f12f0a-6e44-41d1-b650-c88797ce37be",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "ee6c9d37-e031-4bc2-b1b7-452471ead48f",
"ImageID": "8ca1b3c0-80ab-4ee8-8978-a126cc478c95",
"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": "ee6c9d37-e031-4bc2-b1b7-452471ead48f",
"ImageID": "8ca1b3c0-80ab-4ee8-8978-a126cc478c95",
"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"
}