Versions Compared

Key

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

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.

...