Requests cancellation of an execution of the specified recurring sharing task.
The sharing task identifier.
Optionaloptions: ApiCallOptionsClears the cache for sharing-tasks api requests.
Clears the cache for sharing-tasks api requests.
Updates the settings for sharing tasks, reports, and other related configuration in the tenant. User must be assigned the TenantAdmin role.
Updates the settings for sharing tasks, reports, and other related configuration in the tenant. User must be assigned the TenantAdmin role.
an object with the body content
Optionaloptions: ApiCallOptionsCreates a new recurring sharing task.
Creates a new recurring sharing task.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes a specific sharing task.
Deletes a specific sharing task.
The sharing task identifier.
Optionaloptions: ApiCallOptionsRequests execution of the specified recurring sharing task.
Requests execution of the specified recurring sharing task.
an object with the body content
Optionaloptions: ApiCallOptionsReturns the details of a specific sharing task.
Returns the details of a specific sharing task.
The sharing task identifier.
an object with query parameters
OptionalisViewChart?: booleanDetermines 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: ApiCallOptionsRetrieves a specific sharing task execution.
Retrieves a specific sharing task execution.
The sharing task identifier.
The execution identifier. If value is "latest", the latest execution will be returned
an object with query parameters
Optionalstatus?: "failed" | "cancelled" | "successful"Filter by status. If not present then no filtering is done on the status. This is only relevant when requesting latest execution.
Optionaloptions: ApiCallOptionsRetrieves the file content for the requested execution and file type.
Retrieves the file content for the requested execution and file type.
The sharing task identifier.
The execution identifier.
The execution identifier. If value is "latest", the latest execution will be returned
an object with query parameters
Optionalstatus?: "failed" | "cancelled" | "successful"Filter by status. If not present then no filtering is done on the status. This is only relevant when requesting latest execution.
Optionaloptions: ApiCallOptionsLists executions for the specified sharing task.
Lists executions for the specified sharing task.
The sharing task identifier.
an object with query parameters
Optionallimit?: numberLimit the returned result set
Optionalnext?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optionaloffset?: numberOffset for pagination - how many elements to skip
Optionalprev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optionalsort?: ("starttime" | "-starttime" | "+starttime")[]Sort the returned result set by the specified field
Optionalstatus?: "failed" | "successful"Specifies a filter for a particular field and value of an execution
Optionaloptions: ApiCallOptionsRetrieves all sharing tasks accessible to the user. Users assigned the TenantAdmin or AnalyticsAdmin role can view all tasks.
Retrieves all sharing tasks accessible to the user. Users assigned the TenantAdmin or AnalyticsAdmin role can view all tasks.
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: ApiCallOptionsRetrieves the current settings for sharing tasks, reports, and other related configuration.
Retrieves the current settings for sharing tasks, reports, and other related configuration.
Optionaloptions: ApiCallOptionsUpdates one or more properties of a specific sharing task.
Updates one or more properties of a specific sharing task.
The sharing task identifier.
an object with the body content
Optionaloptions: ApiCallOptionsPatches the toggle settings for sharing tasks, reports, and other related configuration in the tenant. User must be assigned the TenantAdmin role.
Patches the toggle settings for sharing tasks, reports, and other related configuration in the tenant. User must be assigned the TenantAdmin role.
an object with the body content
Optionaloptions: ApiCallOptions
Requests cancellation of an execution of the specified recurring sharing task.