POST api/import/GetHistoryLogs
Request Information
URI Parameters
None.
Body Parameters
DataTableCollectionVM| Name | Description | Type | Additional information |
|---|---|---|---|
| sEcho | integer |
None. |
|
| iDisplayStart | integer |
None. |
|
| iDisplayLength | integer |
None. |
|
| sSearch | string |
None. |
|
| iSortCol_0 | integer |
None. |
|
| sSortDir_0 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"sEcho": 1,
"iDisplayStart": 1,
"iDisplayLength": 1,
"sSearch": "sample string 1",
"iSortCol_0": 2,
"sSortDir_0": "sample string 3"
}
application/xml, text/xml
Sample:
<DataTableCollectionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmniInvoiceManagement.Models.ViewModel"> <iDisplayLength>1</iDisplayLength> <iDisplayStart>1</iDisplayStart> <iSortCol_0>2</iSortCol_0> <sEcho>1</sEcho> <sSearch>sample string 1</sSearch> <sSortDir_0>sample string 3</sSortDir_0> </DataTableCollectionVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTableVMOfImportServiceLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of ImportServiceLog |
None. |
|
| iTotalRecords | integer |
None. |
|
| iTotalDisplayRecords | integer |
None. |
|
| sEcho | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.