Interface versioning
In addition to having versions on calls, the entire set of calls is versioned as well to ease in determining when different calls were added and if those calls are in the Integration Server that you are connected to. The interface version of the running Integration Server can be retrieved via both the GET /v2/connection
and GET /v2/serverInfo
calls. Every call provided in the Operations section will contain the version that the call was added during. In order to determine what interface version you are using, you can refer to the Version lookup page.
Note: the lowest version that calls will reference is 1.0.0, which doesn't necessarily correspond to the initial release of Integration Server (new version of this documentation was released during the 7.1 release time frame). Be sure to reference the Version lookup page for which build contains the 1.0.0 interface version.