GET AdminApi/ProdImage/GetImageByProductId?id={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": "07fc0e01-bd5a-4a9d-8489-dc9fd3f6e329",
"ProductId": "363f8ab6-62ac-4ab1-bde5-e9dc5506b713",
"AttrValue1": "5a59aa74-8cb5-4e89-8a78-5e7922433e35",
"AttrValue2": "a3f174c3-3239-430d-87d4-dc47f45be741",
"AttrValue3": "f57f03fd-4cf1-4dcd-8447-f7a7415e3538",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "691fb800-8d71-4884-915f-3b6902117e1a",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "007e6ca9-b533-42f7-83c2-214a6658999b",
"ImageID": "d944362a-c2ff-484a-a28a-f380910826fd",
"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": "007e6ca9-b533-42f7-83c2-214a6658999b",
"ImageID": "d944362a-c2ff-484a-a28a-f380910826fd",
"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": "07fc0e01-bd5a-4a9d-8489-dc9fd3f6e329",
"ProductId": "363f8ab6-62ac-4ab1-bde5-e9dc5506b713",
"AttrValue1": "5a59aa74-8cb5-4e89-8a78-5e7922433e35",
"AttrValue2": "a3f174c3-3239-430d-87d4-dc47f45be741",
"AttrValue3": "f57f03fd-4cf1-4dcd-8447-f7a7415e3538",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "691fb800-8d71-4884-915f-3b6902117e1a",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "007e6ca9-b533-42f7-83c2-214a6658999b",
"ImageID": "d944362a-c2ff-484a-a28a-f380910826fd",
"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": "007e6ca9-b533-42f7-83c2-214a6658999b",
"ImageID": "d944362a-c2ff-484a-a28a-f380910826fd",
"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"
}
]