Batch API - in the rest API Explorer I am not able to see Batch API under now namespace ?

karthik41
Tera Contributor

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.

https://docs.servicenow.com/bundle/utah-api-reference/page/integrate/inbound-rest/concept/batch-api....

2 REPLIES 2

risanchez
Giga Expert

There's nothing wrong with your instance. The REST API Explorer does not list it in versions as recent as Tokyo. Who's surprised? 😉 

Angel R
Tera Expert

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.