POST Wapi/GetSystemAuditLogs

Request Information

URI Parameters

None.

Body Parameters

SystemAuditLog_Input
NameDescriptionTypeAdditional information
LogType

string

None.

LogModule

string

None.

UserID

string

None.

SearchKeyword

string

None.

StartDate

date

None.

EndDate

date

None.

PageSize

integer

None.

PageNo

integer

None.

Tokens

string

None.

UID

string

None.

Device_Address

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogType": "sample string 1",
  "LogModule": "sample string 2",
  "UserID": "sample string 3",
  "SearchKeyword": "sample string 4",
  "StartDate": "2026-08-05T15:25:09.3522496+05:30",
  "EndDate": "2026-08-05T15:25:09.3522496+05:30",
  "PageSize": 5,
  "PageNo": 6,
  "Tokens": "sample string 7",
  "UID": "sample string 8",
  "Device_Address": "sample string 9"
}

application/xml, text/xml

Sample:
<CommonClasses.SystemAuditLog_Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Omisol_api.Models">
  <Device_Address>sample string 9</Device_Address>
  <Tokens>sample string 7</Tokens>
  <UID>sample string 8</UID>
  <EndDate>2026-08-05T15:25:09.3522496+05:30</EndDate>
  <LogModule>sample string 2</LogModule>
  <LogType>sample string 1</LogType>
  <PageNo>6</PageNo>
  <PageSize>5</PageSize>
  <SearchKeyword>sample string 4</SearchKeyword>
  <StartDate>2026-08-05T15:25:09.3522496+05:30</StartDate>
  <UserID>sample string 3</UserID>
</CommonClasses.SystemAuditLog_Input>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />