meta data for this page
  •  

Return to Users API

Get service info

This command is for testing if the service is online and retrieving version info.

Synopsis

Example using curl://

Send the info command using curl:

curl https://api.ensims.com/users/api/info

Which returns the following if successful:

{
  "Title" : "Users Web API",
  "Description" : "JESS User Management API provided by ENSIMS Ltd.",
  "Major" : 1,
  "Minor" : 0,
  "Revision" : 0,
  "Release" : "beta",
  "Update" : 0,
  "Notice" : "(C) 2017, Energy Simulation Solutions Ltd. All rights reserved."
}