How do you execute an analytics report in REST
Summary
execute analytics report using RESTContent
I am runing a query to pull directly incident information, rather than using an existing analystics report. I am not sure which one would be a better option, but the issue is that I don't know how to execute an analytics report using REST API. I have used Postman with GET to execute the report, but it looks that I get the report defenition :
GET https://mysite.custhelp.com/services/rest/connect/v1.4/analyticsReports/101171
The report filters are:
"id": 101171,
"lookupName": "Incidents",
"createdTime": "2020-10-02T19:27:56.000Z",
"updatedTime": "2021-05-13T22:43:19.000Z"
It looks that I have to do a POST method? How would I execute the report?
0