Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

REST API and shared shedules

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.

 

 

4 REPLIES 4
Anonymous
Not applicable

Any ideas about this? This seems to be a big hole in the REST API and was possible with the SOAP API.

v-qiuyu-msft
Community Support
Community Support

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 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

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 ...

Anonymous
Not applicable

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?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.