How to check ServiceNow instance version through REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 11:08 AM
Hi, I'm using table API to communicate with ServiceNow instance. Is there anyway I can get the ServiceNow instance version through table API please?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 11:17 AM
Hi Yi,
Not through a REST API that I'm aware of. You can get the information from
https://INSTANCENAME.service-now.com/xmlstats.do
in an XML format (change INSTANCENAME) to your instance name.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 12:26 PM
Thanks. Unfortunately I don't use MID server. There is no such a record in my sys_properties table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 01:20 PM