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": "5f308186-75d8-4004-ab48-e74421a475b6",
"ProductId": "fa503a71-98c2-469c-9c70-1300e30ddb0b",
"AttrValue1": "c0e95923-19d5-429c-bdd5-d26aec96f636",
"AttrValue2": "c62e1a34-973d-4e0c-9b86-1ab8ae983c64",
"AttrValue3": "909d7e3c-d607-473c-884b-a55310ded827",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "a95e4e90-aec2-4aa6-bcd2-aee823cdbbf2",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "6057c833-075d-417a-bcd1-86d70496ecb5",
"ImageID": "703ee8b8-c9d1-4b0c-8e7c-54b7530caad0",
"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": "6057c833-075d-417a-bcd1-86d70496ecb5",
"ImageID": "703ee8b8-c9d1-4b0c-8e7c-54b7530caad0",
"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"
}