Performance Review Reports

Last updated: 30 Apr 2024

This document describes the endpoints, data contracts and operations that can be used to retrieve completed performance review reports for employees. The process for retrieving completed performance review reports is as follows:

  1. Call the CSV endpoint with a start date and end date. Performance reviews with a review period between these dates are the performance review report PDF URLs that will be returned. This endpoint returns a CSV file with a row for each review. Each row contains the completed performance review report PDF URL.
  2. Iterate through each row in the CSV file, retrieve the FileDownloadUrl, and call the URL to download completed performance review PDF. Note: You should not need to manually generate a URL for the report endpoint as the FileDownloadUrl is generated per employee in the CSV endpoint (Step 1).