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": "df65a2ae-79c9-4296-abb4-9d1553ffa89c",
"ProductId": "1a971b51-5c52-4a1b-be06-86b0753beac7",
"AttrValue1": "3cc4d5e4-afbe-4b70-8535-ec074c48f80d",
"AttrValue2": "66fd76b0-4f47-4bfc-b9d6-d2b25bdaf07c",
"AttrValue3": "79333908-4a9e-49f0-8f47-79f7ba1b1f67",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "86021b62-d68e-44eb-851b-811bae51e17d",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "29ade069-08bd-4b93-b851-d2c17a388b3f",
"ImageID": "a87d76ea-90f4-4979-9e7a-9e235c00e87c",
"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": "29ade069-08bd-4b93-b851-d2c17a388b3f",
"ImageID": "a87d76ea-90f4-4979-9e7a-9e235c00e87c",
"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": "df65a2ae-79c9-4296-abb4-9d1553ffa89c",
"ProductId": "1a971b51-5c52-4a1b-be06-86b0753beac7",
"AttrValue1": "3cc4d5e4-afbe-4b70-8535-ec074c48f80d",
"AttrValue2": "66fd76b0-4f47-4bfc-b9d6-d2b25bdaf07c",
"AttrValue3": "79333908-4a9e-49f0-8f47-79f7ba1b1f67",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "86021b62-d68e-44eb-851b-811bae51e17d",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "29ade069-08bd-4b93-b851-d2c17a388b3f",
"ImageID": "a87d76ea-90f4-4979-9e7a-9e235c00e87c",
"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": "29ade069-08bd-4b93-b851-d2c17a388b3f",
"ImageID": "a87d76ea-90f4-4979-9e7a-9e235c00e87c",
"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"
}
]