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": "4b274791-8c60-4dad-a589-560415cb79cb",
"ProductId": "d46d37c6-aee6-44a8-9f34-cba2f9c6e5a9",
"AttrValue1": "2631e8b1-b626-4e50-8aed-11b3051d7aeb",
"AttrValue2": "554fff15-6d0c-44e3-afb1-71bc22d08f7d",
"AttrValue3": "4ec7d092-dd2a-4d41-bf60-15a64562cce5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "66b2b2a7-57b8-484b-addb-98011629fb11",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "c562160b-8580-4849-ad76-5bbe5ba9f344",
"ImageID": "28d5e15e-5391-4631-bfc3-6589f9ee1bdf",
"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": "c562160b-8580-4849-ad76-5bbe5ba9f344",
"ImageID": "28d5e15e-5391-4631-bfc3-6589f9ee1bdf",
"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"
}