Function getOdagLinkRequests

  • Retrieves all Analytics Application generation requests for a specific ODAG link, with optional filtering by pending status (pending), selection Analytics Application (selectionAppId), sheet context (selectionAppSheet), or client context (clientContextHandle). Use this to track generation history or monitor in-flight requests.

    Parameters

    • linkId: string

      The ID of the link.

    • query: {
          clientContextHandle?: string;
          pending?: boolean;
          selectionAppId?: string;
          selectionAppSheet?: string;
      }

      an object with query parameters

      • OptionalclientContextHandle?: string

        An opaque handle to a client-side object that contains the reference to the link being used.

      • Optionalpending?: boolean
      • OptionalselectionAppId?: string
      • OptionalselectionAppSheet?: string
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetOdagLinkRequestsHttpResponse>

    GetOdagLinkRequestsHttpError