Body to send, expected to be used only with POST and PUT methods.
Body to send, expected to be used only with POST and PUT methods.
Default value to use for "Refresh Data" setting for visualizations created using this item, expressed in minutes (e.g. 1440 = 1 day). A value of N means that whenever the visualization requests data, the engine will return data found in the cache if it's not older than N minutes -this means, if the engine fetched it from the datasource no more than N minutes before-. Set it to override the widget editor default behavior.
List of headers to send in the request, each string in this list is expected to be a string in the format name=value.
List of headers to send in the request, each string in this list is expected to be a string in the format name=value.
The ID of the data source
The ID of the data source
HTTP method to use, it defaults to GET
HTTP method to use, it defaults to GET
The subtitle of the data source, if not null will be displayed to users instead of connection information like host and database name.
The subtitle of the data source, if not null will be displayed to users instead of connection information like host and database name.
The title of the data source as displayed to users.
The title of the data source as displayed to users.
URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme. Parameters might be specified using the notation {parameterName}, for example: http://server/customers/{CustomerID} defines a "CustomerID" parameter that must be included in the RVRESTDataSourceItem.parameters property of RVRESTDataSourceItem.
URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme. Parameters might be specified using the notation {parameterName}, for example: http://server/customers/{CustomerID} defines a "CustomerID" parameter that must be included in the RVRESTDataSourceItem.parameters property of RVRESTDataSourceItem.
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
Boolean flag indicating if preemptive authentication should be used for this data source.
Boolean flag indicating if preemptive authentication should be used for this data source.
REST API data source, configures the URL to get data from, HTTP method to use and optionally headers and body to send in the request.