Hi,
we have many many many report suites and many of them were created manually, hence the classifications do not match when you try to select all of them and edit soemthing / create a RegEx rule at once. Adobe only allows editing multiple instances if they are copies.
Is there a way to delete multiple classifications at once and set it up anew?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi alessandrov92748270,
This can be achieved using Admin API by first fetching the classifications for a report suites (ReportSuite.GetClassifications), then delete classifications using method ReportSuite.DeleteClassification and finally by recreating classifications for all the report suites using ReportSuite.SaveClassification.
Views
Replies
Total Likes
Hi alessandrov92748270,
This can be achieved using Admin API by first fetching the classifications for a report suites (ReportSuite.GetClassifications), then delete classifications using method ReportSuite.DeleteClassification and finally by recreating classifications for all the report suites using ReportSuite.SaveClassification.
Views
Replies
Total Likes
Can I do this in POSTMAN?
Views
Replies
Total Likes
Yes alessandrov92748270. It is achievable through Postman but it will be a very tedious task.
Views
Replies
Total Likes
Views
Likes
Replies