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
      • Optionaltype?: LinkTypeV2
    • body: SelAppLinkUsagePayload

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetOdagLinksSelectionAppUsagesHttpResponse>

    GetOdagLinksSelectionAppUsagesHttpError