Getting Shift Details Of Employee API

This API is used to fetch the shift configuration details of an employee. All the details of the shift, that has been configured to the employee, in the given duration can be fetched using this API. Details include shifts mapped to the employee, start and end time of the shift and holiday, Weekend set for the shift.

Request URL

https://people.zoho.com/people/api/attendance/getShiftConfiguration?empId=<employee Id>&emailId<email Id>=&mapId<Mapper ID>=&sdate<startDate>=&edate=<endDate>

Header:

Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Request Parameters

mapIdMapper ID of the employee
emailIdMail ID of the employee
empIdEmployee ID of an employee
sdateStart date
edateEnd date

Note:

  • Specify either Map ID,Email ID or EmpID.
  • Specify the dates as format of (yyyy-MM-dd).

 Threshold Limit:  60 requests | Lock period: 5 minutes

Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.