Function getReloadTasks

  • Finds and returns the tasks that the user has access to.

    Parameters

    • query: {
          appId?: string;
          limit?: number;
          next?: string;
          partial?: boolean;
          prev?: string;
      }

      an object with query parameters

      • OptionalappId?: string

        The case sensitive string used to search for a task by app ID.

      • Optionallimit?: number

        The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).

      • Optionalnext?: string

        The cursor to the next page of resources. Provide either the next or prev cursor, but not both.

      • Optionalpartial?: boolean

        The boolean value used to search for a task is partial or not

      • Optionalprev?: string

        The cursor to the previous page of resources. Provide either the next or prev cursor, but not both.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetReloadTasksHttpResponse>

    GetReloadTasksHttpError