Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL: <resource-path>.configData.json?configName=<configName>[&collection=true]

Returns an array with configuration data. Always 1 element for singleton configurations, otherwise 0..n elements for collection configurations.

Use the configName as parameter for the configPersist URL when posting back the changed configuration data.

The response may contain nested configuration data elements. Each of them has their on configName which can be used for posting as well.

Example response for singleton config:

...

In case of nested configurations the property object contains a nestedConfig (singleton) or nestedConfigCollection (collection) object, which content has the same structure as shown above. Each nested configuration has it's own configName which can be used for posting as well.

Persist Configuration Data

...