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": "a0d77577-2538-4c29-9bfb-1f3937510503",
"ProductId": "21ddca24-fde0-4f57-b745-a730e4d2b05d",
"AttrValue1": "f5ea7c08-9bda-47b0-ac43-69cc46363e7f",
"AttrValue2": "19a7dd19-2bd5-4704-a8da-1a6ac844a20e",
"AttrValue3": "41ea73d0-bb7e-44dd-8db2-57d3d5bed534",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9a4ed2e7-4688-4c99-856f-49b6cb2bd6e9",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "9d4e42e9-e32f-4ab2-ad4c-f23220e18fb7",
"ImageID": "ec70667c-f971-4c39-b63b-a41ee0378f8f",
"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": "9d4e42e9-e32f-4ab2-ad4c-f23220e18fb7",
"ImageID": "ec70667c-f971-4c39-b63b-a41ee0378f8f",
"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": "a0d77577-2538-4c29-9bfb-1f3937510503",
"ProductId": "21ddca24-fde0-4f57-b745-a730e4d2b05d",
"AttrValue1": "f5ea7c08-9bda-47b0-ac43-69cc46363e7f",
"AttrValue2": "19a7dd19-2bd5-4704-a8da-1a6ac844a20e",
"AttrValue3": "41ea73d0-bb7e-44dd-8db2-57d3d5bed534",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9a4ed2e7-4688-4c99-856f-49b6cb2bd6e9",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "9d4e42e9-e32f-4ab2-ad4c-f23220e18fb7",
"ImageID": "ec70667c-f971-4c39-b63b-a41ee0378f8f",
"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": "9d4e42e9-e32f-4ab2-ad4c-f23220e18fb7",
"ImageID": "ec70667c-f971-4c39-b63b-a41ee0378f8f",
"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"
}
]