v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBCost control|Wage group employee setting
Fetch employees/departments and their wage group settings.
This endpoint enables you to retrieve a list of wage group employee settings.
get/wage_group_employee_setting/fetch
Query parameters
filter[byEmployeeId]integer
Filters the wage group employee settings based on the employee id. Only one filter will be applied.
filter[byDepartmentId]integer
Filters the wage group employee settings based on the department id. Only one filter will be applied.
offsetinteger
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.
limitinteger
The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records.
Response
Success Response:
Example response
{
"data": [
{
"wageGroup": {
"createdAt": "2015-02-20T12:59:21+01:00"
},
"from": "2015-02-20",
"to": "2015-02-20"
}
]
}