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": "77a481e2-b78e-4f07-bd3e-9fcbfcf965c2",
"ProductId": "441ce3aa-6363-4bfa-adcf-3a8c64740955",
"AttrValue1": "b5862ff8-ac62-48a3-a246-799d27e74371",
"AttrValue2": "1b58a58b-de9f-458c-83e6-e5beec5fc7c2",
"AttrValue3": "dcbcd4e1-96f0-4c90-83a8-cd055b6783c9",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b8d693c0-3d01-4c56-aa3a-f14fb655d595",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "6a8fc656-f527-4409-adb7-4b0e437d19b9",
"ImageID": "6ff3b12c-1c03-4a36-a254-da64e7afc4b8",
"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": "6a8fc656-f527-4409-adb7-4b0e437d19b9",
"ImageID": "6ff3b12c-1c03-4a36-a254-da64e7afc4b8",
"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": "77a481e2-b78e-4f07-bd3e-9fcbfcf965c2",
"ProductId": "441ce3aa-6363-4bfa-adcf-3a8c64740955",
"AttrValue1": "b5862ff8-ac62-48a3-a246-799d27e74371",
"AttrValue2": "1b58a58b-de9f-458c-83e6-e5beec5fc7c2",
"AttrValue3": "dcbcd4e1-96f0-4c90-83a8-cd055b6783c9",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b8d693c0-3d01-4c56-aa3a-f14fb655d595",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "6a8fc656-f527-4409-adb7-4b0e437d19b9",
"ImageID": "6ff3b12c-1c03-4a36-a254-da64e7afc4b8",
"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": "6a8fc656-f527-4409-adb7-4b0e437d19b9",
"ImageID": "6ff3b12c-1c03-4a36-a254-da64e7afc4b8",
"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"
}
]