API Change Log for December 2021 Release

Check the API updates for this release.

API End PointScenarioOld BehaviorNew BehaviorAPI Documentation Link
v1/employees/Check-in
POST: {{api_url}}/v1/employees/{{employee_id}}/checkin

v1/employees/Checkout

POST: {{api_url}}/v1/employees/{{employee_id}}/checkout
For the SSO integration, users do not have their own credentials to validate. So we will use a token, after the auth credentials are verified.Earlier, token was not considered when the authorize model was not available.Token will be considered even if the authorize model is not available.Check-in an employee
GET:{api_url}/v1/employees/{employee_id}/security_rolesAdd new security role permission and add support for the payment APIs.Earlier, collection of payment was not supported.This security role also allows the employee to collect payments.NA
POST: {api_url}/v1/reports/integrations/{IntegrationType}/flat_fileAPI to get ADP payroll report for the selected pay period.NAThis API allows the user to fetch the ADP payroll report for the selected pay period cycle.NA