How To Get Report Info For A Specific Report via the API (instead of all of them)?
Looking at the API documentation, I can see that I can get metadata/descriptive information for all of the reports by just hitting this endpoint:
GET https://app.pendo.io/api/v1/report
However, I can't seem to find a way to get the same information for just a single report, in the same way that you can get the results for a single report. I've tried following a similar approach by blindly poking at things like:
GET https://app.pendo.io/api/v1/report /{reportId}/definition.json
GET https://app.pendo.io/api/v1/report /{reportId}/config.json
but so far have been unsuccessful.
Is something like this possible? It feels like it should be.
Please sign in to leave a comment.
Comments
0 comments