GET AdminApi/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": "20857d74-faf6-4e12-8d8c-eef076120edb",
"ProductId": "cec2ca28-0354-42f3-af80-a3044f993f84",
"AttrValue1": "12c02638-8337-4462-ae3e-a278bfe75924",
"AttrValue2": "30133528-903d-4e90-a1cc-34a285e1dea9",
"AttrValue3": "0a4c395c-3b7a-49b8-9001-b7595fa35fb9",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f55dd11e-8e58-460b-b7e7-e52583df7ac5",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "019122a6-5168-4f79-aa74-a1a1d6a6dc46",
"ImageID": "b54f2e3a-f469-423c-b8ad-616e538edcdd",
"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": "019122a6-5168-4f79-aa74-a1a1d6a6dc46",
"ImageID": "b54f2e3a-f469-423c-b8ad-616e538edcdd",
"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"
}