GET data

Updated by Maja Sorgic

Get data from Quinyx

Api-docs for RC: https://api-rc.quinyx.com/v2/docs

Api-docs: https://api.quinyx.com/v2/docs

Base URL can be found on the links above for both environments.

GET /v2/employees/{employeeId}

Getting schedule availability for employee 

  • employeeId - External id for employee you want to GET data for
  • start - Start of the period you want to GET data for
  • end - End of the period you want to GET data for

GET /v2/groups/{groupId}

Getting schedule availability for group where schedule availability is created

  • groupId - External id for group you want to GET data for
  • start - start time of the period you want to GET data for
  • end - end time of the period you want to GET data for


How Did We Do?