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": "d59b8566-1653-49ce-8348-bd4103df35f0",
"ProductId": "47f3c872-fd54-4696-8bcd-ba13eb2823b7",
"AttrValue1": "f58632fd-1d0a-4c06-9c1e-4d01e8c35145",
"AttrValue2": "1f090576-c222-4db1-9505-e93b657aaf8f",
"AttrValue3": "71039c13-ce0b-4cbe-9f1d-18e5de70fd71",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "a947c47d-689f-4a15-a762-3fd0dcee81ff",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "275c8983-83a0-4d5c-8ad4-1bbaa0579d96",
"ImageID": "6e342d89-4744-4f5c-ab80-425ac4a81bc1",
"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": "275c8983-83a0-4d5c-8ad4-1bbaa0579d96",
"ImageID": "6e342d89-4744-4f5c-ab80-425ac4a81bc1",
"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"
}