Type Alias SharingTasksAPI

Index

Properties

cancelSharingTask: typeof cancelSharingTask

Requests cancellation of an execution of the specified recurring sharing task.

The sharing task identifier.

CancelSharingTaskHttpError

clearCache: typeof clearCache

Clears the cache for sharing-tasks api requests.

configureSharingTasksSettings: typeof configureSharingTasksSettings

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

ConfigureSharingTasksSettingsHttpError

createSharingTask: typeof createSharingTask

Creates a new recurring sharing task.

an object with the body content

CreateSharingTaskHttpError

deleteSharingTask: typeof deleteSharingTask

Deletes a specific sharing task.

The sharing task identifier.

DeleteSharingTaskHttpError

executeSharingTasks: typeof executeSharingTasks

Requests execution of the specified recurring sharing task.

an object with the body content

ExecuteSharingTasksHttpError

getSharingTask: typeof getSharingTask

Returns the details of a specific sharing task.

The sharing task identifier.

an object with query parameters

GetSharingTaskHttpError

getSharingTaskExecution: typeof getSharingTaskExecution

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

GetSharingTaskExecutionHttpError

getSharingTaskExecutionFile: typeof getSharingTaskExecutionFile

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

GetSharingTaskExecutionFileHttpError

getSharingTaskExecutions: typeof getSharingTaskExecutions

Lists executions for the specified sharing task.

The sharing task identifier.

an object with query parameters

GetSharingTaskExecutionsHttpError

getSharingTasks: typeof getSharingTasks

Retrieves all sharing tasks accessible to the user. Users assigned the TenantAdmin or AnalyticsAdmin role can view all tasks.

an object with query parameters

GetSharingTasksHttpError

getSharingTasksSettings: typeof getSharingTasksSettings

Retrieves the current settings for sharing tasks, reports, and other related configuration.

GetSharingTasksSettingsHttpError

patchSharingTask: typeof patchSharingTask

Updates one or more properties of a specific sharing task.

The sharing task identifier.

an object with the body content

PatchSharingTaskHttpError

updateSharingTasksSettings: typeof updateSharingTasksSettings

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

UpdateSharingTasksSettingsHttpError