Difference between revisions of "Integration/Content source"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 12: | Line 12: | ||
Parameters | Parameters | ||
* '''q''': Name of the interface (required) | * '''q''': Name of the interface (required) | ||
** This name must match "Unique NAME" | |||
* '''f''': Format of the result (optional) | * '''f''': Format of the result (optional) | ||
** Valid values: html json xml | ** Valid values: html json xml | ||
* '''v''': Parameter for dynamic values (optional) | * '''v''': Parameter for dynamic values (optional) | ||
** The value will be substituted to the parameter in "Dynamic parameter" | |||
Example: | Example: | ||
https://www.acme.com/TempusServa/cmsinterface?q=mysource&f=json | https://www.acme.com/TempusServa/cmsinterface?q=mysource&f=json |
Revision as of 09:52, 30 December 2017
THIS ARTICLE IS UNDER DEVELOPMENT
Setting up a content source
Examples
Notes on caching data
Using a content source
Call the cmsinterface servlet
Parameters
- q: Name of the interface (required)
- This name must match "Unique NAME"
- f: Format of the result (optional)
- Valid values: html json xml
- v: Parameter for dynamic values (optional)
- The value will be substituted to the parameter in "Dynamic parameter"
Example:
https://www.acme.com/TempusServa/cmsinterface?q=mysource&f=json