My instance keep on loading and API details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:08 AM
1. My instance keep on loading how to manage it and
2. I need help to get authorization and API details to integrate my system with service now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:11 AM
For the first one
try to clear the cache and try in another browser once.
Logout and login
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:18 AM
You can try below troubleshooting steps :
1. Try clearing the cache by navigating to https://<your-instance-url>/cache.do
2. Try to disable the Polaris experience and see if it helps. Refer https://www.servicenow.com/community/developer-forum/how-to-remove-new-experience-ui-from-servicenow...
For integration, can you please elaborate which system you want to integrate your ServiceNow instance with ? You can make use of ServiceNow REST APIs to send data from your system to ServiceNow or ServiceNow Rest Message to make an API call towards your system from ServiceNow instance.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:40 AM
Thanks, Got it, tried with different browser. Would please ServiceNow REST APIs to get the ticket state like approved and who approved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 04:45 AM
You can use Table API for checking the RITM status and getting the ritm approver(s). Refer https://docs.servicenow.com/bundle/washingtondc-api-reference/page/integrate/inbound-rest/concept/us...
This will help you to explore ServiceNow REST APIs and how to use them.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.