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": "14eae336-9dc6-495f-afa9-1d36239d8cc7",
"ProductId": "686c1176-7fda-414c-892e-6a5c6fdd30e4",
"AttrValue1": "95ca705d-a95c-44f6-ade4-14f00d445e19",
"AttrValue2": "05136545-eee7-4b09-86bf-7234672a6dbd",
"AttrValue3": "1f04654c-6b14-44bf-b074-42b8665483ec",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "6258d209-0274-439c-91b0-da432a9c925a",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "04b83d08-be17-4799-b0aa-37a502f5d69a",
"ImageID": "4af4398c-5521-4cb5-9799-02f04c07454c",
"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": "04b83d08-be17-4799-b0aa-37a502f5d69a",
"ImageID": "4af4398c-5521-4cb5-9799-02f04c07454c",
"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": "14eae336-9dc6-495f-afa9-1d36239d8cc7",
"ProductId": "686c1176-7fda-414c-892e-6a5c6fdd30e4",
"AttrValue1": "95ca705d-a95c-44f6-ade4-14f00d445e19",
"AttrValue2": "05136545-eee7-4b09-86bf-7234672a6dbd",
"AttrValue3": "1f04654c-6b14-44bf-b074-42b8665483ec",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "6258d209-0274-439c-91b0-da432a9c925a",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "04b83d08-be17-4799-b0aa-37a502f5d69a",
"ImageID": "4af4398c-5521-4cb5-9799-02f04c07454c",
"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": "04b83d08-be17-4799-b0aa-37a502f5d69a",
"ImageID": "4af4398c-5521-4cb5-9799-02f04c07454c",
"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"
}
]