GET v2/companies/{companyId}/employees/{employeeId}/paystatement/summary/{year}

paylocity.com

Summary: Get employee pay statement summary data for the specified year.
Operation ID: Gets employee pay statement summary data based on the specified year
Auth: unknown
Description

Get pay statement summary API will return employee pay statement summary data currently available in Web Pay for the specified year.

Parameters (7)

codegroup (string, query, optional)

Retrieve pay statement details related to specific deduction, earning or tax types. Common values include 401k, Memo, Reg, OT, Cash Tips, FED and SITW.

companyId (string, path, required)

Company Id

employeeId (string, path, required)

Employee Id

includetotalcount (boolean, query, optional)

Whether to include the total record count in the header's X-Pcty-Total-Count property. Default value is true.

pagenumber (integer, query, optional)

Page number to retrieve; page numbers are 0-based (so to get the first page of results, pass pagenumber=0). Default value is 0.

pagesize (integer, query, optional)

Number of records per page. Default value is 25.

year (string, path, required)

The year for which to retrieve pay statement data

No probe data for this endpoint yet.