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": "edb01c68-c612-474d-a4d8-66bebfd340e7",
"ProductId": "8a0eb228-0e30-4de7-8cc4-9c4a55fbb33c",
"AttrValue1": "ad4ab883-d444-4fa9-bc5c-5f410db1d5a6",
"AttrValue2": "505ace1a-b168-4ec6-bfbc-4ed1ae92dddc",
"AttrValue3": "1101ba60-39de-49f8-afe9-c61ddb634fbe",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c1d290aa-625a-4fcc-ae84-788f259ccc6d",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "150b5384-ab0f-443e-84d4-3a89ce0dee53",
"ImageID": "d81a1f3b-a2e5-4cc8-9f5c-11d11ba027db",
"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": "150b5384-ab0f-443e-84d4-3a89ce0dee53",
"ImageID": "d81a1f3b-a2e5-4cc8-9f5c-11d11ba027db",
"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"
}