API reference
V2Report Templates

Test report template

Test for report template.

POST
/api/v2/report_templates/{id}/test

Test for report template.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/report_templates/string/test"
{  "status": "ok",  "data": {}}