Hi,
I want to use the API to generate some custom reports, where do I find the report ID's?
Article Comments
You can get a list of all reports and their object-id with the following API-query:
$yourserver$/api/table.xml?content=reports&output=xml&columns=objid,name,template,period,schedule,email,lastrun,nextrun
You might want to adjust the columns to get only the information you need. A list of the available columns is here
Note, that you can not add new reports via the API, but only manipulate some of its settings. Please see this Knowledge Base Post about your options.
Kind regards,
Matthias Kupfer- Team Tech Support
Apr, 2020 - Permalink
You can get a list of all reports and their object-id with the following API-query:
$yourserver$/api/table.xml?content=reports&output=xml&columns=objid,name,template,period,schedule,email,lastrun,nextrun
You might want to adjust the columns to get only the information you need. A list of the available columns is here
Note, that you can not add new reports via the API, but only manipulate some of its settings. Please see this Knowledge Base Post about your options.
Kind regards,
Matthias Kupfer- Team Tech Support
Apr, 2020 - Permalink