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": "52e2e6a6-a1af-48a3-a58f-861bdf8a8b37",
"ProductId": "08d7966b-fe14-4c8f-bce7-d10b99d8d0e8",
"AttrValue1": "eade9d7a-8ed5-4f61-b6b6-eea45f759f70",
"AttrValue2": "ef945002-bf9d-4ec6-a3bc-49a5bf814fd5",
"AttrValue3": "a5251498-540c-4cc2-b2a1-2bf5eac7b136",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "6ac887c9-d6c4-462e-9710-b1b38b403a19",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "026a47bb-4dbf-4fe3-9be8-b2393b2a1044",
"ImageID": "bc99643f-1529-48ba-8020-0b6fc4fe30cc",
"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": "026a47bb-4dbf-4fe3-9be8-b2393b2a1044",
"ImageID": "bc99643f-1529-48ba-8020-0b6fc4fe30cc",
"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": "52e2e6a6-a1af-48a3-a58f-861bdf8a8b37",
"ProductId": "08d7966b-fe14-4c8f-bce7-d10b99d8d0e8",
"AttrValue1": "eade9d7a-8ed5-4f61-b6b6-eea45f759f70",
"AttrValue2": "ef945002-bf9d-4ec6-a3bc-49a5bf814fd5",
"AttrValue3": "a5251498-540c-4cc2-b2a1-2bf5eac7b136",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "6ac887c9-d6c4-462e-9710-b1b38b403a19",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "026a47bb-4dbf-4fe3-9be8-b2393b2a1044",
"ImageID": "bc99643f-1529-48ba-8020-0b6fc4fe30cc",
"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": "026a47bb-4dbf-4fe3-9be8-b2393b2a1044",
"ImageID": "bc99643f-1529-48ba-8020-0b6fc4fe30cc",
"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"
}
]