GET AdminApi/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": "76de1e9a-c1a5-4f83-8d6f-41925e61c709",
"ProductId": "d9529bbc-4654-4b7d-a705-1711f78d384a",
"AttrValue1": "80205337-82df-4af5-9dcf-545516d970a4",
"AttrValue2": "41c8d1ce-e97f-4328-8ab0-d8369a31daaa",
"AttrValue3": "3bfe81d4-8fc3-4a8b-8b09-d7f2c00fa1c4",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "4f6b2505-e04e-46d4-97f6-3a4e3d0dc1db",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "005abe40-f24b-412f-ba6f-bf58496de6ba",
"ImageID": "f663d97f-3b5e-4e79-8573-bd6e162a6f5a",
"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": "005abe40-f24b-412f-ba6f-bf58496de6ba",
"ImageID": "f663d97f-3b5e-4e79-8573-bd6e162a6f5a",
"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": "76de1e9a-c1a5-4f83-8d6f-41925e61c709",
"ProductId": "d9529bbc-4654-4b7d-a705-1711f78d384a",
"AttrValue1": "80205337-82df-4af5-9dcf-545516d970a4",
"AttrValue2": "41c8d1ce-e97f-4328-8ab0-d8369a31daaa",
"AttrValue3": "3bfe81d4-8fc3-4a8b-8b09-d7f2c00fa1c4",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "4f6b2505-e04e-46d4-97f6-3a4e3d0dc1db",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "005abe40-f24b-412f-ba6f-bf58496de6ba",
"ImageID": "f663d97f-3b5e-4e79-8573-bd6e162a6f5a",
"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": "005abe40-f24b-412f-ba6f-bf58496de6ba",
"ImageID": "f663d97f-3b5e-4e79-8573-bd6e162a6f5a",
"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"
}
]