- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 09:52 PM
Hi. The doco talks about the latest being used if you do not specify it. I assume it is v2 as all the doco appears to only reference v1/v2. Thanks. Brad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 09:12 PM
Hello @b5a7
You can use the REST API Explorer. Where you can find all the Available API versions.
Use the Namespace, API Name, and Version drop-down options to filter to a specific REST API
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2024 01:37 AM
If you do not specify an API version when making API calls in ServiceNow, the platform will typically default to v2, as it is the latest supported version. Most of the official documentation and current API examples you'll find on ServiceNow's website refer to v2, and v1 is often only mentioned for legacy purposes or for users maintaining older integrations