Get a list of documents for a companyget https://dc1demogwext.paylocity.com/documents/v1/companies/{companyId}/companyDocumentsSummary Description The GET company documents resource will return a list of documents for a specified company ID.Path ParamscompanyIdstringrequiredThe Paylocity Company Identifier. This is the unique value provided by Paylocity to each specific Payroll Entity. Allowable Values: 9 char maxQuery ParamsuploadedDatedate-timeAllows for an equals comparison to the uploadedDate field. Time portion of the input is ignored.uploadedDate.lessThanOrEqualTodate-timeAllows for a Less Than Or Equal (<=) comparison to the uploadedDate field. Time portion of the input is ignored.uploadedDate.greaterThanOrEqualTodate-timeAllows for a Greater Than Or Equal (>=) comparison to the uploadedDate field. Time portion of the input is ignored.includeTotalCountbooleanRequests 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].truefalselimitint32Defines the maximum number of items to be returned in the response.offsetint32Defines the start location to return. Ex. offset=100 means starting at item 100, return the next [limit] items.HeadersAuthorizationstringrequiredAuthorization token. Ex. Bearer ...acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200Success 400Bad Request 401Unauthorized 500Server ErrorUpdated 6 months ago Documents OverviewGet a list of documents filtered by employee for a companyDid this page help you?YesNo