Monitor+ API Documentation

Note: This is a static version for search engines and non-JavaScript clients. View the interactive documentation for a better experience.

8.1.   GetAPIVersion

Get GetAPIVersion

Description:  Returns the API version number in the result Version parameter.

API Usage:   This endpoint uses zero API calls. Please refer to section 8.2 for more details on API rate limits.


GET
example:

GET https://[server]/GetAPIVersion
        						
        					

        							{
        								"ServerDateTime": "2021-04-13T10:36:55Z",
        								"TimeStamp": 2459317.98397,
        								"ExecutionTime": 0.01,
        								"Result": {
        									"Version": "1.0"
        								}
        							}
Last updated on April 20, 2024