Versions Compared

Key

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

...

Once you’ve found the id of the template you would like to use you can simply make a POST request to /resources/reports/generate with the following request body (JSON):

Code Block
languagejson
{
  "project_id": <project_id>,
  "template_id": <template_id>
}

...