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": "3c2662f8-8ce8-49e6-a2a0-6d26937a598f",
"ProductId": "19016809-a5c0-4b03-8d16-cdf102001734",
"AttrValue1": "15b639c9-2cc6-4662-91cf-22a400c88095",
"AttrValue2": "0660539f-5dc4-4d34-a521-e5d94854ca53",
"AttrValue3": "756cf609-2e8e-41bb-9b18-bef857c097e3",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "00ceaab5-a92d-42af-95f9-c5b0dbf9250d",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "8d4cdd30-50fc-45ce-95b0-123e4a90a65f",
"ImageID": "9d7f1a9b-c6db-440a-b9c1-9eb4b832f373",
"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": "8d4cdd30-50fc-45ce-95b0-123e4a90a65f",
"ImageID": "9d7f1a9b-c6db-440a-b9c1-9eb4b832f373",
"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": "3c2662f8-8ce8-49e6-a2a0-6d26937a598f",
"ProductId": "19016809-a5c0-4b03-8d16-cdf102001734",
"AttrValue1": "15b639c9-2cc6-4662-91cf-22a400c88095",
"AttrValue2": "0660539f-5dc4-4d34-a521-e5d94854ca53",
"AttrValue3": "756cf609-2e8e-41bb-9b18-bef857c097e3",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "00ceaab5-a92d-42af-95f9-c5b0dbf9250d",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "8d4cdd30-50fc-45ce-95b0-123e4a90a65f",
"ImageID": "9d7f1a9b-c6db-440a-b9c1-9eb4b832f373",
"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": "8d4cdd30-50fc-45ce-95b0-123e4a90a65f",
"ImageID": "9d7f1a9b-c6db-440a-b9c1-9eb4b832f373",
"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"
}
]