API Details

ParticularsDescription
API NameAttendance Details
MethodPOST
URLhttps://portal.zinghr.com/2015/route/TNA/Employeeattendancedetails
Description
This API returns each employee’s shift details
Input format
JSON
Output format
JSON



Input

Property NameData TypeDescriptionMandatoryRemarks
SubscriptionName
string
Subscription name of the account
Yes
Max length = 10 characters
TokenstringSecurity check. To verify the account and request
Yes
Actionfromdate
string
For shift details starting from the mentioned date
Date format: dd-mm-yyyy
Optional
Actiontodate
stringFor shift details till the mentioned date
Date format: dd-mm-yyyy
Optional

EmployeeCode
stringReturns shift details of a specific employee. Only one employee can be passed at a time
Optional



Response

Property NameData TypeDescription
MessagestringResponse message from the server
CodeintResponse code from the server
AttendanceDetails
array
List of Attendance Details



Response Code and Message

CodeMessageRemarks
1Success
Successful API call
2
Employee not found
Employee code passed in parameter could not find an employee in the system
3Invalid Token
The token passed in the API did not match the token in the system. Validate the token from the Setup Circle in ZingHR portal
4Internal Server Error
The API execution faced an unexpected error
5Invalid date format
Use date format as dd-mm-yyyy
6Token expired
The token is expired and needs to be generated again. Token can be generated from the Setup Circle in ZingHR portal



Attendance Details

Property NameData TypeDescription
EmployeeCode
string
Employee code of the employee as in the system
Shiftname
string
Shift name to which the employee is assigned to
Shiftdate
string
Date when the Shift applies to the employee
Shiftstartdate
string
Shift start time in hh:mm
Shiftenddate
string
Shift end time in hh:mm