GET Api/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": "88627c18-afa3-4ee5-92f1-6c65799cf8c3",
"ProductId": "c7b1f1c8-1e87-4ddc-98c1-0b04f9debba1",
"AttrValue1": "791ee8e7-e723-4e1c-b368-4a9d93f4f3a3",
"AttrValue2": "4d8d55a7-83a2-4da0-a43e-e89be6c84405",
"AttrValue3": "4a23e7d8-cb53-4885-bd32-9adc407914a9",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b08457c2-6494-4896-8d84-3a1432da8648",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "e4acc5b8-f487-445c-a6e2-d2b121e232dd",
"ImageID": "340469bb-0aab-4773-ae79-8139e0887141",
"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": "e4acc5b8-f487-445c-a6e2-d2b121e232dd",
"ImageID": "340469bb-0aab-4773-ae79-8139e0887141",
"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"
}