Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
how to get the content of a report via the API?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-01-2018 01:36 PM
hi,
using the /api/3.3/reports/index i can see the list of reports that are available. if i want to fetch the full content of the report, how do I do that?
using report ID by doing it this way : https://obnetmri/api/3.3/reports/show?id=1122 is only giving the report details such as report description, report name etc
is there a way to get the content of this report in JSON/XML so that i can de-serialize into my class?
any help is appreciated.
cheers
Vinay