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": "ce4982d9-19c2-4b60-9461-20d01e716fc7",
"ProductId": "21781d7d-e679-44f9-a405-10d3dfc3e3f2",
"AttrValue1": "fae983ae-c69f-44f1-afc1-01b1d4240d4b",
"AttrValue2": "395ec89c-8590-4474-a271-8e50c249dbe8",
"AttrValue3": "7d0ef323-d659-42d0-a779-700982a11f7a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "d98a04cb-c90a-48e9-ad43-312b9fe1eda2",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "dd868949-12f2-49f3-bc57-660af4612c83",
"ImageID": "24483699-51cd-4b09-9ba2-2d9c7912a757",
"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": "dd868949-12f2-49f3-bc57-660af4612c83",
"ImageID": "24483699-51cd-4b09-9ba2-2d9c7912a757",
"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": "ce4982d9-19c2-4b60-9461-20d01e716fc7",
"ProductId": "21781d7d-e679-44f9-a405-10d3dfc3e3f2",
"AttrValue1": "fae983ae-c69f-44f1-afc1-01b1d4240d4b",
"AttrValue2": "395ec89c-8590-4474-a271-8e50c249dbe8",
"AttrValue3": "7d0ef323-d659-42d0-a779-700982a11f7a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "d98a04cb-c90a-48e9-ad43-312b9fe1eda2",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "dd868949-12f2-49f3-bc57-660af4612c83",
"ImageID": "24483699-51cd-4b09-9ba2-2d9c7912a757",
"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": "dd868949-12f2-49f3-bc57-660af4612c83",
"ImageID": "24483699-51cd-4b09-9ba2-2d9c7912a757",
"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"
}
]