Valuekeep Developers - Web API Reference

Framework | Data Report

Service to manage entities of type 'OfflineReport'.

Overview


URL api/{tenantKey}/{orgKey}/reporting/offlineReports
Methods Supported GET

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET Get Data

Custom operation 'GetData'.

The following elements are required:

id (string) Id.
parameters (string) A key and value collection. This will replace parameters in the DataSourceUri.

Response:

When successful, the response body contains a string.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /reporting/offlineReports/getData

Resources


OfflineReportResource

The following elements are required:

number (int) Number.

The following elements are optional:

description (string) Description.
origin (string) Origin.
generatedOn (DateTimeOffset) Generated On.
expiresOn (DateTimeOffset) Expires On.
data (string) Data.
dataSourceUri (string) Data Source Uri.
isUntrustedSourceUri (bool) Is Untrusted Source Uri.
template (string) Template.
templateSourceUri (string) Template Source Uri.
isUntrustedTemplateUri (bool) Is Untrusted Template Uri.