Payroll Process Snapshot

These endpoints let you manage payroll process snapshots in the system. It allows you to retrieve, create, update, and delete payroll process snapshot records.

Get Payroll Process Snapshots

get

Get all payroll process snapshots

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
effectiveDate< >Greater than or equal to
Less than or equal to
process:Equal to
employeeId:Equal to
Example: process:PAYROLL
Responses
chevron-right
200

Page of PayrollProcessSnapshotResponse

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/payroll-process-snapshots

Last updated