Batch API - in the rest API Explorer I am not able to see Batch API under now namespace ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 05:35 AM
Hello,
Batch API - in the rest API Explorer I am not able to see Batch API under now namespace
I would like to know if this is the right place to look for ?
I would like to implement batch api to call multiple endpoints.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2023 05:27 AM
There's nothing wrong with your instance. The REST API Explorer does not list it in versions as recent as Tokyo. Who's surprised? 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 08:41 AM - edited 12-12-2023 09:25 AM
The problem comes because of the marvelous documentation provided by servicenow, try to add 'v1' to the endpoint call:
https://<yourinstance>.service-now.com/api/now/v1/batch
It's not documented on rest api explorer and doc.servicenow it's not correct.