Post
Get Attendance Logs 1
This API is use to retrieve the attendance logs
End Point
/api/connect/getAttendanceLogs01
Authorization
Authorization code received from Access Token API
Header Params
Series
string
Encrypted Series from "Request Client Key" API
LoginID
string
Encrypted loginId from "Request Client Key" API
User
string
User from "Request Client Key" API's response
Accept
string
Value must be set to "application/json"
Body Params
SearchColumn
json
{
"key": <COLUMNNAME>,
"value": <SEARCH TEXT>,
"type": <PredicateType>
}
Where:
<COLUMNNAME>
EmployeeId
NtLogin
UserName
Salutation
FirstName
MiddleName
LastName
DisplayName
Suffix
NickName
Gender
CivilStatus
Nationality
<PredicateType>
Like = 0
Equal = 1
Exact = 2
Boolean = 3
DateStart = 4
DateEnd = 5
DateBetween = 6
IntOr = 7
StringOr = 8
Length
integer
Input how many rows to display per page
Start
integer
input what page to start on
OrderBy
string
Manner of ordering. Value must be set to either "asc" or "desc"
Order
string
Order output
Search
string
Value must be set to ""
Sample Request
Sample Response 202
Sample Response 404