Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note

The new comment report route /resources/reports/generate should be used starting with EPR release 2.2.0.

Beginning with this release, the following routes are considered legacy and should not be used:

  • /resources/reports/create

  • /resources/reportTemplates

  • /resources/reportTemplates/{id}

  • /resources/reports/pdf

In addition to creating corrections reports through the EPR app, clients and third-party integration companies can also generate reports through our API route. Generating a report through the api only requires two parameters: project_id and template_id. This article will walk you through how to generate the report through the API with the correct parameters.

...