Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer token obtained from the /v1/auth/token endpoint. Send as: Authorization: Bearer .

Path Parameters

payroll_connection
string<uuid>
required

ID of the payroll connection

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
payroll_record
string<uuid>
required

ID of the payroll record

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Query Parameters

limit
integer

Maximum number of records to return

Required range: 1 <= x <= 4294967295
offset
integer

Number of records to skip from the beginning

Required range: 0 <= x <= 4294967295
sort
string

Comma-separated list of fields to sort by. Prefix with - for descending order

Pattern: ^(-?\w{1,100})(?:,(-?\w{1,100})){0,2}$

Response

Payroll data retrieved successfully

data
object[]
required
meta
object
required