GET Api/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": "c91742c4-c203-48db-bba7-8ed843d70d6d",
"ProductId": "d0a58307-df70-4f50-9022-11faaa8ff925",
"AttrValue1": "aa5041fb-5ff4-445f-b2bb-05d06ebd583a",
"AttrValue2": "576c7be4-ebaa-463c-9deb-f7f6655c930e",
"AttrValue3": "e17c6ba2-37d1-42bf-b36e-8f50e1d75669",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "35a1526f-4829-4bb8-bc85-ea7d32860830",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "a6a4e7b7-b82e-423d-8903-a8d4ced83b21",
"ImageID": "c6a70454-54b9-4d73-ae1f-8f5009794633",
"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": "a6a4e7b7-b82e-423d-8903-a8d4ced83b21",
"ImageID": "c6a70454-54b9-4d73-ae1f-8f5009794633",
"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": "c91742c4-c203-48db-bba7-8ed843d70d6d",
"ProductId": "d0a58307-df70-4f50-9022-11faaa8ff925",
"AttrValue1": "aa5041fb-5ff4-445f-b2bb-05d06ebd583a",
"AttrValue2": "576c7be4-ebaa-463c-9deb-f7f6655c930e",
"AttrValue3": "e17c6ba2-37d1-42bf-b36e-8f50e1d75669",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "35a1526f-4829-4bb8-bc85-ea7d32860830",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "a6a4e7b7-b82e-423d-8903-a8d4ced83b21",
"ImageID": "c6a70454-54b9-4d73-ae1f-8f5009794633",
"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": "a6a4e7b7-b82e-423d-8903-a8d4ced83b21",
"ImageID": "c6a70454-54b9-4d73-ae1f-8f5009794633",
"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"
}
]