an object with query parameters
Optionalappid?: stringthe filter by sharing task resource app id. TenantAdmin users may omit this parameter to list all sharing-tasks in the tenant.
OptionalexcludeDeleting?: booleanIndicates if task with the status DELETING should be excluded from the list
Optionallimit?: numberLimit the returned result set
Optionalnext?: stringOptionaloffset?: numberOffset for finding a list of entities - used for pagination
Optionalowner?: stringthe filter by sharing task resource owner id.
Optionalownername?: stringthe filter by sharing task resource owner name.
Optionalpage?: stringThe cursor to the page of data.
Optionalprev?: stringOptionalrole?: ("owner" | "recipient")[]the filter by sharing task resource role.
Optionalsort?: (Sort the returned result set by the specified field
OptionaltemplateId?: string[]array of template ids to filter by
Optionaltype?: ("chart-monitoring" | "chart-sharing" | "sheet-sharing" | "template-sharing")[]the filter by sharing task resource type. If type is template-sharing only and user is not tenant admin, appid is also required.
Optionaloptions: ApiCallOptions
Retrieves all sharing tasks accessible to the user. Users assigned the
TenantAdminorAnalyticsAdminrole can view all tasks.