Employee Paygroup

These endpoints let you manage paygroups specific to employees in the system. It allows you to retrieve, create, update, and delete employee-specific paygroup records.

Get Employee Paygroups

get

Return the employee paygroups.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Query parameters
pageintegerOptional

Page number

Default: 0Example: 0
sizeinteger · min: 1 · max: 50Optional

Page size

Default: 10Example: 10
querystringOptional

Search Query

Supported KeysSupported OperatorsNotes
employee.id:Equal operator with multiple values. Each value should separated with delimiters ;
effectiveDate>
<
=
Equal operator
Greater than or equal operator
Less than or equal operator

Use the YYYY-MM-DD format, e.g. effectiveDate>2023-09-20
Example: effectiveDate>2023-09-20
Responses
chevron-right
200

OK

application/json
totalPagesintegerRequired

Total number of pages available

lastbooleanRequired

Indicates whether this is the last page

totalElementsintegerRequired

Total number of elements across all pages

numberOfElementsintegerRequired

Number of elements in the current page

firstbooleanRequired

Indicates whether this is the first page

sizeintegerRequired

Size of the page (number of elements per page)

numberintegerRequired

Current page number (zero-indexed)

get
/core/v1/employee-paygroups

Get Employee Paygroup by Id

get

Return the employee paygroup by Id.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
idstringRequiredExample: fb1fc36c-6714-490c-aadb-5869e27e7bfe
Responses
chevron-right
200

OK

application/json
idstringOptional
updatedDateinteger · timestamp in millisecondsOptional
effectiveDatestring · dateOptional
get
/core/v1/employee-paygroups/{id}

Last updated