http://publishing.kalooga.com/info?format=JSON&callback=callback&api_key=123456&pub_id=123
The Info service returns proper JSON for displaying a list of channels and widgets.
| parameter | required | meaning |
|---|---|---|
| format | required | Sets the output format |
| callback | optional | Sets the callback function (JSONP) |
| api_key | required | Identifies a publisher. |
| pub_id | required | Identifies a publisher |
http://publishing.kalooga.com/widget?widgetId=123456
The Widget Service returns proper javascript for displaying a widget on a site.
| parameter | required | meaning |
|---|---|---|
| code | deprecated | use widgetId |
| widgetId | required | Identifies a widget |
| query | optional | Overrides the query configured with a widget, i.e. the content block is based on search results for this query. |
| set | Optional | Sets preselected gallery search results to display |
http://publishing.kalooga.com/overloadWidget?publisherId=1&overloadId=355The Overload Service is used as service for receiving the generated html code for an overloaded widget.
| parameter | required | meaning |
|---|---|---|
| code | deprecated | use widgetId |
| widgetId | required | Identifies a widget |
| query | optional | Overrides the query configured with a widget, i.e. the content block is based on search results for this query. |
| set | Optional | Sets preselected gallery search results to display |
http://publishing.kalooga.com/checkPreselections?widgetId=333- preselections in a certain id-range will be checked
http://publishing.kalooga.com/checkPreselections?widgetIdStart=810&widgetIdEnd=900- all preselections will be checked
http://publishing.kalooga.com/checkPreselections?checkAll=true
http://publishing.kalooga.com/preview?code=355