Ticket Display from API

FredricH
Tera Contributor

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!

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@FredricH 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Kieran Anson
Kilo Patron

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.

Ankur Bawiskar
Tera Patron
Tera Patron

@FredricH 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader