Function getOdagLinksSelectionAppUsages

  • Registers the current set of ODAG links referenced by a selection Analytics Application and returns only those links the current user can access. Call this when a selection Analytics Application is opened or after modifying its ODAG link references. The response is an array of objects, where the id identifies the requested link and link contains the link state when accessible. Use GET /analytics/odag-links/{linkId} for full details.

    Parameters

    • query: { includeCharts?: boolean; selAppId: string; type?: LinkTypeV2 }

      an object with query parameters

      • OptionalincludeCharts?: boolean

        When true, include master charts from the template Analytics Application in the response.

      • selAppId: string

        The ID of a selection Analytics Application.

      • Optionaltype?: LinkTypeV2

        The type of the links to query. Defaults to link.

    • body: SelAppLinkUsagePayload

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetOdagLinksSelectionAppUsagesHttpResponse>

    GetOdagLinksSelectionAppUsagesHttpError