No slots found for 90 days in rest api for change request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
I have used 2 endpoints for this.
1. Schedule dates (GET) - I use CI's sys id and give a duration_in_seconds = 1800. It gives me a worker sys ID here.
2. Worker (GET) - I paste the worker's sys ID. Here it gives an info message in servicenow REST API explorer saying No slots found for 90 days.
Irrespective of any CI select, it keeps showing the same message.
However, in Servicenow UI in the change request - in scheduling assistant it shows available slots. But,in Servicenow REST API explorer it doesn't show any slots and gives the info message
Any help would be appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
37m ago
Hi @Shivani4532
For Worker (Get) try add the duration(difference between Planned start and Planned end ) till 1 hour and check the result.