Get Documents List by EmployeeID & Company

Summary Description

This resource allows for looking up documents with additional filters such as employee, upload date, and max number of records to return.

Path Params
string
required

The Paylocity Company Identifier. This is the unique value provided by Paylocity to each specific Payroll Entity.
Allowable Values:
9 char max

Query Params
string

Allows for an equals comparison to the employeeId field.

date-time

Allows for an equals comparison to the uploadedDate field. Time portion of the input is ignored.

date-time

Allows for a Less Than Or Equal (<=) comparison to the uploadedDate field. Time portion of the input is ignored.

date-time

Allows for a Greater Than Or Equal (>=) comparison to the uploadedDate field. Time portion of the input is ignored.

boolean

Requests that the response include the Pcty-Total-Count header containing the total number of objects that match the request. This may be useful if requesting a small [limit].

int32

Defines the maximum number of items to be returned in the response.

int32

Defines the start location to return. Ex. offset=100 means starting at item 100, return the next [limit] items.

Headers
string
required

Authorization token. Ex. Bearer ...

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json