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": "969a20f7-6350-4427-ac2f-7d1c17ec46ce",
"ProductId": "97353639-2d00-4988-ae38-c3d3db871576",
"AttrValue1": "5eb20a89-9c1c-4124-8b31-f09da2320be3",
"AttrValue2": "6aba12bd-9c28-4170-9f6d-ad3304a8f3e8",
"AttrValue3": "32382dc3-bd9c-4834-a7f2-7e5a4f4d182b",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "46aae565-bf51-4069-92d8-b1bb215d4ced",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "7e077308-62da-4a6f-b739-7bc7616e0f52",
"ImageID": "cd29d388-7c8b-498d-8786-aa66090d3094",
"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": "7e077308-62da-4a6f-b739-7bc7616e0f52",
"ImageID": "cd29d388-7c8b-498d-8786-aa66090d3094",
"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"
}