Configurations

A collection of configurations

get

fetches all configurations for an Ipro

put

deletes any existing configurations for an ipro, regardless of their config-ids, and then creates configurations for the given config-ids

post

creates or overwrites configuration resources including nested resources for given config-ids

delete

deletes all of the configurations for an ipro

A specific configuration, a member of the configurations collection

get

fetches configuration for a specific configId

put

updates the configuration for a specific configId

delete

deletes all nested configuration resources for a given configId

A collection of common configurations

get

fetches the frontend Insight Provider configuration for a given configId

delete

deletes configuration(frontend and backend) with given configId

A collection of text-interpretations

get

fetches all text interpretations for a given configId

delete

deletes all text-interpretations for a given configId

A specific text-interpretation, a member of the text-interpretations collection

get

fetches all key text pairs for a given configId and lang combination

put

creates/updates key text pairs for a configId and a given language-id

delete

deletes all key text pairs for a configId and given language

A specific key-value pair in a specific language text-interpretation

get

fetches the text-value for a configId,lang and key combination

put

updates a key's text for configId, lang combination

delete

deletes the text values for a given configId, lang and key