meta data for this page
  •  

Return to JESS 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/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."
}