Ipro Configuration API documentation version v1
http://acme.company.com:52000/ipro/myIpro/api/v1
Configurations
A collection of configurations
fetches all configurations for an Ipro
deletes any existing configurations for an ipro, regardless of their config-ids, and then creates configurations for the given config-ids
creates or overwrites configuration resources including nested resources for given config-ids
deletes all of the configurations for an ipro
A specific configuration, a member of the configurations collection
fetches configuration for a specific configId
updates the configuration for a specific configId
deletes all nested configuration resources for a given configId
A collection of common configurations
fetches the frontend Insight Provider configuration for a given configId
deletes configuration(frontend and backend) with given configId
A collection of text-interpretations
fetches all text interpretations for a given configId
deletes all text-interpretations for a given configId
A specific text-interpretation, a member of the text-interpretations collection
fetches all key text pairs for a given configId and lang combination
creates/updates key text pairs for a configId and a given language-id
deletes all key text pairs for a configId and given language
A specific key-value pair in a specific language text-interpretation
fetches the text-value for a configId,lang and key combination
updates a key's text for configId, lang combination
deletes the text values for a given configId, lang and key