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": "0e84955c-d50d-4b60-8dfd-e036e8b57090",
"ProductId": "7ed98eac-d76a-4774-bc6b-9ce764857ce5",
"AttrValue1": "8db7a11a-c899-4fee-9867-5b45cc402192",
"AttrValue2": "9f0959ec-c480-435c-bcd1-8c4acf75a711",
"AttrValue3": "79979aa3-5f47-4cfb-8620-ae2c62f0eb3c",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9161c833-64c7-454c-a89d-7dd51f343446",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "b021e712-2ec7-42f4-b403-e4cd121c92ae",
"ImageID": "02253dfe-6a4c-4405-ab32-5fe949fcb6e7",
"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": "b021e712-2ec7-42f4-b403-e4cd121c92ae",
"ImageID": "02253dfe-6a4c-4405-ab32-5fe949fcb6e7",
"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": "0e84955c-d50d-4b60-8dfd-e036e8b57090",
"ProductId": "7ed98eac-d76a-4774-bc6b-9ce764857ce5",
"AttrValue1": "8db7a11a-c899-4fee-9867-5b45cc402192",
"AttrValue2": "9f0959ec-c480-435c-bcd1-8c4acf75a711",
"AttrValue3": "79979aa3-5f47-4cfb-8620-ae2c62f0eb3c",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9161c833-64c7-454c-a89d-7dd51f343446",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "b021e712-2ec7-42f4-b403-e4cd121c92ae",
"ImageID": "02253dfe-6a4c-4405-ab32-5fe949fcb6e7",
"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": "b021e712-2ec7-42f4-b403-e4cd121c92ae",
"ImageID": "02253dfe-6a4c-4405-ab32-5fe949fcb6e7",
"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"
}
]