Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.payrollintegrationsapp.com/v1/payroll-connections/{payroll_connection}/payroll-records
{ "data": [ { "id": "ff0e8400-e29b-41d4-a716-446655440010", "payrollConnectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-15", "payPeriodStartDate": "2024-01-01", "payPeriodEndDate": "2024-01-15" }, { "id": "ee0e8400-e29b-41d4-a716-446655440009", "payrollConnectionId": "880e8400-e29b-41d4-a716-446655440003", "checkDate": "2024-01-31", "payPeriodStartDate": "2024-01-16", "payPeriodEndDate": "2024-01-31" } ], "meta": { "limit": 10, "offset": 0, "sort": "checkDate", "currentCount": 2, "totalCount": 2, "filters": {} } }
Returns a list of payroll records for a connection
checkDate (Default)
List of payroll records
Show child attributes