GET Api/ProdImage/GetImageByProductId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "b99e7030-ea78-4f00-aa16-7f3c7e16d07a",
"ProductId": "f4066563-2bd0-4818-946b-964ebe53d1ee",
"AttrValue1": "c069b04b-2372-4a84-9424-0af9919ff57a",
"AttrValue2": "0fd83409-b07e-4422-94a3-cc7fb2ef3dab",
"AttrValue3": "059ab93b-f23a-4735-ab5c-6f85ebddd0d2",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "ae83bc6a-c23c-460f-afa0-7b0f2474cae6",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "12a863a5-c412-4d9c-b145-6a702c9bf19c",
"ImageID": "647a4360-6013-4c2a-9bce-0b741b16be7c",
"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": "12a863a5-c412-4d9c-b145-6a702c9bf19c",
"ImageID": "647a4360-6013-4c2a-9bce-0b741b16be7c",
"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"
},
{
"Id": "b99e7030-ea78-4f00-aa16-7f3c7e16d07a",
"ProductId": "f4066563-2bd0-4818-946b-964ebe53d1ee",
"AttrValue1": "c069b04b-2372-4a84-9424-0af9919ff57a",
"AttrValue2": "0fd83409-b07e-4422-94a3-cc7fb2ef3dab",
"AttrValue3": "059ab93b-f23a-4735-ab5c-6f85ebddd0d2",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "ae83bc6a-c23c-460f-afa0-7b0f2474cae6",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "12a863a5-c412-4d9c-b145-6a702c9bf19c",
"ImageID": "647a4360-6013-4c2a-9bce-0b741b16be7c",
"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": "12a863a5-c412-4d9c-b145-6a702c9bf19c",
"ImageID": "647a4360-6013-4c2a-9bce-0b741b16be7c",
"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"
}
]