Function getSharingTask

  • Returns the details of a specific sharing task.

    Parameters

    • taskId: string

      The sharing task identifier.

    • query: { isViewChart?: boolean }

      an object with query parameters

      • OptionalisViewChart?: boolean

        Determines whether to update the lastViewed property for the sharing task, which is used to determine whether the sharing task is still in use. If set to true, this will be updated to current time.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetSharingTaskHttpResponse>

    GetSharingTaskHttpError