GetAdHoc

Syntax

GetAdHocResult GetAdHoc(AdHocId tAdHocId, GetAdHocMdArg tArg)

Parameters

tAdHocId. Opened dashboard instance moniker.

tArg. Operation execution parameters.

Description

The GetAdHoc operation gets dashboard metadata.

Comments

The operation gets information about dashboard structure, block data sources, synchronization parameters for various dimensions. The GetAdHoc operation can also be used to export a dashboard to the required format. To execute the operation, in the tAdHocId field specify dashboard instance moniker, and in the tArg.pattern field specify the pattern, according to which metadata is obtained. The moniker can be obtained on executing the OpenAdhoc operation. The operation results in the requested metadata.

Example

The example of getting information about data sources and regular reports that are used as data sources for dashboard blocks. The information about dashboard active slide is also obtained. The request contains the dashboard moniker and the pattern that determines whether to get the specified information. The response contains requested metadata.

SOAP

JSON

C#

See also:

Working with Dashboard