get https://dc1demogw.paylocity.com/api/v2/companies//employees//earnings
Get All Earnings returns all earnings for the selected employee.
Responses
401Unauthorized
403Forbidden
404The employee does not exist
429Too Many Requests
Get All Earnings returns all earnings for the selected employee.
401Unauthorized
403Forbidden
404The employee does not exist
429Too Many Requests
xxxxxxxxxx
curl --request GET \
--url https://dc1demogw.paylocity.com/api/v2/companies/companyId/employees/employeeId/earnings \
--header 'accept: application/json'
xxxxxxxxxx
26]
[
{
"agency": "string",
"amount": 0,
"annualMaximum": 0,
"calculationCode": "string",
"costCenter1": "string",
"costCenter2": "string",
"costCenter3": "string",
"earningCode": "string",
"effectiveDate": "string",
"endDate": "string",
"frequency": "string",
"goal": 0,
"hoursOrUnits": 0,
"isSelfInsured": true,
"jobCode": "string",
"miscellaneousInfo": "string",
"paidTowardsGoal": 0,
"payPeriodMaximum": 0,
"payPeriodMinimum": 0,
"rate": 0,
"rateCode": "string",
"startDate": "string"
}