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": "fec6ba7b-d50c-4f46-932e-ad2351e34e12",
"ProductId": "8444cfc8-b634-4581-a947-674461ee2bc0",
"AttrValue1": "f212f646-e672-47fb-8d48-80be58294b31",
"AttrValue2": "f06cfcdf-e670-4386-93f2-6f0063204d47",
"AttrValue3": "18dc17cf-afc2-4a37-88b0-c4e4751f2e73",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b4c5c768-8ee7-4498-951c-297ce6291ceb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "893e5b8e-1a2e-49d6-9bce-31152909e2f8",
"ImageID": "85f025f9-8ffd-45b9-af05-cf300ec1a07f",
"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": "893e5b8e-1a2e-49d6-9bce-31152909e2f8",
"ImageID": "85f025f9-8ffd-45b9-af05-cf300ec1a07f",
"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": "fec6ba7b-d50c-4f46-932e-ad2351e34e12",
"ProductId": "8444cfc8-b634-4581-a947-674461ee2bc0",
"AttrValue1": "f212f646-e672-47fb-8d48-80be58294b31",
"AttrValue2": "f06cfcdf-e670-4386-93f2-6f0063204d47",
"AttrValue3": "18dc17cf-afc2-4a37-88b0-c4e4751f2e73",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b4c5c768-8ee7-4498-951c-297ce6291ceb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "893e5b8e-1a2e-49d6-9bce-31152909e2f8",
"ImageID": "85f025f9-8ffd-45b9-af05-cf300ec1a07f",
"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": "893e5b8e-1a2e-49d6-9bce-31152909e2f8",
"ImageID": "85f025f9-8ffd-45b9-af05-cf300ec1a07f",
"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"
}
]