Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is there a REST API call to retrieve the ID of a shared schedule by name in the PBIRS Report Server? This ID is needed to set shared schedules on catalog items. With the legacy SOAP API, there was the .ListSchedules call. I can't see anything obvious in the Swagger docs.
Any ideas about this? This seems to be a big hole in the REST API and was possible with the SOAP API.
Hi @Anonymous,
I didn't find the method to list schedule ID in Power BI report server. Maybe @mgmeyer@riccardomuti from PG team have ideas?
To find schedule ID, we can also query the report server database with query:
use <report server database> select *from [Catalog] c join ReportSchedule rs on c.ItemID=rs.ReportID join Schedule s on rs.ScheduleID=s.ScheduleID
Best Regards,
Qiuyun Yu
Thank you for the information but I really need a REST call for this - I assume there must be a way to get a schedule ID otherwise there is no way to do anything with schedules ...
It seems also that the legacy SOAP .ListSChedules() method doesn't return anything on the latest PBIRS Report Server so there appears to be no way to get the IDs of shared schedules any more?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
5 | |
4 | |
1 | |
1 | |
1 |
User | Count |
---|---|
8 | |
5 | |
4 | |
4 | |
2 |