Requests cancellation of an execution of the specified recurring sharing task.
The sharing task identifier.
Optional
options: 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
Optional
options: ApiCallOptionsCreates a new recurring sharing task.
Creates a new recurring sharing task.
an object with the body content
Optional
options: ApiCallOptionsDeletes a specific sharing task.
Deletes a specific sharing task.
The sharing task identifier.
Optional
options: ApiCallOptionsRequests execution of the specified recurring sharing task.
Requests execution of the specified recurring sharing task.
an object with the body content
Optional
options: 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
Optional
isViewChart?: 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.
Optional
options: 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
Optional
status?: "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.
Optional
options: 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
Optional
status?: "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.
Optional
options: ApiCallOptionsLists executions for the specified sharing task.
Lists executions for the specified sharing task.
The sharing task identifier.
an object with query parameters
Optional
limit?: numberLimit the returned result set
Optional
next?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optional
offset?: numberOffset for pagination - how many elements to skip
Optional
prev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optional
sort?: ("starttime" | "-starttime" | "+starttime")[]Sort the returned result set by the specified field
Optional
status?: "failed" | "successful"Specifies a filter for a particular field and value of an execution
Optional
options: 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
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: ApiCallOptionsRetrieves the current settings for sharing tasks, reports, and other related configuration.
Retrieves the current settings for sharing tasks, reports, and other related configuration.
Optional
options: 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
Optional
options: 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
Optional
options: ApiCallOptions
Requests cancellation of an execution of the specified recurring sharing task.