WorQ API Integration

These are the list of integration use cases supported by Knit for WorQ API as part of the HRIS category


Fetch Employee Data from Wroq Application

  • ID: post_fetch_employee_data
  • Operation: read
  • Entities: employee, manager, department
  • Summary: This API fetches employee data from the Wroq Application, including newly created employees and existing employees with changes in their tier profile information. The API requires an authentication token, customer code, start date, and end date as mandatory fields in the request body. The response includes a status indicating success or failure, the total count of employees, and detailed employee data such as name, contact information, work location, and employment details. In case of an error, an appropriate message is returned.
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Get Employee Attendance Data

  • ID: post_get_employee_attendance_data
  • Operation: read
  • Entities: employee, attendance, shift
  • Summary: The Get Employee Attendance Data API allows clients to retrieve attendance data for a specific employee over a specified date range. The request requires a valid access token, employee ID, start date, and end date. The response includes detailed attendance records for each day within the specified range, including attendance status, shift name, loss of pay status, approval status, day type, and total working hours. The API returns a success status with employee data or an error message if the request fails.
  • Input Fields: Input Fields
  • Output Fields: Output Fields