Hello,
How can I use an automation script to retrieve the list of bookings and their properties, such as Created By, Created At, etc.?
thanks!
MAXIMILIANO FILHO [DevOps Member] Selected answer as best 2 days ago
Hi Maximiliano,
To return a list of bookings using an automation script, you can use the Resource Manager helper.
Docs: Interacting with Resource Manager | DataMiner Docs
You can find some code snippets on how to use the Resource Manager with automation in the link above. That said, feel free to reach out if you run into any issues or need help implementing it.
Kind regards,
MAXIMILIANO FILHO [DevOps Member] Posted new comment 2 days ago

Thank you Flavio!