an object with query parameters
Optional
appid?: stringthe filter by sharing task resource app id. TenantAdmin users may omit this parameter to list all sharing-tasks in the tenant.
Optional
excludeDeleting?: booleanIndicates if task with the status DELETING should be excluded from the list
Optional
limit?: numberLimit the returned result set
Optional
next?: stringOptional
offset?: numberOffset for finding a list of entities - used for pagination
Optional
owner?: stringthe filter by sharing task resource owner id.
Optional
ownername?: stringthe filter by sharing task resource owner name.
Optional
page?: stringThe cursor to the page of data.
Optional
prev?: stringOptional
role?: ("owner" | "recipient")[]the filter by sharing task resource role.
Optional
sort?: (Sort the returned result set by the specified field
Optional
templateId?: string[]array of template ids to filter by
Optional
type?: ("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.
Optional
options: ApiCallOptions
Retrieves all sharing tasks accessible to the user. Users assigned the
TenantAdmin
orAnalyticsAdmin
role can view all tasks.