meta data for this page
Get service info
This command is for testing if the service is online and retrieving version info.
Synopsis
- Method: GET
- Header: none
- Body: none
- Success: Service version info object in JSON format
- Failed: HTTP exception codes
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."
}