...
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 | ||
---|---|---|
| ||
{ "project_id": <project_id>, "template_id": <template_id> } |
...