Skip to main content
You can get the version number and build date from the API endpoint: /api This returns a block with the supported versions and the NetServer version number.
  • If you don’t ask specifically, you get the HTML representation.
  • If you ask for JavaScript, you get the following:

Supported URLs

If you fetch the version URL, you get back a list of supported URLs: /api/v1 This returns an array of URLs mapped to the HTTP methods they support, along with some documentation:
You can use this information to determine if the server supports the features you need.