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": "9f8c9dde-1762-4d62-b1f0-83627a8f8a86",
"ProductId": "98977114-322d-40e3-8be3-32643dd3b86d",
"AttrValue1": "3052f681-89a1-41da-9901-beb6dd99292a",
"AttrValue2": "7ab370d6-d1f8-4622-9795-fb853d4101ad",
"AttrValue3": "3fdfac52-40c6-4b2d-aaae-3e20c3dc6769",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "a483d413-abcc-4a4e-9c0a-d9c5fc33eb92",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "d36d42b3-d024-4a18-8896-efaf1efbbacc",
"ImageID": "130882be-ca7c-4a4a-b98a-6fe64cba41d0",
"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": "d36d42b3-d024-4a18-8896-efaf1efbbacc",
"ImageID": "130882be-ca7c-4a4a-b98a-6fe64cba41d0",
"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"
}