- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 01:01 AM
Hi!
I am trying to create a display for all non-assigned tickets from multiple customer-instances at our office. I figured I should use the REST API for this, but is there any other option? This will be made using basic python-scripting to send API requests, and then formatted how we like, and then run on a rasberry pi or such, and then visualized on a TV-screen we have in our office.
Any tips, tricks or helpful insights will help, thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 08:34 AM
You can use REST API.
I will suggest to use Scripted REST API in case you want response in particular JSON format
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 08:30 AM
REST API would be the best solution. But the way in which you construct our API query/queries will need to be considered so you don't run into performance issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 08:34 AM
You can use REST API.
I will suggest to use Scripted REST API in case you want response in particular JSON format
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader