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": "03ec86ed-dffc-4653-b9dd-41dd6d5cc391",
"ProductId": "3521f02e-4707-4463-b66a-cd5713f1fce4",
"AttrValue1": "39f88238-cad9-4fff-b9d8-720f72aa63e1",
"AttrValue2": "80ba9149-979e-402d-bad4-b30b5dc7d494",
"AttrValue3": "3ee730b2-e3bc-4ab4-846b-e0e78b34d3e2",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "02456e18-ce26-44ad-b80e-c4c7bc7dca81",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "463a89cc-ae75-4c85-938b-191a857ea765",
"ImageID": "8af5626f-2e6d-40f9-9c23-dcef4fa0154e",
"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": "463a89cc-ae75-4c85-938b-191a857ea765",
"ImageID": "8af5626f-2e6d-40f9-9c23-dcef4fa0154e",
"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"
}