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": "56a1d2f2-fcec-4d02-8818-38857984f44e",
"ProductId": "b64edbc2-b481-4342-8867-1332acdfc245",
"AttrValue1": "86a3e9f8-ea86-400c-8402-486f1256a500",
"AttrValue2": "c4544c43-a2bf-4348-8779-ac1c651f81e3",
"AttrValue3": "efaf77c7-c338-44ae-9670-f07e07f74e08",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "fe4cb7dc-4df0-41d4-ab96-d839c0489238",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "39ec9202-7a4c-497a-ac6b-cff162a17a47",
"ImageID": "695763b3-504a-40bf-bce3-792afcaf286e",
"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": "39ec9202-7a4c-497a-ac6b-cff162a17a47",
"ImageID": "695763b3-504a-40bf-bce3-792afcaf286e",
"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"
}