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 404 Page not found
Example using curl://
Send the info command using curl:
curl https://api.ensims.com/jess_web/api/info
Which returns the following if successful:
{ "Title" : "JESS Web API", "Description" : "JESS online simulation services API provided by ENSIMS Ltd.", "Major" : 1, "Minor" : 0, "Revision" : 0, "Release" : "beta", "Update" : 1, "Notice" : "(C) 2020, Energy Simulation Solutions Ltd. All rights reserved." }