getUploadedDocuments
Reports
getUploadedDocuments
The getUploadedDocuments API retrieves a list of uploaded documents alongside their document specific IDs
What it does:
- Retrieves the uploaded documents that can then be downloaded using the
downloadDocumentAPI - Filters by companyId, employeeId, and payPeriodId
- Returns a list of documentIds
Use case:
- Use this when selecting a document to download from a drop down
Note:
- At least one Id must be included in the request for filtering
GET
getUploadedDocuments
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
