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": "ae8d8304-1d9b-44c7-9ac0-1db41a4953c6",
"ProductId": "438dc09e-b468-4f57-a993-493f7f2341a6",
"AttrValue1": "5c837965-ab4a-4a26-a83d-08462d8cf219",
"AttrValue2": "eb4d8ac9-9601-4297-9bfe-1a65fd09216f",
"AttrValue3": "b0276107-fc43-4e08-aee7-53a63616f7fe",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "290dc334-4971-459b-ac7d-8346a486c61c",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "5d06ce54-337f-40d7-a527-392b0d7d27ab",
"ImageID": "f6bac5c0-961a-4e76-b047-bbf566cb06b1",
"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": "5d06ce54-337f-40d7-a527-392b0d7d27ab",
"ImageID": "f6bac5c0-961a-4e76-b047-bbf566cb06b1",
"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"
}