Varan explains : How does ServiceNow send 202 REST API response code
Import
·
Nov 14, 2022
·
article
If same session is maintained and if there are slow running transactions then ServiceNow returns 202 = Postman / integration has exceeded number of requests that can be processed using single thread.
If new / same session is used and if there are slow running transactions then ServiceNow returns 400 = ServiceNow is out of threads to accept new requests.
Post Trouble ticket API - 202
Video :
https://www.tutorialspoint.com/how-to-share-session-id-across-different-requests-in\-postman
https://support.servicenow.com/kb?id\=kb\_article\_view&sysparm\_article\=KB0961099
View original source
https://www.servicenow.com/community/now-platform-articles/varan-explains-how-does-servicenow-send-202-rest-api-response/ta-p/2381842
