GetConfiguration
The GetConfiguration service retrieves the configuration that the EMS is currently using
* 
This service does not return the current config.json file. Rather it returns the configuration that is currently loaded into the EMS. For example, if you call UpdateConfiguration but do not restart the EMS, the GetConfiguration service returns the configuration parameters and their values that the EMS is currently using, not the config.json file. The changes that were passed in with UpdateConfiguration are not available until you restart the EMS.
Inputs
This service does not take any input parameters.
Outputs
This service returns a TW_INFOTABLE that contains a json object. The object contains the configuration parameter/value pairs that are currently loaded in the EMS.
Here is an example of a REST call that retrieves the configuration of an EMS:

http://localhost:8000/Thingworx/Things/LocalEms/Services/GetConfiguration
Was this helpful?