POST Wapi/GetDataHistoryList
Request Information
URI Parameters
None.
Body Parameters
GetDataHistoryInput| Name | Description | Type | Additional information |
|---|---|---|---|
| systemId | integer |
None. |
|
| tankId | integer |
None. |
|
| Startdate | date |
None. |
|
| EndDate | date |
None. |
|
| SearchTag | string |
None. |
|
| PageSize | integer |
None. |
|
| PageNo | integer |
None. |
|
| Tokens | string |
None. |
|
| UID | string |
None. |
|
| Device_Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"systemId": 1,
"tankId": 1,
"Startdate": "2026-06-11T20:14:15.784694+05:30",
"EndDate": "2026-06-11T20:14:15.784694+05:30",
"SearchTag": "sample string 1",
"PageSize": 1,
"PageNo": 1,
"Tokens": "sample string 2",
"UID": "sample string 3",
"Device_Address": "sample string 4"
}
application/xml, text/xml
Sample:
<CommonClasses.GetDataHistoryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Omisol_api.Models"> <Device_Address>sample string 4</Device_Address> <Tokens>sample string 2</Tokens> <UID>sample string 3</UID> <EndDate>2026-06-11T20:14:15.784694+05:30</EndDate> <PageNo>1</PageNo> <PageSize>1</PageSize> <SearchTag>sample string 1</SearchTag> <Startdate>2026-06-11T20:14:15.784694+05:30</Startdate> <systemId>1</systemId> <tankId>1</tankId> </CommonClasses.GetDataHistoryInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />