Get Configurations
Request | |
---|---|
Description | Retrieves the list of configurations accessible to the connected user within the OMD Go instance. |
Context | https://<instance>.optimizemyday.com/omdservices-basic/rest/v1/services/data |
URL | /getConfigurations |
Method | GET |
Response Code | 200 when successful, another HTTP status code otherwise |
Success Response | A document containing the list of the configurations. |
Response Type | XML or JSON |
Parameter | Datatype | Description |
---|---|---|
_output | String | The requested output format being xml or json . If omitted, xml is assumed. |
Sample Call
https://sandbox.optimizemyday.com/omdservices-basic/rest/v1/services/data/getConfigurations
Sample Result
<Result success="true">
<Configuration id="16167225" owner="omd" name="Smart Services GmbH"/>
<Configuration id="1468475" owner="hbictt" name="Test #2"/>
<Configuration id="1648601" owner="bdev" name="My OMD Configuration"/>
</Result>