cURL
curl --request GET \ --url https://api.payrollintegrationsapp.com/v1/payroll-connections/{payroll_connection}/payroll-records \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ff0e8400-e29b-41d4-a716-446655440010", "payrollConnectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-15" }, { "id": "ee0e8400-e29b-41d4-a716-446655440009", "payrollConnectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-31" } ], "meta": { "limit": 10, "offset": 0, "sort": "checkDate", "currentCount": 2, "totalCount": 2 } }
Returns a list of payroll records for a connection
checkDate (Default)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of payroll records
Show child attributes