GET api/PreviewImage/GetList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfPreviewImage| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | Collection of PreviewImage |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": [
{
"Id": 1,
"BackdropName": "sample string 2",
"FileName": "sample string 3",
"Relation": [
{
"Id": 1,
"PrevieName": "sample string 2",
"PreviewImageId": 3,
"PageSizeId": 4
},
{
"Id": 1,
"PrevieName": "sample string 2",
"PreviewImageId": 3,
"PageSizeId": 4
}
],
"HttpImg": "http://erp2-print.cnfth.com/CustomPicking/Previewimage/sample string 3?54159"
},
{
"Id": 1,
"BackdropName": "sample string 2",
"FileName": "sample string 3",
"Relation": [
{
"Id": 1,
"PrevieName": "sample string 2",
"PreviewImageId": 3,
"PageSizeId": 4
},
{
"Id": 1,
"PrevieName": "sample string 2",
"PreviewImageId": 3,
"PageSizeId": 4
}
],
"HttpImg": "http://erp2-print.cnfth.com/CustomPicking/Previewimage/sample string 3?54159"
}
]
}