I was wondering if there is a way to filter retrieving timeslots.?
So far all I can get is the entire list of timeslots.
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
I was wondering if there is a way to filter retrieving timeslots.?
So far all I can get is the entire list of timeslots.
Hi Harry Melamed , The documentation seems not complete.
I'm looking up a single timeslot found in a Run by adding the timeslot-id to the GET URL in python:
f'/rest/domains/{domain}/projects/{project}/timeslots/{timeslot_id}'
So try to experiment with the API URLs, there is more possible than documented.
Note you might also examine what the LRE UI is doing. The UI uses an internal set of APIs, and those might also be useful as last resort (but not documented and might not be stable from one release to the next.) Note that you have to switch first to the right domain/project.
Reward contributions via likes or 'verified answers'
I have that request working. Looking more for a request that returns a filtered subset of timeslots
Thanks