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": "1983bc60-d3ce-4259-8797-3eaa9777ba1e",
"ProductId": "1052f711-791a-445d-9736-12e2c797b187",
"AttrValue1": "12731846-21fa-4286-9e66-ea159868d03d",
"AttrValue2": "e386b0ce-1f4c-411c-bd1e-0a120631b763",
"AttrValue3": "b3d59be9-9fb1-4042-b5c2-2e7224f8c188",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "d4c12d4c-2da8-4b2b-9fa1-c6568605ffb3",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "4c3ff2d0-d8a7-49dd-bacc-27fbe38de94e",
"ImageID": "b2e1b9cc-76e2-4a1e-9db9-74f27c30158c",
"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": "4c3ff2d0-d8a7-49dd-bacc-27fbe38de94e",
"ImageID": "b2e1b9cc-76e2-4a1e-9db9-74f27c30158c",
"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"
}