Function getOdagLinks

  • A Link object defines an on-demand data navigation path between a selection Analytics Application and a template Analytics Application including the set of properties that control how that data access occurs and under what conditions access is permitted. The set of links returned by this method have properties that match the combination of conditions defined by any supplied query parameters.

    Parameters

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

      an object with query parameters

      • OptionalincludeCharts?: boolean

        Determines whether master charts of the template Analytics Application are included in the response.

      • OptionaloptOwner?: string

        Use optOwner to filter results by link owner user ID. If supplied, only links owned by that user are returned. If not supplied, returns all links the current user can access.

      • OptionalselectionAppID?: string

        Filter the list by the selection Analytics Application ID.

      • Optionaltype?: LinkTypeV2

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

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetOdagLinksHttpResponse>

    GetOdagLinksHttpError