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": "ae0ef9aa-d743-4ea9-9e27-57ed80ce7f87",
"ProductId": "47727702-959d-4be3-80dc-ef7627baefc4",
"AttrValue1": "10151e53-c84e-4517-bd13-ab28e2ee8901",
"AttrValue2": "5ed941dc-4bf1-4a07-97e5-4987a30f0b05",
"AttrValue3": "69133e7e-e022-4692-8e75-3398ebc91199",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c042d682-36fb-4126-8713-48a0657817f7",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "48326343-d18b-4ca0-b89f-7a9e08b4af46",
"ImageID": "991cd3b4-7043-4793-93ce-272833777142",
"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": "48326343-d18b-4ca0-b89f-7a9e08b4af46",
"ImageID": "991cd3b4-7043-4793-93ce-272833777142",
"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": "ae0ef9aa-d743-4ea9-9e27-57ed80ce7f87",
"ProductId": "47727702-959d-4be3-80dc-ef7627baefc4",
"AttrValue1": "10151e53-c84e-4517-bd13-ab28e2ee8901",
"AttrValue2": "5ed941dc-4bf1-4a07-97e5-4987a30f0b05",
"AttrValue3": "69133e7e-e022-4692-8e75-3398ebc91199",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c042d682-36fb-4126-8713-48a0657817f7",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "48326343-d18b-4ca0-b89f-7a9e08b4af46",
"ImageID": "991cd3b4-7043-4793-93ce-272833777142",
"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": "48326343-d18b-4ca0-b89f-7a9e08b4af46",
"ImageID": "991cd3b4-7043-4793-93ce-272833777142",
"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"
}
]