Skip to main content

Microsoft SharePoint + OneDrive

Access and manage your SharePoint & OneDrive files.

Microsoft SharePoint + OneDrive Logo

Authentication

This connector uses OAuth 2.0 authentication.

info

Set up your connection in the Abstra Console before using it in your workflows.

How to use

Using the Smart Chat

Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".

Using the Web Editor

from abstra.connectors import run_connection_action

result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})

Available Actions

This connector provides 3118 actions:

ActionPurposeParameters
get_admin_sharepointGet sharepoint from admin$select (array)
$expand (array)
patch_admin_sharepointUpdate the navigation property sharepoint in admindata (undefined) required
delete_admin_sharepointDelete navigation property sharepoint for adminIf-Match (string)
get_admin_sharepoint_settingsGet the tenant-level settings for SharePoint and OneDrive.$select (array)
$expand (array)
patch_admin_sharepoint_settingsUpdate one or more tenant-level settings for SharePoint and OneDrive.data (undefined) required
delete_admin_sharepoint_settingsDelete navigation property settings for adminIf-Match (string)
get_drivesGet entities from drives$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drivesAdd new entity to drivesdata (undefined) required
get_drives_by_drive_idGet entity from drives by keydrive-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_idUpdate entity in drivesdrive-id (string)
data (undefined) required
delete_drives_by_drive_idDelete entity from drivesdrive-id (string)
If-Match (string)
get_drives_by_drive_id_bundlesCollection of bundles albums and multi-select-shared sets of items. Only in personal OneDrive.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_bundlesCreate new navigation property to bundles for drivesdrive-id (string)
data (undefined) required
get_drives_by_drive_id_bundles_by_drive_item_idCollection of bundles albums and multi-select-shared sets of items. Only in personal OneDrive.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_bundles_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
$format (string)
put_drives_by_drive_id_bundles_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
delete_drives_by_drive_id_bundles_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_bundles_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_created_by_userIdentity of the user who created the item. Read-only.drive-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_created_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_created_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_followingThe list of items the user is following. Only in OneDrive for Business.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_following_by_drive_item_idThe list of items the user is following. Only in OneDrive for Business.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_following_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
$format (string)
put_drives_by_drive_id_following_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
delete_drives_by_drive_id_following_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_following_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_itemsGet a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_itemsCreate new navigation property to items for drivesdrive-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_idAll items contained in the drive. Read-only. Nullable.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_idUpdate the navigation property items in drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_idDelete navigation property items for drivesdrive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_analyticsAnalytics about the view activities that took place on this item.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_analyticsUpdate the navigation property analytics in drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_analyticsDelete navigation property analytics for drivesdrive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_analytics_all_timeGet itemAnalytics about the views that took place under this resource. The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays. For a custom time range or interval, use the getActivitiesByInterval API.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_statsGet itemActivityStats from drivesdrive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_statsCreate new navigation property to itemActivityStats for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_idGet itemActivityStats from drivesdrive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_idUpdate the navigation property itemActivityStats in drivesdrive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_idDelete navigation property itemActivityStats for drivesdrive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activitiesExposes the itemActivities represented in this itemActivityStat resource.drive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activitiesCreate new navigation property to activities for drivesdrive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_idExposes the itemActivities represented in this itemActivityStat resource.drive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_idUpdate the navigation property activities in drivesdrive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_idDelete navigation property activities for drivesdrive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_id_drive_itemExposes the driveItem that was the target of this activity.drive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_id_drive_item_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
$format (string)
put_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_id_drive_item_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
delete_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_id_drive_item_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
itemActivityStat-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_analytics_last_seven_daysGet lastSevenDays from drivesdrive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_childrenReturn a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_childrenCreate new navigation property to children for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_children_by_drive_item_id1Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.drive-id (string)
driveItem-id (string)
driveItem-id1 (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_children_by_drive_item_id1_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
driveItem-id1 (string)
$format (string)
put_drives_by_drive_id_items_by_drive_item_id_children_by_drive_item_id1_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
driveItem-id1 (string)
delete_drives_by_drive_id_items_by_drive_item_id_children_by_drive_item_id1_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
driveItem-id1 (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_children_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
$format (string)
put_drives_by_drive_id_items_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
delete_drives_by_drive_id_items_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_created_by_userIdentity of the user who created the item. Read-only.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_created_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
driveItem-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_created_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_last_modified_by_userIdentity of the user who last modified the item. Read-only.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
driveItem-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_list_itemFor drives in SharePoint, the associated document library list item. Read-only. Nullable.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_assign_sensitivity_labelInvoke action assignSensitivityLabeldrive-id (string)
driveItem-id (string)
data: {
. sensitivityLabelId (string)
. assignmentMethod
. justificationText (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_checkinCheck in a checked out driveItem resource, which makes the version of the document available to others.drive-id (string)
driveItem-id (string)
data: {
. checkInAs (string)
. comment (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_checkoutCheck out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.drive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_copyInvoke action copydrive-id (string)
driveItem-id (string)
data: {
. name (string)
. parentReference
. childrenOnly (boolean)
. includeAllVersionHistory (boolean)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_create_linkCreate a link to share a driveItem driveItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application. If a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors.drive-id (string)
driveItem-id (string)
data: {
. type (string)
. scope (string)
. expirationDateTime (string)
. password (string)
. message (string)
. recipients (array)
. retainInheritedPermissions (boolean)
. sendNotification (boolean)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_create_upload_sessionInvoke action createUploadSessiondrive-id (string)
driveItem-id (string)
data: {
. item
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_delta_Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters. The service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below. Your app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply thedrive-id (string)
driveItem-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_delta_token_by_token_Invoke function deltadrive-id (string)
driveItem-id (string)
token (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_discard_checkoutDiscard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions.drive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_extract_sensitivity_labelsInvoke action extractSensitivityLabelsdrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_followFollow a driveItem.drive-id (string)
driveItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_get_activities_by_interval_Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types.drive-id (string)
driveItem-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_get_activities_by_interval_start_date_time_by_start_date_time_end_date_time_by_end_date_time_interval_by_interval_Invoke function getActivitiesByIntervaldrive-id (string)
driveItem-id (string)
startDateTime (string)
endDateTime (string)
interval (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_inviteSend a sharing invitation for a driveItem. A sharing invitation provides permissions to the recipients and, optionally, sends them an email to notify them that the item was shared.drive-id (string)
driveItem-id (string)
data: {
. requireSignIn (boolean)
. roles (array)
. sendInvitation (boolean)
. message (string)
. recipients (array)
. retainInheritedPermissions (boolean)
. expirationDateTime (string)
. password (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_permanent_deleteInvoke action permanentDeletedrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_previewInvoke action previewdrive-id (string)
driveItem-id (string)
data: {
. page (string)
. zoom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_restoreRestore a deleted driveItem that is currently in the recycle bin.drive-id (string)
driveItem-id (string)
data: {
. parentReference
. name (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_search_q_by_q_Search the hierarchy of items for items matching a query. You can search within a folder hierarchy, a whole drive, or files shared with the current user.drive-id (string)
driveItem-id (string)
q (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_unfollowUnfollow a driveItem.drive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_validate_permissionInvoke action validatePermissiondrive-id (string)
driveItem-id (string)
data: {
. challengeToken (string)
. password (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_permissionsThe set of permissions for the item. Read-only. Nullable.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_permissionsCreate new navigation property to permissions for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_permissions_by_permission_idThe set of permissions for the item. Read-only. Nullable.drive-id (string)
driveItem-id (string)
permission-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_permissions_by_permission_idUpdate the navigation property permissions in drivesdrive-id (string)
driveItem-id (string)
permission-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_permissions_by_permission_idDelete navigation property permissions for drivesdrive-id (string)
driveItem-id (string)
permission-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_permissions_by_permission_id_grantGrant users access to a link represented by a permission.drive-id (string)
driveItem-id (string)
permission-id (string)
data: {
. roles (array)
. recipients (array)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_permissions_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_retention_labelGet metadata information for a retention label applied on a driveItem. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_retention_labelLock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.drive-id (string)
driveItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_retention_labelRemove a retention label from a driveItem. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.drive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_subscriptionsThe set of subscriptions on the item. Only supported on the root of a drive.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_subscriptionsCreate new navigation property to subscriptions for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_subscriptions_by_subscription_idThe set of subscriptions on the item. Only supported on the root of a drive.drive-id (string)
driveItem-id (string)
subscription-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_subscriptions_by_subscription_idUpdate the navigation property subscriptions in drivesdrive-id (string)
driveItem-id (string)
subscription-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_subscriptions_by_subscription_idDelete navigation property subscriptions for drivesdrive-id (string)
driveItem-id (string)
subscription-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_subscriptions_by_subscription_id_reauthorizeReauthorize a subscription when you receive a reauthorizationRequired challenge.drive-id (string)
driveItem-id (string)
subscription-id (string)
get_drives_by_drive_id_items_by_drive_item_id_subscriptions_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_thumbnailsCollection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_thumbnailsCreate new navigation property to thumbnails for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_thumbnails_by_thumbnail_set_idCollection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.drive-id (string)
driveItem-id (string)
thumbnailSet-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_thumbnails_by_thumbnail_set_idUpdate the navigation property thumbnails in drivesdrive-id (string)
driveItem-id (string)
thumbnailSet-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_thumbnails_by_thumbnail_set_idDelete navigation property thumbnails for drivesdrive-id (string)
driveItem-id (string)
thumbnailSet-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_thumbnails_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_versionsThe list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_versionsCreate new navigation property to versions for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_idThe list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.drive-id (string)
driveItem-id (string)
driveItemVersion-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_idUpdate the navigation property versions in drivesdrive-id (string)
driveItem-id (string)
driveItemVersion-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_idDelete navigation property versions for drivesdrive-id (string)
driveItem-id (string)
driveItemVersion-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_id_contentThe content stream for this version of the item.drive-id (string)
driveItem-id (string)
driveItemVersion-id (string)
put_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_id_contentThe content stream for this version of the item.drive-id (string)
driveItem-id (string)
driveItemVersion-id (string)
delete_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_id_contentThe content stream for this version of the item.drive-id (string)
driveItem-id (string)
driveItemVersion-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_id_restore_versionRestore a previous version of a driveItem to be the current version. This operation creates a new version with the contents of the previous version, and it preserves all existing versions of the file.drive-id (string)
driveItem-id (string)
driveItemVersion-id (string)
get_drives_by_drive_id_items_by_drive_item_id_versions_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_workbookFor files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbookUpdate the navigation property workbook in drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbookDelete navigation property workbook for drivesdrive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_applicationGet application from drivesdrive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_applicationUpdate the navigation property application in drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_applicationDelete navigation property application for drivesdrive-id (string)
driveItem-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_application_calculateRecalculate all currently opened workbooks in Excel.drive-id (string)
driveItem-id (string)
data: {
. calculationType (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_commentsRepresents a collection of comments in a workbook.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_commentsCreate new navigation property to comments for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_idRepresents a collection of comments in a workbook.drive-id (string)
driveItem-id (string)
workbookComment-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_idUpdate the navigation property comments in drivesdrive-id (string)
driveItem-id (string)
workbookComment-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_idDelete navigation property comments for drivesdrive-id (string)
driveItem-id (string)
workbookComment-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_repliesThe list of replies to the comment. Read-only. Nullable.drive-id (string)
driveItem-id (string)
workbookComment-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_repliesCreate new navigation property to replies for drivesdrive-id (string)
driveItem-id (string)
workbookComment-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_by_workbook_comment_reply_idThe list of replies to the comment. Read-only. Nullable.drive-id (string)
driveItem-id (string)
workbookComment-id (string)
workbookCommentReply-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_by_workbook_comment_reply_idUpdate the navigation property replies in drivesdrive-id (string)
driveItem-id (string)
workbookComment-id (string)
workbookCommentReply-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_by_workbook_comment_reply_idDelete navigation property replies for drivesdrive-id (string)
driveItem-id (string)
workbookComment-id (string)
workbookCommentReply-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id_replies_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
workbookComment-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_functionsGet functions from drivesdrive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_functionsUpdate the navigation property functions in drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_functionsDelete navigation property functions for drivesdrive-id (string)
driveItem-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_absInvoke action absdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_accr_intInvoke action accrIntdrive-id (string)
driveItem-id (string)
data: {
. issue
. firstInterest
. settlement
. rate
. par
. frequency
. basis
. calcMethod
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_accr_int_mInvoke action accrIntMdrive-id (string)
driveItem-id (string)
data: {
. issue
. settlement
. rate
. par
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acosInvoke action acosdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acoshInvoke action acoshdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acotInvoke action acotdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acothInvoke action acothdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_amor_degrcInvoke action amorDegrcdrive-id (string)
driveItem-id (string)
data: {
. cost
. datePurchased
. firstPeriod
. salvage
. period
. rate
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_amor_lincInvoke action amorLincdrive-id (string)
driveItem-id (string)
data: {
. cost
. datePurchased
. firstPeriod
. salvage
. period
. rate
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_andInvoke action anddrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_arabicInvoke action arabicdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_areasInvoke action areasdrive-id (string)
driveItem-id (string)
data: {
. reference
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ascInvoke action ascdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asinInvoke action asindrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asinhInvoke action asinhdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atanInvoke action atandrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atan2Invoke action atan2drive-id (string)
driveItem-id (string)
data: {
. xNum
. yNum
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atanhInvoke action atanhdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ave_devInvoke action aveDevdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_averageInvoke action averagedrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_aInvoke action averageAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_ifInvoke action averageIfdrive-id (string)
driveItem-id (string)
data: {
. range
. criteria
. averageRange
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_ifsInvoke action averageIfsdrive-id (string)
driveItem-id (string)
data: {
. averageRange
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_baht_textInvoke action bahtTextdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_baseInvoke action basedrive-id (string)
driveItem-id (string)
data: {
. number
. radix
. minLength
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_iInvoke action besselIdrive-id (string)
driveItem-id (string)
data: {
. x
. n
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_jInvoke action besselJdrive-id (string)
driveItem-id (string)
data: {
. x
. n
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_kInvoke action besselKdrive-id (string)
driveItem-id (string)
data: {
. x
. n
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_yInvoke action besselYdrive-id (string)
driveItem-id (string)
data: {
. x
. n
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_beta_distInvoke action beta_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. alpha
. beta
. cumulative
. A
. B
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_beta_invInvoke action beta_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
. alpha
. beta
. A
. B
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2decInvoke action bin2Decdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2hexInvoke action bin2Hexdrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2octInvoke action bin2Octdrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_binom_distInvoke action binom_Distdrive-id (string)
driveItem-id (string)
data: {
. numberS
. trials
. probabilityS
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_binom_dist_rangeInvoke action binom_Dist_Rangedrive-id (string)
driveItem-id (string)
data: {
. trials
. probabilityS
. numberS
. numberS2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_binom_invInvoke action binom_Invdrive-id (string)
driveItem-id (string)
data: {
. trials
. probabilityS
. alpha
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitandInvoke action bitanddrive-id (string)
driveItem-id (string)
data: {
. number1
. number2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitlshiftInvoke action bitlshiftdrive-id (string)
driveItem-id (string)
data: {
. number
. shiftAmount
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitorInvoke action bitordrive-id (string)
driveItem-id (string)
data: {
. number1
. number2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitrshiftInvoke action bitrshiftdrive-id (string)
driveItem-id (string)
data: {
. number
. shiftAmount
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitxorInvoke action bitxordrive-id (string)
driveItem-id (string)
data: {
. number1
. number2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ceiling_mathInvoke action ceiling_Mathdrive-id (string)
driveItem-id (string)
data: {
. number
. significance
. mode
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ceiling_preciseInvoke action ceiling_Precisedrive-id (string)
driveItem-id (string)
data: {
. number
. significance
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_charInvoke action chardrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_distInvoke action chiSq_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. degFreedom
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_dist_rtInvoke action chiSq_Dist_RTdrive-id (string)
driveItem-id (string)
data: {
. x
. degFreedom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_invInvoke action chiSq_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
. degFreedom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_inv_rtInvoke action chiSq_Inv_RTdrive-id (string)
driveItem-id (string)
data: {
. probability
. degFreedom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chooseInvoke action choosedrive-id (string)
driveItem-id (string)
data: {
. indexNum
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cleanInvoke action cleandrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_codeInvoke action codedrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_columnsInvoke action columnsdrive-id (string)
driveItem-id (string)
data: {
. array
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_combinInvoke action combindrive-id (string)
driveItem-id (string)
data: {
. number
. numberChosen
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_combinaInvoke action combinadrive-id (string)
driveItem-id (string)
data: {
. number
. numberChosen
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_complexInvoke action complexdrive-id (string)
driveItem-id (string)
data: {
. realNum
. iNum
. suffix
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_concatenateInvoke action concatenatedrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_confidence_normInvoke action confidence_Normdrive-id (string)
driveItem-id (string)
data: {
. alpha
. standardDev
. size
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_confidence_tInvoke action confidence_Tdrive-id (string)
driveItem-id (string)
data: {
. alpha
. standardDev
. size
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_convertInvoke action convertdrive-id (string)
driveItem-id (string)
data: {
. number
. fromUnit
. toUnit
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cosInvoke action cosdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coshInvoke action coshdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cotInvoke action cotdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cothInvoke action cothdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_countInvoke action countdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_aInvoke action countAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_blankInvoke action countBlankdrive-id (string)
driveItem-id (string)
data: {
. range
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_ifInvoke action countIfdrive-id (string)
driveItem-id (string)
data: {
. range
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_ifsInvoke action countIfsdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_day_bsInvoke action coupDayBsdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_daysInvoke action coupDaysdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_days_ncInvoke action coupDaysNcdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_ncdInvoke action coupNcddrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_numInvoke action coupNumdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_pcdInvoke action coupPcddrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cscInvoke action cscdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cschInvoke action cschdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cum_ipmtInvoke action cumIPmtdrive-id (string)
driveItem-id (string)
data: {
. rate
. nper
. pv
. startPeriod
. endPeriod
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cum_princInvoke action cumPrincdrive-id (string)
driveItem-id (string)
data: {
. rate
. nper
. pv
. startPeriod
. endPeriod
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dateInvoke action datedrive-id (string)
driveItem-id (string)
data: {
. year
. month
. day
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_datevalueInvoke action datevaluedrive-id (string)
driveItem-id (string)
data: {
. dateText
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_daverageInvoke action daveragedrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dayInvoke action daydrive-id (string)
driveItem-id (string)
data: {
. serialNumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_daysInvoke action daysdrive-id (string)
driveItem-id (string)
data: {
. endDate
. startDate
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_days360Invoke action days360drive-id (string)
driveItem-id (string)
data: {
. startDate
. endDate
. method
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dbInvoke action dbdrive-id (string)
driveItem-id (string)
data: {
. cost
. salvage
. life
. period
. month
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dbcsInvoke action dbcsdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dcountInvoke action dcountdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dcount_aInvoke action dcountAdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ddbInvoke action ddbdrive-id (string)
driveItem-id (string)
data: {
. cost
. salvage
. life
. period
. factor
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2binInvoke action dec2Bindrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2hexInvoke action dec2Hexdrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2octInvoke action dec2Octdrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_decimalInvoke action decimaldrive-id (string)
driveItem-id (string)
data: {
. number
. radix
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_degreesInvoke action degreesdrive-id (string)
driveItem-id (string)
data: {
. angle
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_deltaInvoke action deltadrive-id (string)
driveItem-id (string)
data: {
. number1
. number2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dev_sqInvoke action devSqdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dgetInvoke action dgetdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_discInvoke action discdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. pr
. redemption
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dmaxInvoke action dmaxdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dminInvoke action dmindrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollarInvoke action dollardrive-id (string)
driveItem-id (string)
data: {
. number
. decimals
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar_deInvoke action dollarDedrive-id (string)
driveItem-id (string)
data: {
. fractionalDollar
. fraction
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar_frInvoke action dollarFrdrive-id (string)
driveItem-id (string)
data: {
. decimalDollar
. fraction
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dproductInvoke action dproductdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dst_devInvoke action dstDevdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dst_dev_pInvoke action dstDevPdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dsumInvoke action dsumdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_durationInvoke action durationdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. coupon
. yld
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dvarInvoke action dvardrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dvar_pInvoke action dvarPdrive-id (string)
driveItem-id (string)
data: {
. database
. field
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ecma_ceilingInvoke action ecma_Ceilingdrive-id (string)
driveItem-id (string)
data: {
. number
. significance
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_edateInvoke action edatedrive-id (string)
driveItem-id (string)
data: {
. startDate
. months
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_effectInvoke action effectdrive-id (string)
driveItem-id (string)
data: {
. nominalRate
. npery
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_eo_monthInvoke action eoMonthdrive-id (string)
driveItem-id (string)
data: {
. startDate
. months
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erfInvoke action erfdrive-id (string)
driveItem-id (string)
data: {
. lowerLimit
. upperLimit
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_preciseInvoke action erf_Precisedrive-id (string)
driveItem-id (string)
data: {
. X
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_cInvoke action erfCdrive-id (string)
driveItem-id (string)
data: {
. x
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_c_preciseInvoke action erfC_Precisedrive-id (string)
driveItem-id (string)
data: {
. X
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_error_typeInvoke action error_Typedrive-id (string)
driveItem-id (string)
data: {
. errorVal
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_evenInvoke action evendrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_exactInvoke action exactdrive-id (string)
driveItem-id (string)
data: {
. text1
. text2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_expInvoke action expdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_expon_distInvoke action expon_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. lambda
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_distInvoke action f_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. degFreedom1
. degFreedom2
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_dist_rtInvoke action f_Dist_RTdrive-id (string)
driveItem-id (string)
data: {
. x
. degFreedom1
. degFreedom2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_invInvoke action f_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
. degFreedom1
. degFreedom2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_inv_rtInvoke action f_Inv_RTdrive-id (string)
driveItem-id (string)
data: {
. probability
. degFreedom1
. degFreedom2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_factInvoke action factdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fact_doubleInvoke action factDoubledrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_falseInvoke action falsedrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_findInvoke action finddrive-id (string)
driveItem-id (string)
data: {
. findText
. withinText
. startNum
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_find_bInvoke action findBdrive-id (string)
driveItem-id (string)
data: {
. findText
. withinText
. startNum
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fisherInvoke action fisherdrive-id (string)
driveItem-id (string)
data: {
. x
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fisher_invInvoke action fisherInvdrive-id (string)
driveItem-id (string)
data: {
. y
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fixedInvoke action fixeddrive-id (string)
driveItem-id (string)
data: {
. number
. decimals
. noCommas
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_floor_mathInvoke action floor_Mathdrive-id (string)
driveItem-id (string)
data: {
. number
. significance
. mode
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_floor_preciseInvoke action floor_Precisedrive-id (string)
driveItem-id (string)
data: {
. number
. significance
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fvInvoke action fvdrive-id (string)
driveItem-id (string)
data: {
. rate
. nper
. pmt
. pv
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fvscheduleInvoke action fvscheduledrive-id (string)
driveItem-id (string)
data: {
. principal
. schedule
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gammaInvoke action gammadrive-id (string)
driveItem-id (string)
data: {
. x
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_distInvoke action gamma_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. alpha
. beta
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_invInvoke action gamma_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
. alpha
. beta
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_lnInvoke action gammaLndrive-id (string)
driveItem-id (string)
data: {
. x
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_ln_preciseInvoke action gammaLn_Precisedrive-id (string)
driveItem-id (string)
data: {
. x
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gaussInvoke action gaussdrive-id (string)
driveItem-id (string)
data: {
. x
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gcdInvoke action gcddrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_geo_meanInvoke action geoMeandrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ge_stepInvoke action geStepdrive-id (string)
driveItem-id (string)
data: {
. number
. step
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_har_meanInvoke action harMeandrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2binInvoke action hex2Bindrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2decInvoke action hex2Decdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2octInvoke action hex2Octdrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hlookupInvoke action hlookupdrive-id (string)
driveItem-id (string)
data: {
. lookupValue
. tableArray
. rowIndexNum
. rangeLookup
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hourInvoke action hourdrive-id (string)
driveItem-id (string)
data: {
. serialNumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hyperlinkInvoke action hyperlinkdrive-id (string)
driveItem-id (string)
data: {
. linkLocation
. friendlyName
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hyp_geom_distInvoke action hypGeom_Distdrive-id (string)
driveItem-id (string)
data: {
. sampleS
. numberSample
. populationS
. numberPop
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ifInvoke action ifdrive-id (string)
driveItem-id (string)
data: {
. logicalTest
. valueIfTrue
. valueIfFalse
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_absInvoke action imAbsdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_imaginaryInvoke action imaginarydrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_argumentInvoke action imArgumentdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_conjugateInvoke action imConjugatedrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cosInvoke action imCosdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_coshInvoke action imCoshdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cotInvoke action imCotdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cscInvoke action imCscdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cschInvoke action imCschdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_divInvoke action imDivdrive-id (string)
driveItem-id (string)
data: {
. inumber1
. inumber2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_expInvoke action imExpdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_lnInvoke action imLndrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_log10Invoke action imLog10drive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_log2Invoke action imLog2drive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_powerInvoke action imPowerdrive-id (string)
driveItem-id (string)
data: {
. inumber
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_productInvoke action imProductdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_realInvoke action imRealdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_secInvoke action imSecdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sechInvoke action imSechdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sinInvoke action imSindrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sinhInvoke action imSinhdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sqrtInvoke action imSqrtdrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_subInvoke action imSubdrive-id (string)
driveItem-id (string)
data: {
. inumber1
. inumber2
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sumInvoke action imSumdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_tanInvoke action imTandrive-id (string)
driveItem-id (string)
data: {
. inumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_intInvoke action intdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_int_rateInvoke action intRatedrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. investment
. redemption
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ipmtInvoke action ipmtdrive-id (string)
driveItem-id (string)
data: {
. rate
. per
. nper
. pv
. fv
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_irrInvoke action irrdrive-id (string)
driveItem-id (string)
data: {
. values
. guess
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_errInvoke action isErrdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_errorInvoke action isErrordrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_evenInvoke action isEvendrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_formulaInvoke action isFormuladrive-id (string)
driveItem-id (string)
data: {
. reference
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_logicalInvoke action isLogicaldrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_naInvoke action isNAdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_non_textInvoke action isNonTextdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_numberInvoke action isNumberdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_iso_ceilingInvoke action iso_Ceilingdrive-id (string)
driveItem-id (string)
data: {
. number
. significance
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_oddInvoke action isOdddrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_iso_week_numInvoke action isoWeekNumdrive-id (string)
driveItem-id (string)
data: {
. date
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ispmtInvoke action ispmtdrive-id (string)
driveItem-id (string)
data: {
. rate
. per
. nper
. pv
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_isrefInvoke action isrefdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_textInvoke action isTextdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_kurtInvoke action kurtdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_largeInvoke action largedrive-id (string)
driveItem-id (string)
data: {
. array
. k
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lcmInvoke action lcmdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_leftInvoke action leftdrive-id (string)
driveItem-id (string)
data: {
. text
. numChars
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_leftbInvoke action leftbdrive-id (string)
driveItem-id (string)
data: {
. text
. numBytes
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lenInvoke action lendrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lenbInvoke action lenbdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lnInvoke action lndrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_logInvoke action logdrive-id (string)
driveItem-id (string)
data: {
. number
. base
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log10Invoke action log10drive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log_norm_distInvoke action logNorm_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. mean
. standardDev
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log_norm_invInvoke action logNorm_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
. mean
. standardDev
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lookupInvoke action lookupdrive-id (string)
driveItem-id (string)
data: {
. lookupValue
. lookupVector
. resultVector
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lowerInvoke action lowerdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_matchInvoke action matchdrive-id (string)
driveItem-id (string)
data: {
. lookupValue
. lookupArray
. matchType
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_maxInvoke action maxdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_max_aInvoke action maxAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mdurationInvoke action mdurationdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. coupon
. yld
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_medianInvoke action mediandrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_midInvoke action middrive-id (string)
driveItem-id (string)
data: {
. text
. startNum
. numChars
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_midbInvoke action midbdrive-id (string)
driveItem-id (string)
data: {
. text
. startNum
. numBytes
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_minInvoke action mindrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_min_aInvoke action minAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_minuteInvoke action minutedrive-id (string)
driveItem-id (string)
data: {
. serialNumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mirrInvoke action mirrdrive-id (string)
driveItem-id (string)
data: {
. values
. financeRate
. reinvestRate
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_modInvoke action moddrive-id (string)
driveItem-id (string)
data: {
. number
. divisor
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_monthInvoke action monthdrive-id (string)
driveItem-id (string)
data: {
. serialNumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mroundInvoke action mrounddrive-id (string)
driveItem-id (string)
data: {
. number
. multiple
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_multi_nomialInvoke action multiNomialdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nInvoke action ndrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_naInvoke action nadrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_neg_binom_distInvoke action negBinom_Distdrive-id (string)
driveItem-id (string)
data: {
. numberF
. numberS
. probabilityS
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_network_daysInvoke action networkDaysdrive-id (string)
driveItem-id (string)
data: {
. startDate
. endDate
. holidays
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_network_days_intlInvoke action networkDays_Intldrive-id (string)
driveItem-id (string)
data: {
. startDate
. endDate
. weekend
. holidays
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nominalInvoke action nominaldrive-id (string)
driveItem-id (string)
data: {
. effectRate
. npery
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_distInvoke action norm_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. mean
. standardDev
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_invInvoke action norm_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
. mean
. standardDev
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_s_distInvoke action norm_S_Distdrive-id (string)
driveItem-id (string)
data: {
. z
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_s_invInvoke action norm_S_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_notInvoke action notdrive-id (string)
driveItem-id (string)
data: {
. logical
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nowInvoke action nowdrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nperInvoke action nperdrive-id (string)
driveItem-id (string)
data: {
. rate
. pmt
. pv
. fv
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_npvInvoke action npvdrive-id (string)
driveItem-id (string)
data: {
. rate
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_number_valueInvoke action numberValuedrive-id (string)
driveItem-id (string)
data: {
. text
. decimalSeparator
. groupSeparator
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2binInvoke action oct2Bindrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2decInvoke action oct2Decdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2hexInvoke action oct2Hexdrive-id (string)
driveItem-id (string)
data: {
. number
. places
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oddInvoke action odddrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_fpriceInvoke action oddFPricedrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. issue
. firstCoupon
. rate
. yld
. redemption
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_fyieldInvoke action oddFYielddrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. issue
. firstCoupon
. rate
. pr
. redemption
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_lpriceInvoke action oddLPricedrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. lastInterest
. rate
. yld
. redemption
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_lyieldInvoke action oddLYielddrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. lastInterest
. rate
. pr
. redemption
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_orInvoke action ordrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pdurationInvoke action pdurationdrive-id (string)
driveItem-id (string)
data: {
. rate
. pv
. fv
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percentile_excInvoke action percentile_Excdrive-id (string)
driveItem-id (string)
data: {
. array
. k
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percentile_incInvoke action percentile_Incdrive-id (string)
driveItem-id (string)
data: {
. array
. k
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percent_rank_excInvoke action percentRank_Excdrive-id (string)
driveItem-id (string)
data: {
. array
. x
. significance
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percent_rank_incInvoke action percentRank_Incdrive-id (string)
driveItem-id (string)
data: {
. array
. x
. significance
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_permutInvoke action permutdrive-id (string)
driveItem-id (string)
data: {
. number
. numberChosen
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_permutationaInvoke action permutationadrive-id (string)
driveItem-id (string)
data: {
. number
. numberChosen
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_phiInvoke action phidrive-id (string)
driveItem-id (string)
data: {
. x
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_piInvoke action pidrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pmtInvoke action pmtdrive-id (string)
driveItem-id (string)
data: {
. rate
. nper
. pv
. fv
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_poisson_distInvoke action poisson_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. mean
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_powerInvoke action powerdrive-id (string)
driveItem-id (string)
data: {
. number
. power
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ppmtInvoke action ppmtdrive-id (string)
driveItem-id (string)
data: {
. rate
. per
. nper
. pv
. fv
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_priceInvoke action pricedrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. rate
. yld
. redemption
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_price_discInvoke action priceDiscdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. discount
. redemption
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_price_matInvoke action priceMatdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. issue
. rate
. yld
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_productInvoke action productdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_properInvoke action properdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pvInvoke action pvdrive-id (string)
driveItem-id (string)
data: {
. rate
. nper
. pmt
. fv
. type
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quartile_excInvoke action quartile_Excdrive-id (string)
driveItem-id (string)
data: {
. array
. quart
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quartile_incInvoke action quartile_Incdrive-id (string)
driveItem-id (string)
data: {
. array
. quart
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quotientInvoke action quotientdrive-id (string)
driveItem-id (string)
data: {
. numerator
. denominator
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_radiansInvoke action radiansdrive-id (string)
driveItem-id (string)
data: {
. angle
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_randInvoke action randdrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rand_betweenInvoke action randBetweendrive-id (string)
driveItem-id (string)
data: {
. bottom
. top
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rank_avgInvoke action rank_Avgdrive-id (string)
driveItem-id (string)
data: {
. number
. ref
. order
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rank_eqInvoke action rank_Eqdrive-id (string)
driveItem-id (string)
data: {
. number
. ref
. order
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rateInvoke action ratedrive-id (string)
driveItem-id (string)
data: {
. nper
. pmt
. pv
. fv
. type
. guess
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_receivedInvoke action receiveddrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. investment
. discount
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_replaceInvoke action replacedrive-id (string)
driveItem-id (string)
data: {
. oldText
. startNum
. numChars
. newText
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_replace_bInvoke action replaceBdrive-id (string)
driveItem-id (string)
data: {
. oldText
. startNum
. numBytes
. newText
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_reptInvoke action reptdrive-id (string)
driveItem-id (string)
data: {
. text
. numberTimes
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rightInvoke action rightdrive-id (string)
driveItem-id (string)
data: {
. text
. numChars
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rightbInvoke action rightbdrive-id (string)
driveItem-id (string)
data: {
. text
. numBytes
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_romanInvoke action romandrive-id (string)
driveItem-id (string)
data: {
. number
. form
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_roundInvoke action rounddrive-id (string)
driveItem-id (string)
data: {
. number
. numDigits
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round_downInvoke action roundDowndrive-id (string)
driveItem-id (string)
data: {
. number
. numDigits
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round_upInvoke action roundUpdrive-id (string)
driveItem-id (string)
data: {
. number
. numDigits
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rowsInvoke action rowsdrive-id (string)
driveItem-id (string)
data: {
. array
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rriInvoke action rridrive-id (string)
driveItem-id (string)
data: {
. nper
. pv
. fv
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_secInvoke action secdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sechInvoke action sechdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_secondInvoke action seconddrive-id (string)
driveItem-id (string)
data: {
. serialNumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_series_sumInvoke action seriesSumdrive-id (string)
driveItem-id (string)
data: {
. x
. n
. m
. coefficients
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sheetInvoke action sheetdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sheetsInvoke action sheetsdrive-id (string)
driveItem-id (string)
data: {
. reference
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_signInvoke action signdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sinInvoke action sindrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sinhInvoke action sinhdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_skewInvoke action skewdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_skew_pInvoke action skew_pdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_slnInvoke action slndrive-id (string)
driveItem-id (string)
data: {
. cost
. salvage
. life
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_smallInvoke action smalldrive-id (string)
driveItem-id (string)
data: {
. array
. k
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sqrtInvoke action sqrtdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sqrt_piInvoke action sqrtPidrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_standardizeInvoke action standardizedrive-id (string)
driveItem-id (string)
data: {
. x
. mean
. standardDev
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_pInvoke action stDev_Pdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_sInvoke action stDev_Sdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_aInvoke action stDevAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_paInvoke action stDevPAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_substituteInvoke action substitutedrive-id (string)
driveItem-id (string)
data: {
. text
. oldText
. newText
. instanceNum
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_subtotalInvoke action subtotaldrive-id (string)
driveItem-id (string)
data: {
. functionNum
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sumInvoke action sumdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_ifInvoke action sumIfdrive-id (string)
driveItem-id (string)
data: {
. range
. criteria
. sumRange
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_ifsInvoke action sumIfsdrive-id (string)
driveItem-id (string)
data: {
. sumRange
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_sqInvoke action sumSqdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sydInvoke action syddrive-id (string)
driveItem-id (string)
data: {
. cost
. salvage
. life
. per
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tInvoke action tdrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_distInvoke action t_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. degFreedom
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_dist_2tInvoke action t_Dist_2Tdrive-id (string)
driveItem-id (string)
data: {
. x
. degFreedom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_dist_rtInvoke action t_Dist_RTdrive-id (string)
driveItem-id (string)
data: {
. x
. degFreedom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_invInvoke action t_Invdrive-id (string)
driveItem-id (string)
data: {
. probability
. degFreedom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_inv_2tInvoke action t_Inv_2Tdrive-id (string)
driveItem-id (string)
data: {
. probability
. degFreedom
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tanInvoke action tandrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tanhInvoke action tanhdrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_eqInvoke action tbillEqdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. discount
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_priceInvoke action tbillPricedrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. discount
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_yieldInvoke action tbillYielddrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. pr
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_textInvoke action textdrive-id (string)
driveItem-id (string)
data: {
. value
. formatText
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_timeInvoke action timedrive-id (string)
driveItem-id (string)
data: {
. hour
. minute
. second
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_timevalueInvoke action timevaluedrive-id (string)
driveItem-id (string)
data: {
. timeText
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_todayInvoke action todaydrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trimInvoke action trimdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trim_meanInvoke action trimMeandrive-id (string)
driveItem-id (string)
data: {
. array
. percent
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trueInvoke action truedrive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_truncInvoke action truncdrive-id (string)
driveItem-id (string)
data: {
. number
. numDigits
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_typeInvoke action typedrive-id (string)
driveItem-id (string)
data: {
. value
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_unicharInvoke action unichardrive-id (string)
driveItem-id (string)
data: {
. number
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_unicodeInvoke action unicodedrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_upperInvoke action upperdrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_usdollarInvoke action usdollardrive-id (string)
driveItem-id (string)
data: {
. number
. decimals
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_valueInvoke action valuedrive-id (string)
driveItem-id (string)
data: {
. text
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_pInvoke action var_Pdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_sInvoke action var_Sdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_aInvoke action varAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_paInvoke action varPAdrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_vdbInvoke action vdbdrive-id (string)
driveItem-id (string)
data: {
. cost
. salvage
. life
. startPeriod
. endPeriod
. factor
. noSwitch
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_vlookupInvoke action vlookupdrive-id (string)
driveItem-id (string)
data: {
. lookupValue
. tableArray
. colIndexNum
. rangeLookup
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_weekdayInvoke action weekdaydrive-id (string)
driveItem-id (string)
data: {
. serialNumber
. returnType
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_week_numInvoke action weekNumdrive-id (string)
driveItem-id (string)
data: {
. serialNumber
. returnType
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_weibull_distInvoke action weibull_Distdrive-id (string)
driveItem-id (string)
data: {
. x
. alpha
. beta
. cumulative
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_work_dayInvoke action workDaydrive-id (string)
driveItem-id (string)
data: {
. startDate
. days
. holidays
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_work_day_intlInvoke action workDay_Intldrive-id (string)
driveItem-id (string)
data: {
. startDate
. days
. weekend
. holidays
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xirrInvoke action xirrdrive-id (string)
driveItem-id (string)
data: {
. values
. dates
. guess
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xnpvInvoke action xnpvdrive-id (string)
driveItem-id (string)
data: {
. rate
. values
. dates
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xorInvoke action xordrive-id (string)
driveItem-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yearInvoke action yeardrive-id (string)
driveItem-id (string)
data: {
. serialNumber
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_year_fracInvoke action yearFracdrive-id (string)
driveItem-id (string)
data: {
. startDate
. endDate
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yieldInvoke action yielddrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. rate
. pr
. redemption
. frequency
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yield_discInvoke action yieldDiscdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. pr
. redemption
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yield_matInvoke action yieldMatdrive-id (string)
driveItem-id (string)
data: {
. settlement
. maturity
. issue
. rate
. pr
. basis
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_z_testInvoke action z_Testdrive-id (string)
driveItem-id (string)
data: {
. array
. x
. sigma
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_close_sessionUse this API to close an existing workbook session.drive-id (string)
driveItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_create_sessionCreate a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: session-id header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps:drive-id (string)
driveItem-id (string)
data: {
. persistChanges (boolean)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_refresh_sessionUse this API to refresh an existing workbook session.drive-id (string)
driveItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_session_info_resource_key_by_key_Invoke function sessionInfoResourcedrive-id (string)
driveItem-id (string)
key (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_table_row_operation_result_key_by_key_This function is the last in a series of steps to create a workbookTableRow resource asynchronously. A best practice to create multiple table rows is to batch them in one create tableRow operation and carry out the operation asynchronously. An asynchronous request to create table rows involves the following steps: 1. Issue an async Create tableRow request and get the query URL returned in the Location response header. 2. Use the query URL returned from step 1 to issue the Get workbookOperationdrive-id (string)
driveItem-id (string)
key (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_namesRepresents a collection of workbooks scoped named items named ranges and constants. Read-only.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_namesCreate new navigation property to names for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_idRepresents a collection of workbooks scoped named items named ranges and constants. Read-only.drive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_idUpdate the navigation property names in drivesdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_idDelete navigation property names for drivesdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.drive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id_worksheetReturns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_names_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_names_addAdds a new name to the collection of the given scope using the user's locale for the formula.drive-id (string)
driveItem-id (string)
data: {
. name (string)
. reference
. comment (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_names_add_formula_localAdds a new name to the collection of the given scope using the user's locale for the formula.drive-id (string)
driveItem-id (string)
data: {
. name (string)
. formula (string)
. comment (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_operationsThe status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_operationsCreate new navigation property to operations for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_operations_by_workbook_operation_idThe status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.drive-id (string)
driveItem-id (string)
workbookOperation-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_operations_by_workbook_operation_idUpdate the navigation property operations in drivesdrive-id (string)
driveItem-id (string)
workbookOperation-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_operations_by_workbook_operation_idDelete navigation property operations for drivesdrive-id (string)
driveItem-id (string)
workbookOperation-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_operations_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tablesRepresents a collection of tables associated with the workbook. Read-only.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tablesCreate new navigation property to tables for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_idRepresents a collection of tables associated with the workbook. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_idUpdate the navigation property tables in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_idDelete navigation property tables for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columnsThe list of all the columns in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columnsCreate new navigation property to columns for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_idThe list of all the columns in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_idUpdate the navigation property columns in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_idDelete navigation property columns for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filterThe filter applied to the column. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filterUpdate the navigation property filter in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filterDelete navigation property filter for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_applyApply the given filter criteria on the given column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_items_filterInvoke action applyBottomItemsFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. count (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_percent_filterInvoke action applyBottomPercentFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. percent (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_cell_color_filterInvoke action applyCellColorFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. color (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_custom_filterInvoke action applyCustomFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. criteria1 (string)
. criteria2 (string)
. oper (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_dynamic_filterInvoke action applyDynamicFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. criteria (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_font_color_filterInvoke action applyFontColorFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. color (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_icon_filterInvoke action applyIconFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. icon
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_items_filterInvoke action applyTopItemsFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. count (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_percent_filterInvoke action applyTopPercentFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. percent (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_values_filterInvoke action applyValuesFilterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_clearClear the filter on the given column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_Gets the range object associated with the data body of the column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_Gets the range object associated with the header row of the column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_Gets the range object associated with the entire column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_Gets the range object associated with the totals row of the column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_addAdds a new column to the table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. index (number)
. values
. name (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_Gets a column based on its position in the collection.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_filterThe filter applied to the column. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_filterUpdate the navigation property filter in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_filterDelete navigation property filter for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_data_body_range_Gets the range object associated with the data body of the column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_header_row_range_Gets the range object associated with the header row of the column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_range_Gets the range object associated with the entire column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_columns_item_at_index_by_index_total_row_range_Gets the range object associated with the totals row of the column.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_clear_filtersClears all the filters currently applied on the table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_convert_to_rangeConverts the table into a normal range of cells. All data is preserved.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_Gets the range object associated with the data body of the table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_data_body_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_Gets the range object associated with header row of the table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_header_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_Get the range object associated with the entire table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_reapply_filtersReapplies all the filters currently on the table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_Gets the range object associated with totals row of the table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_total_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rowsThe list of all the rows in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rowsCreate new navigation property to rows for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_idThe list of all the rows in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_idUpdate the navigation property rows in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_idDelete navigation property rows for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_Invoke function rangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_addAdds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. index (number)
. values
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_item_at_index_by_index_Gets a row based on its position in the collection.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_rows_item_at_index_by_index_range_Invoke function rangedrive-id (string)
driveItem-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sortThe sorting for the table. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookTable-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort_applyPerform a sort operation.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
data: {
. fields (array)
. matchCase (boolean)
. method (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort_clearClears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_sort_reapplyReapplies the current sorting parameters to the table.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id_worksheetThe worksheet containing the current table. Read-only.drive-id (string)
driveItem-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_addCreate a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added for example, because the address is invalid, or the table would overlap with another table, an error is generated.drive-id (string)
driveItem-id (string)
data: {
. address (string)
. hasHeaders (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_count_Invoke function countdrive-id (string)
driveItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_Invoke function itemAtdrive-id (string)
driveItem-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_columnsThe list of all the columns in the table. Read-only.drive-id (string)
driveItem-id (string)
index (number)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_columnsCreate new navigation property to columns for drivesdrive-id (string)
driveItem-id (string)
index (number)
data (undefined) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_clear_filtersClears all the filters currently applied on the table.drive-id (string)
driveItem-id (string)
index (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_convert_to_rangeConverts the table into a normal range of cells. All data is preserved.drive-id (string)
driveItem-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_data_body_range_Gets the range object associated with the data body of the table.drive-id (string)
driveItem-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_header_row_range_Gets the range object associated with header row of the table.drive-id (string)
driveItem-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_range_Get the range object associated with the entire table.drive-id (string)
driveItem-id (string)
index (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_reapply_filtersReapplies all the filters currently on the table.drive-id (string)
driveItem-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_total_row_range_Gets the range object associated with totals row of the table.drive-id (string)
driveItem-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_rowsThe list of all the rows in the table. Read-only.drive-id (string)
driveItem-id (string)
index (number)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_rowsCreate new navigation property to rows for drivesdrive-id (string)
driveItem-id (string)
index (number)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_sortThe sorting for the table. Read-only.drive-id (string)
driveItem-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_worksheetThe worksheet containing the current table. Read-only.drive-id (string)
driveItem-id (string)
index (number)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheetsRepresents a collection of worksheets associated with the workbook. Read-only.drive-id (string)
driveItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheetsCreate new navigation property to worksheets for drivesdrive-id (string)
driveItem-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_idRepresents a collection of worksheets associated with the workbook. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_idUpdate the navigation property worksheets in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_idDelete navigation property worksheets for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_chartsThe list of charts that are part of the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_chartsCreate new navigation property to charts for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_idThe list of charts that are part of the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_idUpdate the navigation property charts in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_idDelete navigation property charts for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axesRepresents chart axes. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axesUpdate the navigation property axes in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axesDelete navigation property axes for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axisRepresents the category axis in a chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axisUpdate the navigation property categoryAxis in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axisDelete navigation property categoryAxis for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_formatRepresents the formatting of a chart object, which includes line and font formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_fontRepresents the font attributes font name, font size, color, etc. for a chart axis element. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlinesReturns a gridlines object that represents the major gridlines for the specified axis. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlinesUpdate the navigation property majorGridlines in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlinesDelete navigation property majorGridlines for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_formatRepresents the formatting of chart gridlines. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_major_gridlines_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlinesReturns a Gridlines object that represents the minor gridlines for the specified axis. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlinesUpdate the navigation property minorGridlines in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlinesDelete navigation property minorGridlines for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_formatRepresents the formatting of chart gridlines. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_minor_gridlines_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_titleRepresents the axis title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_titleUpdate the navigation property title in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_titleDelete navigation property title for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_formatRepresents the formatting of chart axis title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format_fontRepresents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_category_axis_title_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axisRepresents the series axis of a 3-dimensional chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axisUpdate the navigation property seriesAxis in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axisDelete navigation property seriesAxis for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_formatRepresents the formatting of a chart object, which includes line and font formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_fontRepresents the font attributes font name, font size, color, etc. for a chart axis element. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlinesReturns a gridlines object that represents the major gridlines for the specified axis. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlinesUpdate the navigation property majorGridlines in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlinesDelete navigation property majorGridlines for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_formatRepresents the formatting of chart gridlines. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_major_gridlines_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlinesReturns a Gridlines object that represents the minor gridlines for the specified axis. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlinesUpdate the navigation property minorGridlines in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlinesDelete navigation property minorGridlines for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_formatRepresents the formatting of chart gridlines. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_minor_gridlines_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_titleRepresents the axis title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_titleUpdate the navigation property title in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_titleDelete navigation property title for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_formatRepresents the formatting of chart axis title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format_fontRepresents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_series_axis_title_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axisRepresents the value axis in an axis. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axisUpdate the navigation property valueAxis in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axisDelete navigation property valueAxis for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_formatRepresents the formatting of a chart object, which includes line and font formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_fontRepresents the font attributes font name, font size, color, etc. for a chart axis element. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlinesReturns a gridlines object that represents the major gridlines for the specified axis. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlinesUpdate the navigation property majorGridlines in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlinesDelete navigation property majorGridlines for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_formatRepresents the formatting of chart gridlines. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_major_gridlines_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlinesReturns a Gridlines object that represents the minor gridlines for the specified axis. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlinesUpdate the navigation property minorGridlines in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlinesDelete navigation property minorGridlines for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_formatRepresents the formatting of chart gridlines. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_lineRepresents chart line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_minor_gridlines_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_titleRepresents the axis title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_titleUpdate the navigation property title in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_titleDelete navigation property title for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_formatRepresents the formatting of chart axis title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format_fontRepresents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_axes_value_axis_title_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labelsRepresents the data labels on the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labelsUpdate the navigation property dataLabels in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labelsDelete navigation property dataLabels for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_formatRepresents the format of chart data labels, which includes fill and font formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fillRepresents the fill format of the current chart data label. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fillUpdate the navigation property fill in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fillDelete navigation property fill for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fill_clearClear the fill color of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fill_set_solid_colorSets the fill formatting of a chart element to a uniform color.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data: {
. color (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fontRepresents the font attributes font name, font size, color, etc. for a chart data label. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_data_labels_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_formatEncapsulates the format properties for the chart area. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fillRepresents the fill format of an object, which includes background formatting information. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fillUpdate the navigation property fill in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fillDelete navigation property fill for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fill_clearClear the fill color of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fill_set_solid_colorSets the fill formatting of a chart element to a uniform color.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data: {
. color (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fontRepresents the font attributes font name, font size, color, etc. for the current object. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legendRepresents the legend for the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legendUpdate the navigation property legend in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legendDelete navigation property legend for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_formatRepresents the formatting of a chart legend, which includes fill and font formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fillRepresents the fill format of an object, which includes background formating information. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fillUpdate the navigation property fill in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fillDelete navigation property fill for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fill_clearClear the fill color of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fill_set_solid_colorSets the fill formatting of a chart element to a uniform color.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data: {
. color (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fontRepresents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_legend_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
width (number)
height (number)
fittingMode (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_width_by_width_height_by_height_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
width (number)
height (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_image_width_by_width_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
width (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_set_dataResets the source data for the chart.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data: {
. sourceData
. seriesBy (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_set_positionPositions the chart relative to cells on the worksheet.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data: {
. startCell
. endCell
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_seriesRepresents either a single series or collection of series in the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_seriesCreate new navigation property to series for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_idRepresents either a single series or collection of series in the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_idUpdate the navigation property series in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_idDelete navigation property series for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_formatThe formatting of a chart series, which includes fill and line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fillRepresents the fill format of a chart series, which includes background formatting information. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fillUpdate the navigation property fill in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fillDelete navigation property fill for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fill_clearClear the fill color of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_fill_set_solid_colorSets the fill formatting of a chart element to a uniform color.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
data: {
. color (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_lineRepresents line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_lineUpdate the navigation property line in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_lineDelete navigation property line for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_format_line_clearClear the line format of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_pointsA collection of all points in the series. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_pointsCreate new navigation property to points for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_idA collection of all points in the series. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_idUpdate the navigation property points in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_idDelete navigation property points for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_formatThe format properties of the chart point. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fillRepresents the fill format of a chart, which includes background formatting information. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fillUpdate the navigation property fill in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fillDelete navigation property fill for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fill_clearClear the fill color of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_by_workbook_chart_point_id_format_fill_set_solid_colorSets the fill formatting of a chart element to a uniform color.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
workbookChartPoint-id (string)
data: {
. color (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_Retrieve a point based on its position within the series.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_formatThe format properties of the chart point. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_by_workbook_chart_series_id_points_item_at_index_by_index_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
workbookChartSeries-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_Retrieves a series based on its position in the collectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_formatThe formatting of a chart series, which includes fill and line formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_pointsA collection of all points in the series. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
index (number)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_series_item_at_index_by_index_pointsCreate new navigation property to points for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
index (number)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_titleRepresents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_titleUpdate the navigation property title in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_titleDelete navigation property title for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_formatThe formatting of a chart title, which includes fill and font formatting. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fillRepresents the fill format of an object, which includes background formatting information. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fillUpdate the navigation property fill in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fillDelete navigation property fill for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fill_clearClear the fill color of a chart element.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fill_set_solid_colorSets the fill formatting of a chart element to a uniform color.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data: {
. color (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fontRepresents the font attributes font name, font size, color, etc. for the current object. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fontUpdate the navigation property font in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_title_format_fontDelete navigation property font for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_by_workbook_chart_id_worksheetThe worksheet containing the current chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookChart-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_addCreates a new chart.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. type (string)
. sourceData
. seriesBy (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_Invoke function itemdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_axesRepresents chart axes. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_axesUpdate the navigation property axes in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_axesDelete navigation property axes for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_data_labelsRepresents the data labels on the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_data_labelsUpdate the navigation property dataLabels in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_data_labelsDelete navigation property dataLabels for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_formatEncapsulates the format properties for the chart area. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_legendRepresents the legend for the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_legendUpdate the navigation property legend in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_legendDelete navigation property legend for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
width (number)
height (number)
fittingMode (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_width_by_width_height_by_height_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
width (number)
height (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_image_width_by_width_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
width (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_set_dataResets the source data for the chart.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data: {
. sourceData
. seriesBy (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_set_positionPositions the chart relative to cells on the worksheet.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data: {
. startCell
. endCell
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_seriesRepresents either a single series or collection of series in the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_seriesCreate new navigation property to series for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_titleRepresents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_titleUpdate the navigation property title in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_titleDelete navigation property title for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_name_by_name_worksheetThe worksheet containing the current chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
name (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_Gets a chart based on its position in the collection.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_axesRepresents chart axes. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_axesUpdate the navigation property axes in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_axesDelete navigation property axes for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_data_labelsRepresents the data labels on the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_data_labelsUpdate the navigation property dataLabels in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_data_labelsDelete navigation property dataLabels for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_formatEncapsulates the format properties for the chart area. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_legendRepresents the legend for the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_legendUpdate the navigation property legend in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_legendDelete navigation property legend for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
width (number)
height (number)
fittingMode (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_width_by_width_height_by_height_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
width (number)
height (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_image_width_by_width_Invoke function imagedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
width (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_set_dataResets the source data for the chart.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data: {
. sourceData
. seriesBy (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_set_positionPositions the chart relative to cells on the worksheet.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data: {
. startCell
. endCell
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_seriesRepresents either a single series or collection of series in the chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_seriesCreate new navigation property to series for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_titleRepresents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_titleUpdate the navigation property title in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_titleDelete navigation property title for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_charts_item_at_index_by_index_worksheetThe worksheet containing the current chart. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it's stays within the worksheet grid.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
anotherRange (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_column_column_by_column1_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
column1 (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_row_row_by_row1_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
row1 (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_cell_row_by_row_column_by_column_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_Invoke function rangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_Invoke function rangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_range_address_by_address_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
address (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_used_range_values_only_by_values_only_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
valuesOnly (boolean)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_namesThe list of names that are associated with the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_namesCreate new navigation property to names for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_idThe list of names that are associated with the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_idUpdate the navigation property names in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_idDelete navigation property names for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_by_workbook_named_item_id_worksheetReturns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookNamedItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$search (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_addAdds a new name to the collection of the given scope using the user's locale for the formula.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. name (string)
. reference
. comment (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_names_add_formula_localAdds a new name to the collection of the given scope using the user's locale for the formula.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. name (string)
. formula (string)
. comment (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tablesThe list of piot tables that are part of the worksheet.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tablesCreate new navigation property to pivotTables for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_idThe list of piot tables that are part of the worksheet.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookPivotTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_idUpdate the navigation property pivotTables in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookPivotTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_idDelete navigation property pivotTables for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookPivotTable-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_id_refreshRefreshes the PivotTable.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookPivotTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_by_workbook_pivot_table_id_worksheetThe worksheet that contains the current pivot table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookPivotTable-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$search (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_pivot_tables_refresh_allRefreshes the PivotTable within a given worksheet.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protectionThe sheet protection object for a worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protectionUpdate the navigation property protection in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protectionDelete navigation property protection for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protection_protectProtect a worksheet. It throws if the worksheet has been protected.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. options
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_protection_unprotectUnprotect a worksheetdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tablesThe list of tables that are part of the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tablesCreate new navigation property to tables for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_idThe list of tables that are part of the worksheet. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_idUpdate the navigation property tables in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_idDelete navigation property tables for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columnsThe list of all the columns in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columnsCreate new navigation property to columns for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_idThe list of all the columns in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_idUpdate the navigation property columns in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_idDelete navigation property columns for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filterThe filter applied to the column. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filterUpdate the navigation property filter in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filterDelete navigation property filter for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_applyApply the given filter criteria on the given column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. criteria
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_items_filterInvoke action applyBottomItemsFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. count (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_bottom_percent_filterInvoke action applyBottomPercentFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. percent (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_cell_color_filterInvoke action applyCellColorFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. color (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_custom_filterInvoke action applyCustomFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. criteria1 (string)
. criteria2 (string)
. oper (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_dynamic_filterInvoke action applyDynamicFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. criteria (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_font_color_filterInvoke action applyFontColorFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. color (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_icon_filterInvoke action applyIconFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. icon
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_items_filterInvoke action applyTopItemsFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. count (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_top_percent_filterInvoke action applyTopPercentFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. percent (number)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_apply_values_filterInvoke action applyValuesFilterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. values
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_filter_clearClear the filter on the given column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_Gets the range object associated with the data body of the column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_data_body_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_Gets the range object associated with the header row of the column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_header_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_Gets the range object associated with the entire column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_Gets the range object associated with the totals row of the column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_by_workbook_table_column_id_total_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableColumn-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_addAdds a new column to the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. index (number)
. values
. name (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_Gets a column based on its position in the collection.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_filterThe filter applied to the column. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_filterUpdate the navigation property filter in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_filterDelete navigation property filter for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_data_body_range_Gets the range object associated with the data body of the column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_header_row_range_Gets the range object associated with the header row of the column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_range_Gets the range object associated with the entire column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_columns_item_at_index_by_index_total_row_range_Gets the range object associated with the totals row of the column.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_clear_filtersClears all the filters currently applied on the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_convert_to_rangeConverts the table into a normal range of cells. All data is preserved.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_Gets the range object associated with the data body of the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_data_body_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_Gets the range object associated with header row of the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_header_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_Get the range object associated with the entire table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_reapply_filtersReapplies all the filters currently on the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_Gets the range object associated with totals row of the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_total_row_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rowsThe list of all the rows in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rowsCreate new navigation property to rows for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_idThe list of all the rows in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_idUpdate the navigation property rows in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_idDelete navigation property rows for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_Invoke function rangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_formatReturns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_formatUpdate the navigation property format in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_formatDelete navigation property format for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_bounding_rect_another_range_by_another_range_Invoke function boundingRectdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_cell_row_by_row_column_by_column_Invoke function celldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
row (number)
column (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_clearInvoke action cleardrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. applyTo (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_column_column_by_column_Invoke function columndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
column (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_after_count_by_count_Invoke function columnsAfterdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_columns_before_count_by_count_Invoke function columnsBeforedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_deleteInvoke action deletedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_column_Invoke function entireColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_entire_row_Invoke function entireRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_insertInvoke action insertdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. shift (string)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_intersection_another_range_by_another_range_Invoke function intersectiondrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
anotherRange (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_cell_Invoke function lastCelldrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_column_Invoke function lastColumndrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_last_row_Invoke function lastRowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_mergeInvoke action mergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data: {
. across (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_offset_range_row_offset_by_row_offset_column_offset_by_column_offset_Invoke function offsetRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
rowOffset (number)
columnOffset (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_resized_range_delta_rows_by_delta_rows_delta_columns_by_delta_columns_Invoke function resizedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
deltaRows (number)
deltaColumns (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_row_row_by_row_Invoke function rowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
row (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_above_count_by_count_Invoke function rowsAbovedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_rows_below_count_by_count_Invoke function rowsBelowdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
count (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_unmergeInvoke action unmergedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_used_range_values_only_by_values_only_Invoke function usedRangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
valuesOnly (boolean)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_visible_view_Invoke function visibleViewdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sortThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_by_workbook_table_row_id_range_worksheetThe worksheet containing the current range. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
workbookTableRow-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_addAdds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. index (number)
. values
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_item_at_index_by_index_Gets a row based on its position in the collection.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_rows_item_at_index_by_index_range_Invoke function rangedrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sortThe sorting for the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
If-Match (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort_applyPerform a sort operation.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
data: {
. fields (array)
. matchCase (boolean)
. method (string)
} (object) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort_clearClears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_sort_reapplyReapplies the current sorting parameters to the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_by_workbook_table_id_worksheetThe worksheet containing the current table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
workbookTable-id (string)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_addCreate a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added for example, because the address is invalid, or the table would overlap with another table, an error is generated.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
data: {
. address (string)
. hasHeaders (boolean)
} (object) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_count_Invoke function countdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_Invoke function itemAtdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_columnsThe list of all the columns in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_columnsCreate new navigation property to columns for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_clear_filtersClears all the filters currently applied on the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_convert_to_rangeConverts the table into a normal range of cells. All data is preserved.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_data_body_range_Gets the range object associated with the data body of the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_header_row_range_Gets the range object associated with header row of the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_range_Get the range object associated with the entire table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_reapply_filtersReapplies all the filters currently on the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_total_row_range_Gets the range object associated with totals row of the table.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_rowsThe list of all the rows in the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_rowsCreate new navigation property to rows for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_sortThe sorting for the table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
patch_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_sortUpdate the navigation property sort in drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
data (undefined) required
delete_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_sortDelete navigation property sort for drivesdrive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
If-Match (string)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id_tables_item_at_index_by_index_worksheetThe worksheet containing the current table. Read-only.drive-id (string)
driveItem-id (string)
workbookWorksheet-id (string)
index (number)
$select (array)
$expand (array)
get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_countGet the number of the resourcedrive-id (string)
driveItem-id (string)
$search (string)
post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_addAdd a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you want to activate the newly added worksheet, call .activate on it.drive-id (string)
driveItem-id (string)
data: {
. name (string)
} (object) required
get_drives_by_drive_id_items_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_last_modified_by_userIdentity of the user who last modified the item. Read-only.drive-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_listFor drives in SharePoint, the underlying document library list. Read-only. Nullable.drive-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_listUpdate the navigation property list in drivesdrive-id (string)
data (undefined) required
delete_drives_by_drive_id_listDelete navigation property list for drivesdrive-id (string)
If-Match (string)
get_drives_by_drive_id_list_columnsThe collection of field definitions for this list.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_columnsCreate new navigation property to columns for drivesdrive-id (string)
data (undefined) required
get_drives_by_drive_id_list_columns_by_column_definition_idThe collection of field definitions for this list.drive-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_columns_by_column_definition_idUpdate the navigation property columns in drivesdrive-id (string)
columnDefinition-id (string)
data (undefined) required
delete_drives_by_drive_id_list_columns_by_column_definition_idDelete navigation property columns for drivesdrive-id (string)
columnDefinition-id (string)
If-Match (string)
get_drives_by_drive_id_list_columns_by_column_definition_id_source_columnThe source column for the content type column.drive-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_columns_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_list_content_typesThe collection of content types present in this list.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_content_typesCreate new navigation property to contentTypes for drivesdrive-id (string)
data (undefined) required
get_drives_by_drive_id_list_content_types_by_content_type_idThe collection of content types present in this list.drive-id (string)
contentType-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_content_types_by_content_type_idUpdate the navigation property contentTypes in drivesdrive-id (string)
contentType-id (string)
data (undefined) required
delete_drives_by_drive_id_list_content_types_by_content_type_idDelete navigation property contentTypes for drivesdrive-id (string)
contentType-id (string)
If-Match (string)
get_drives_by_drive_id_list_content_types_by_content_type_id_baseParent contentType from which this content type is derived.drive-id (string)
contentType-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_content_types_by_content_type_id_base_typesThe collection of content types that are ancestors of this content type.drive-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_list_content_types_by_content_type_id_base_types_by_content_type_id1The collection of content types that are ancestors of this content type.drive-id (string)
contentType-id (string)
contentType-id1 (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_content_types_by_content_type_id_base_types_countGet the number of the resourcedrive-id (string)
contentType-id (string)
$search (string)
get_drives_by_drive_id_list_content_types_by_content_type_id_column_linksThe collection of columns that are required by this content type.drive-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_content_types_by_content_type_id_column_linksCreate new navigation property to columnLinks for drivesdrive-id (string)
contentType-id (string)
data (undefined) required
get_drives_by_drive_id_list_content_types_by_content_type_id_column_links_by_column_link_idThe collection of columns that are required by this content type.drive-id (string)
contentType-id (string)
columnLink-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_content_types_by_content_type_id_column_links_by_column_link_idUpdate the navigation property columnLinks in drivesdrive-id (string)
contentType-id (string)
columnLink-id (string)
data (undefined) required
delete_drives_by_drive_id_list_content_types_by_content_type_id_column_links_by_column_link_idDelete navigation property columnLinks for drivesdrive-id (string)
contentType-id (string)
columnLink-id (string)
If-Match (string)
get_drives_by_drive_id_list_content_types_by_content_type_id_column_links_countGet the number of the resourcedrive-id (string)
contentType-id (string)
$search (string)
get_drives_by_drive_id_list_content_types_by_content_type_id_column_positionsColumn order information in a content type.drive-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_list_content_types_by_content_type_id_column_positions_by_column_definition_idColumn order information in a content type.drive-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_content_types_by_content_type_id_column_positions_countGet the number of the resourcedrive-id (string)
contentType-id (string)
$search (string)
get_drives_by_drive_id_list_content_types_by_content_type_id_columnsThe collection of column definitions for this content type.drive-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_content_types_by_content_type_id_columnsCreate new navigation property to columns for drivesdrive-id (string)
contentType-id (string)
data (undefined) required
get_drives_by_drive_id_list_content_types_by_content_type_id_columns_by_column_definition_idThe collection of column definitions for this content type.drive-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_content_types_by_content_type_id_columns_by_column_definition_idUpdate the navigation property columns in drivesdrive-id (string)
contentType-id (string)
columnDefinition-id (string)
data (undefined) required
delete_drives_by_drive_id_list_content_types_by_content_type_id_columns_by_column_definition_idDelete navigation property columns for drivesdrive-id (string)
contentType-id (string)
columnDefinition-id (string)
If-Match (string)
get_drives_by_drive_id_list_content_types_by_content_type_id_columns_by_column_definition_id_source_columnThe source column for the content type column.drive-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_content_types_by_content_type_id_columns_countGet the number of the resourcedrive-id (string)
contentType-id (string)
$search (string)
post_drives_by_drive_id_list_content_types_by_content_type_id_associate_with_hub_sitesAssociate a published content type present in a content type hub with a list of hub sites.drive-id (string)
contentType-id (string)
data: {
. hubSiteUrls (array)
. propagateToExistingLists (boolean)
} (object) required
post_drives_by_drive_id_list_content_types_by_content_type_id_copy_to_default_content_locationCopy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation.drive-id (string)
contentType-id (string)
data: {
. sourceFile (object)
. destinationFileName (string)
} (object) required
get_drives_by_drive_id_list_content_types_by_content_type_id_is_published_Check the publishing status of a contentType in a content type hub site.drive-id (string)
contentType-id (string)
post_drives_by_drive_id_list_content_types_by_content_type_id_publishPublishes a contentType present in the content type hub site.drive-id (string)
contentType-id (string)
post_drives_by_drive_id_list_content_types_by_content_type_id_unpublishUnpublish a contentType from a content type hub site.drive-id (string)
contentType-id (string)
get_drives_by_drive_id_list_content_types_countGet the number of the resourcedrive-id (string)
$search (string)
post_drives_by_drive_id_list_content_types_add_copyAdd a copy of a content type from a site to a list.drive-id (string)
data: {
. contentType (string)
} (object) required
post_drives_by_drive_id_list_content_types_add_copy_from_content_type_hubAdd or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntexdrive-id (string)
data: {
. contentTypeId (string)
} (object) required
get_drives_by_drive_id_list_content_types_get_compatible_hub_content_types_Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog postdrive-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_list_created_by_userIdentity of the user who created the item. Read-only.drive-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_created_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_list_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_list_created_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_list_driveAllows access to the list as a drive resource with driveItems. Only present on document libraries.drive-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_itemsAll items contained in the list.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_itemsCreate new navigation property to items for drivesdrive-id (string)
data (undefined) required
get_drives_by_drive_id_list_items_by_list_item_idAll items contained in the list.drive-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_idUpdate the navigation property items in drivesdrive-id (string)
listItem-id (string)
data (undefined) required
delete_drives_by_drive_id_list_items_by_list_item_idDelete navigation property items for drivesdrive-id (string)
listItem-id (string)
If-Match (string)
get_drives_by_drive_id_list_items_by_list_item_id_analyticsAnalytics about the view activities that took place on this item.drive-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_created_by_userIdentity of the user who created the item. Read-only.drive-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_id_created_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
listItem-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_list_items_by_list_item_id_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_created_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
listItem-id (string)
$search (string)
get_drives_by_drive_id_list_items_by_list_item_id_document_set_versionsVersion information for a document set version created by a user.drive-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_items_by_list_item_id_document_set_versionsCreate new navigation property to documentSetVersions for drivesdrive-id (string)
listItem-id (string)
data (undefined) required
get_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_idVersion information for a document set version created by a user.drive-id (string)
listItem-id (string)
documentSetVersion-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_idUpdate the navigation property documentSetVersions in drivesdrive-id (string)
listItem-id (string)
documentSetVersion-id (string)
data (undefined) required
delete_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_idDelete navigation property documentSetVersions for drivesdrive-id (string)
listItem-id (string)
documentSetVersion-id (string)
If-Match (string)
get_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id_fieldsA collection of the fields and values for this version of the list item.drive-id (string)
listItem-id (string)
documentSetVersion-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id_fieldsUpdate the navigation property fields in drivesdrive-id (string)
listItem-id (string)
documentSetVersion-id (string)
data (undefined) required
delete_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id_fieldsDelete navigation property fields for drivesdrive-id (string)
listItem-id (string)
documentSetVersion-id (string)
If-Match (string)
post_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id_restoreRestore a document set version.drive-id (string)
listItem-id (string)
documentSetVersion-id (string)
get_drives_by_drive_id_list_items_by_list_item_id_document_set_versions_countGet the number of the resourcedrive-id (string)
listItem-id (string)
$search (string)
get_drives_by_drive_id_list_items_by_list_item_id_drive_itemFor document libraries, the driveItem relationship exposes the listItem as a driveItemdrive-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_drive_item_contentThe content stream, if the item represents a file.drive-id (string)
listItem-id (string)
$format (string)
put_drives_by_drive_id_list_items_by_list_item_id_drive_item_contentThe content stream, if the item represents a file.drive-id (string)
listItem-id (string)
delete_drives_by_drive_id_list_items_by_list_item_id_drive_item_contentThe content stream, if the item represents a file.drive-id (string)
listItem-id (string)
If-Match (string)
get_drives_by_drive_id_list_items_by_list_item_id_fieldsThe values of the columns set on this list item.drive-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_id_fieldsUpdate the navigation property fields in drivesdrive-id (string)
listItem-id (string)
data (undefined) required
delete_drives_by_drive_id_list_items_by_list_item_id_fieldsDelete navigation property fields for drivesdrive-id (string)
listItem-id (string)
If-Match (string)
get_drives_by_drive_id_list_items_by_list_item_id_last_modified_by_userIdentity of the user who last modified the item. Read-only.drive-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_id_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
listItem-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_list_items_by_list_item_id_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
listItem-id (string)
$search (string)
post_drives_by_drive_id_list_items_by_list_item_id_create_linkInvoke action createLinkdrive-id (string)
listItem-id (string)
data: {
. type (string)
. scope (string)
. expirationDateTime (string)
. password (string)
. message (string)
. recipients (array)
. retainInheritedPermissions (boolean)
. sendNotification (boolean)
} (object) required
get_drives_by_drive_id_list_items_by_list_item_id_get_activities_by_interval_Invoke function getActivitiesByIntervaldrive-id (string)
listItem-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_get_activities_by_interval_start_date_time_by_start_date_time_end_date_time_by_end_date_time_interval_by_interval_Invoke function getActivitiesByIntervaldrive-id (string)
listItem-id (string)
startDateTime (string)
endDateTime (string)
interval (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_list_items_by_list_item_id_versionsThe list of previous versions of the list item.drive-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_items_by_list_item_id_versionsCreate new navigation property to versions for drivesdrive-id (string)
listItem-id (string)
data (undefined) required
get_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_idThe list of previous versions of the list item.drive-id (string)
listItem-id (string)
listItemVersion-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_idUpdate the navigation property versions in drivesdrive-id (string)
listItem-id (string)
listItemVersion-id (string)
data (undefined) required
delete_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_idDelete navigation property versions for drivesdrive-id (string)
listItem-id (string)
listItemVersion-id (string)
If-Match (string)
get_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_id_fieldsA collection of the fields and values for this version of the list item.drive-id (string)
listItem-id (string)
listItemVersion-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_id_fieldsUpdate the navigation property fields in drivesdrive-id (string)
listItem-id (string)
listItemVersion-id (string)
data (undefined) required
delete_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_id_fieldsDelete navigation property fields for drivesdrive-id (string)
listItem-id (string)
listItemVersion-id (string)
If-Match (string)
post_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_id_restore_versionRestore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.drive-id (string)
listItem-id (string)
listItemVersion-id (string)
get_drives_by_drive_id_list_items_by_list_item_id_versions_countGet the number of the resourcedrive-id (string)
listItem-id (string)
$search (string)
get_drives_by_drive_id_list_items_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_list_items_delta_Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters. The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink. Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state. To cdrive-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_list_items_delta_token_by_token_Invoke function deltadrive-id (string)
token (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_list_last_modified_by_userIdentity of the user who last modified the item. Read-only.drive-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_list_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.drive-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.drive-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_drives_by_drive_id_list_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_list_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_list_operationsThe collection of long-running operations on the list.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_operationsCreate new navigation property to operations for drivesdrive-id (string)
data (undefined) required
get_drives_by_drive_id_list_operations_by_rich_long_running_operation_idThe collection of long-running operations on the list.drive-id (string)
richLongRunningOperation-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_operations_by_rich_long_running_operation_idUpdate the navigation property operations in drivesdrive-id (string)
richLongRunningOperation-id (string)
data (undefined) required
delete_drives_by_drive_id_list_operations_by_rich_long_running_operation_idDelete navigation property operations for drivesdrive-id (string)
richLongRunningOperation-id (string)
If-Match (string)
get_drives_by_drive_id_list_operations_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_list_subscriptionsThe set of subscriptions on the list.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_drives_by_drive_id_list_subscriptionsCreate new navigation property to subscriptions for drivesdrive-id (string)
data (undefined) required
get_drives_by_drive_id_list_subscriptions_by_subscription_idThe set of subscriptions on the list.drive-id (string)
subscription-id (string)
$select (array)
$expand (array)
patch_drives_by_drive_id_list_subscriptions_by_subscription_idUpdate the navigation property subscriptions in drivesdrive-id (string)
subscription-id (string)
data (undefined) required
delete_drives_by_drive_id_list_subscriptions_by_subscription_idDelete navigation property subscriptions for drivesdrive-id (string)
subscription-id (string)
If-Match (string)
post_drives_by_drive_id_list_subscriptions_by_subscription_id_reauthorizeReauthorize a subscription when you receive a reauthorizationRequired challenge.drive-id (string)
subscription-id (string)
get_drives_by_drive_id_list_subscriptions_countGet the number of the resourcedrive-id (string)
$search (string)
get_drives_by_drive_id_recent_List a set of items recently used by the signed-in user. This collection includes items that are in the user's drive and items they have access to from other drives.drive-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_search_q_by_q_Search the hierarchy of items for items matching a query. You can search within a folder hierarchy, a whole drive, or files shared with the current user.drive-id (string)
q (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_shared_with_me_Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive.drive-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_drives_by_drive_id_rootThe root folder of the drive. Read-only.drive-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_root_contentThe content stream, if the item represents a file.drive-id (string)
$format (string)
put_drives_by_drive_id_root_contentThe content stream, if the item represents a file.drive-id (string)
delete_drives_by_drive_id_root_contentThe content stream, if the item represents a file.drive-id (string)
If-Match (string)
get_drives_by_drive_id_specialCollection of common folders available in OneDrive. Read-only. Nullable.drive-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_drives_by_drive_id_special_by_drive_item_idCollection of common folders available in OneDrive. Read-only. Nullable.drive-id (string)
driveItem-id (string)
$select (array)
$expand (array)
get_drives_by_drive_id_special_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
$format (string)
put_drives_by_drive_id_special_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
delete_drives_by_drive_id_special_by_drive_item_id_contentThe content stream, if the item represents a file.drive-id (string)
driveItem-id (string)
If-Match (string)
get_drives_by_drive_id_special_countGet the number of the resourcedrive-id (string)
$search (string)
get_me_drivesRetrieve the list of Drive resources available for a target User, Group, or Site.$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_me_drives_by_drive_idA collection of drives available for this user. Read-only.drive-id (string)
$select (array)
$expand (array)
get_me_drives_countGet the number of the resource$search (string)
get_me_followed_sitesList the sites that have been followed by the signed in user.$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_me_followed_sites_by_site_idGet followedSites from mesite-id (string)
$select (array)
$expand (array)
get_me_followed_sites_countGet the number of the resource$search (string)
post_me_followed_sites_addFollow a user's site or multiple sites.data: {
. value (array)
} (object) required
post_me_followed_sites_removeUnfollow a user's site or multiple sites.data: {
. value (array)
} (object) required
get_me_todo_listsGet a list of the todoTaskList objects and their properties.$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_listsCreate a new lists object.data (undefined) required
get_me_todo_lists_by_todo_task_list_idRead the properties and relationships of a todoTaskList object.todoTaskList-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_idUpdate the properties of a todoTaskList object.todoTaskList-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_idDeletes a todoTaskList object.todoTaskList-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_extensionsThe collection of open extensions defined for the task list. Nullable.todoTaskList-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_extensionsCreate new navigation property to extensions for metodoTaskList-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_extensions_by_extension_idThe collection of open extensions defined for the task list. Nullable.todoTaskList-id (string)
extension-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_extensions_by_extension_idUpdate the navigation property extensions in metodoTaskList-id (string)
extension-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_extensions_by_extension_idDelete navigation property extensions for metodoTaskList-id (string)
extension-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_extensions_countGet the number of the resourcetodoTaskList-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasksGet the todoTask resources from the tasks navigation property of a specified todoTaskList.todoTaskList-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasksCreate a new task object in a specified todoTaskList.todoTaskList-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idRead the properties and relationships of a todoTask object.todoTaskList-id (string)
todoTask-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idUpdate the properties of a todoTask object.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_idDelete a todoTask object.todoTaskList-id (string)
todoTask-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachmentsGet a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachmentsAdd a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_idRead the properties and relationships of a taskFileAttachment object.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
$select (array)
$expand (array)
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_idDelete a taskFileAttachment object from a todoTask resource.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueGet a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
put_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueThe unique identifier for an entity. Read-only.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_by_attachment_base_id_valueDelete a taskFileAttachment object from a todoTask resource.todoTaskList-id (string)
todoTask-id (string)
attachmentBase-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_create_upload_sessionCreate an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload setodoTaskList-id (string)
todoTask-id (string)
data: {
. attachmentInfo (object)
} (object) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessionsGet attachmentSessions from metodoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idGet attachmentSessions from metodoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idUpdate the navigation property attachmentSessions in metodoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_idDelete navigation property attachmentSessions for metodoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
put_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_by_attachment_session_id_contentThe content streams that are uploaded.todoTaskList-id (string)
todoTask-id (string)
attachmentSession-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachment_sessions_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_itemsGet the checklistItem resources associated to a todoTask from the checklistItems navigation property.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_itemsCreate a new checklistItem object.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idRead the properties and relationships of a checklistItem object.todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idUpdate the properties of a checklistItem object.todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_by_checklist_item_idDelete a checklistItem object.todoTaskList-id (string)
todoTask-id (string)
checklistItem-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensionsThe collection of open extensions defined for the task. Nullable.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensionsCreate new navigation property to extensions for metodoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idThe collection of open extensions defined for the task. Nullable.todoTaskList-id (string)
todoTask-id (string)
extension-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idUpdate the navigation property extensions in metodoTaskList-id (string)
todoTask-id (string)
extension-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_by_extension_idDelete navigation property extensions for metodoTaskList-id (string)
todoTask-id (string)
extension-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resourcesGet information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application.todoTaskList-id (string)
todoTask-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resourcesCreate a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task.todoTaskList-id (string)
todoTask-id (string)
data (undefined) required
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idRead the properties and relationships of a linkedResource object.todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
$select (array)
$expand (array)
patch_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idUpdate the properties of a linkedResource object.todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
data (undefined) required
delete_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_by_linked_resource_idDelete a linkedResource object.todoTaskList-id (string)
todoTask-id (string)
linkedResource-id (string)
If-Match (string)
get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources_countGet the number of the resourcetodoTaskList-id (string)
todoTask-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_countGet the number of the resourcetodoTaskList-id (string)
$search (string)
get_me_todo_lists_by_todo_task_list_id_tasks_delta_Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTask resources without having to fetch the entire set from the server evetodoTaskList-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_me_todo_lists_countGet the number of the resource$search (string)
get_me_todo_lists_delta_Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time.$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sitesList all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords. If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_idRetrieve properties and relationships for a site resource. A site resource represents a team site in SharePoint.site-id (string)
$select (array)
$expand (array)
patch_sites_by_site_idUpdate entity in sitessite-id (string)
data (undefined) required
get_sites_by_site_id_analyticsAnalytics about the view activities that took place on this site.site-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_analyticsUpdate the navigation property analytics in sitessite-id (string)
data (undefined) required
delete_sites_by_site_id_analyticsDelete navigation property analytics for sitessite-id (string)
If-Match (string)
get_sites_by_site_id_analytics_all_timeGet allTime from sitessite-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_analytics_item_activity_statsGet itemActivityStats from sitessite-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_analytics_item_activity_statsCreate new navigation property to itemActivityStats for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_idGet itemActivityStats from sitessite-id (string)
itemActivityStat-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_idUpdate the navigation property itemActivityStats in sitessite-id (string)
itemActivityStat-id (string)
data (undefined) required
delete_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_idDelete navigation property itemActivityStats for sitessite-id (string)
itemActivityStat-id (string)
If-Match (string)
get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activitiesExposes the itemActivities represented in this itemActivityStat resource.site-id (string)
itemActivityStat-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activitiesCreate new navigation property to activities for sitessite-id (string)
itemActivityStat-id (string)
data (undefined) required
get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_idExposes the itemActivities represented in this itemActivityStat resource.site-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_idUpdate the navigation property activities in sitessite-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
data (undefined) required
delete_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_idDelete navigation property activities for sitessite-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
If-Match (string)
get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_id_drive_itemExposes the driveItem that was the target of this activity.site-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_id_drive_item_contentThe content stream, if the item represents a file.site-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
$format (string)
put_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_by_item_activity_id_drive_item_contentThe content stream, if the item represents a file.site-id (string)
itemActivityStat-id (string)
itemActivity-id (string)
get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities_countGet the number of the resourcesite-id (string)
itemActivityStat-id (string)
$search (string)
get_sites_by_site_id_analytics_item_activity_stats_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_analytics_last_seven_daysGet lastSevenDays from sitessite-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_columnsGet the collection of columns represented as columnDefinition resources in a site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_columnsCreate a column for a site with a request that specifies a columnDefinition.site-id (string)
data (undefined) required
get_sites_by_site_id_columns_by_column_definition_idThe collection of column definitions reusable across lists under this site.site-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_columns_by_column_definition_idUpdate the navigation property columns in sitessite-id (string)
columnDefinition-id (string)
data (undefined) required
delete_sites_by_site_id_columns_by_column_definition_idDelete navigation property columns for sitessite-id (string)
columnDefinition-id (string)
If-Match (string)
get_sites_by_site_id_columns_by_column_definition_id_source_columnThe source column for the content type column.site-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_columns_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_content_typesGet the collection of contentType resources in a site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_content_typesCreate a new contentType in a site.site-id (string)
data (undefined) required
get_sites_by_site_id_content_types_by_content_type_idRetrieve the metadata for a content type in a site or a list.site-id (string)
contentType-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_content_types_by_content_type_idUpdate a content type.site-id (string)
contentType-id (string)
data (undefined) required
delete_sites_by_site_id_content_types_by_content_type_idRemove a content type from a list or a site.site-id (string)
contentType-id (string)
If-Match (string)
get_sites_by_site_id_content_types_by_content_type_id_baseParent contentType from which this content type is derived.site-id (string)
contentType-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_content_types_by_content_type_id_base_typesThe collection of content types that are ancestors of this content type.site-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_content_types_by_content_type_id_base_types_by_content_type_id1The collection of content types that are ancestors of this content type.site-id (string)
contentType-id (string)
contentType-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_content_types_by_content_type_id_base_types_countGet the number of the resourcesite-id (string)
contentType-id (string)
$search (string)
get_sites_by_site_id_content_types_by_content_type_id_column_linksThe collection of columns that are required by this content type.site-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_content_types_by_content_type_id_column_linksCreate new navigation property to columnLinks for sitessite-id (string)
contentType-id (string)
data (undefined) required
get_sites_by_site_id_content_types_by_content_type_id_column_links_by_column_link_idThe collection of columns that are required by this content type.site-id (string)
contentType-id (string)
columnLink-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_content_types_by_content_type_id_column_links_by_column_link_idUpdate the navigation property columnLinks in sitessite-id (string)
contentType-id (string)
columnLink-id (string)
data (undefined) required
delete_sites_by_site_id_content_types_by_content_type_id_column_links_by_column_link_idDelete navigation property columnLinks for sitessite-id (string)
contentType-id (string)
columnLink-id (string)
If-Match (string)
get_sites_by_site_id_content_types_by_content_type_id_column_links_countGet the number of the resourcesite-id (string)
contentType-id (string)
$search (string)
get_sites_by_site_id_content_types_by_content_type_id_column_positionsColumn order information in a content type.site-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_content_types_by_content_type_id_column_positions_by_column_definition_idColumn order information in a content type.site-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_content_types_by_content_type_id_column_positions_countGet the number of the resourcesite-id (string)
contentType-id (string)
$search (string)
get_sites_by_site_id_content_types_by_content_type_id_columnsGet the collection of columns represented as columnDefinition resources in a content type.site-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_content_types_by_content_type_id_columnsAdd a column to a content type in a site, or a list with a request that specifies a columnDefinition.site-id (string)
contentType-id (string)
data (undefined) required
get_sites_by_site_id_content_types_by_content_type_id_columns_by_column_definition_idRetrieve the metadata for a site, a list, or a contentType column.site-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_content_types_by_content_type_id_columns_by_column_definition_idUpdate a site, a list, or a content type column.site-id (string)
contentType-id (string)
columnDefinition-id (string)
data (undefined) required
delete_sites_by_site_id_content_types_by_content_type_id_columns_by_column_definition_idRemove a column from a site, a list, or a content type.site-id (string)
contentType-id (string)
columnDefinition-id (string)
If-Match (string)
get_sites_by_site_id_content_types_by_content_type_id_columns_by_column_definition_id_source_columnThe source column for the content type column.site-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_content_types_by_content_type_id_columns_countGet the number of the resourcesite-id (string)
contentType-id (string)
$search (string)
post_sites_by_site_id_content_types_by_content_type_id_associate_with_hub_sitesAssociate a published content type present in a content type hub with a list of hub sites.site-id (string)
contentType-id (string)
data: {
. hubSiteUrls (array)
. propagateToExistingLists (boolean)
} (object) required
post_sites_by_site_id_content_types_by_content_type_id_copy_to_default_content_locationCopy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation.site-id (string)
contentType-id (string)
data: {
. sourceFile (object)
. destinationFileName (string)
} (object) required
get_sites_by_site_id_content_types_by_content_type_id_is_published_Check the publishing status of a contentType in a content type hub site.site-id (string)
contentType-id (string)
post_sites_by_site_id_content_types_by_content_type_id_publishPublishes a contentType present in the content type hub site.site-id (string)
contentType-id (string)
post_sites_by_site_id_content_types_by_content_type_id_unpublishUnpublish a contentType from a content type hub site.site-id (string)
contentType-id (string)
get_sites_by_site_id_content_types_countGet the number of the resourcesite-id (string)
$search (string)
post_sites_by_site_id_content_types_add_copyAdd a copy of a content type from a site to a list.site-id (string)
data: {
. contentType (string)
} (object) required
post_sites_by_site_id_content_types_add_copy_from_content_type_hubAdd or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntexsite-id (string)
data: {
. contentTypeId (string)
} (object) required
get_sites_by_site_id_content_types_get_compatible_hub_content_types_Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog postsite-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_created_by_userIdentity of the user who created the item. Read-only.site-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_created_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_created_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_driveThe default drive document library for this site.site-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_drivesThe collection of drives document libraries under this site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_drives_by_drive_idThe collection of drives document libraries under this site.site-id (string)
drive-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_drives_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_external_columnsGet externalColumns from sitessite-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_external_columns_by_column_definition_idGet externalColumns from sitessite-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_external_columns_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_itemsUsed to address any item contained in this site. This collection can't be enumerated.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_items_by_base_item_idUsed to address any item contained in this site. This collection can't be enumerated.site-id (string)
baseItem-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_items_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_last_modified_by_userIdentity of the user who last modified the item. Read-only.site-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_listsGet the collection of lists for a site. Lists with the system facet are hidden by default. To list them, include system in your $select statement.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_listsCreate a new list in a site.site-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_idReturns the metadata for a list.site-id (string)
list-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_idUpdate the navigation property lists in sitessite-id (string)
list-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_idDelete navigation property lists for sitessite-id (string)
list-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_columnsGet the collection of columns represented as columnDefinition resources in a list.site-id (string)
list-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_columnsCreate a column for a list with a request that specifies a columnDefinition.site-id (string)
list-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_columns_by_column_definition_idThe collection of field definitions for this list.site-id (string)
list-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_columns_by_column_definition_idUpdate the navigation property columns in sitessite-id (string)
list-id (string)
columnDefinition-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_columns_by_column_definition_idDelete navigation property columns for sitessite-id (string)
list-id (string)
columnDefinition-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_columns_by_column_definition_id_source_columnThe source column for the content type column.site-id (string)
list-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_columns_countGet the number of the resourcesite-id (string)
list-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_content_typesGet the collection of contentType resources in a list.site-id (string)
list-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_content_typesCreate new navigation property to contentTypes for sitessite-id (string)
list-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_idThe collection of content types present in this list.site-id (string)
list-id (string)
contentType-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_content_types_by_content_type_idUpdate the navigation property contentTypes in sitessite-id (string)
list-id (string)
contentType-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_content_types_by_content_type_idDelete navigation property contentTypes for sitessite-id (string)
list-id (string)
contentType-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_baseParent contentType from which this content type is derived.site-id (string)
list-id (string)
contentType-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_base_typesThe collection of content types that are ancestors of this content type.site-id (string)
list-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_base_types_by_content_type_id1The collection of content types that are ancestors of this content type.site-id (string)
list-id (string)
contentType-id (string)
contentType-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_base_types_countGet the number of the resourcesite-id (string)
list-id (string)
contentType-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_linksThe collection of columns that are required by this content type.site-id (string)
list-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_linksCreate new navigation property to columnLinks for sitessite-id (string)
list-id (string)
contentType-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_links_by_column_link_idThe collection of columns that are required by this content type.site-id (string)
list-id (string)
contentType-id (string)
columnLink-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_links_by_column_link_idUpdate the navigation property columnLinks in sitessite-id (string)
list-id (string)
contentType-id (string)
columnLink-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_links_by_column_link_idDelete navigation property columnLinks for sitessite-id (string)
list-id (string)
contentType-id (string)
columnLink-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_links_countGet the number of the resourcesite-id (string)
list-id (string)
contentType-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_positionsColumn order information in a content type.site-id (string)
list-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_positions_by_column_definition_idColumn order information in a content type.site-id (string)
list-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_column_positions_countGet the number of the resourcesite-id (string)
list-id (string)
contentType-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_columnsThe collection of column definitions for this content type.site-id (string)
list-id (string)
contentType-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_columnsCreate new navigation property to columns for sitessite-id (string)
list-id (string)
contentType-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_columns_by_column_definition_idThe collection of column definitions for this content type.site-id (string)
list-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_columns_by_column_definition_idUpdate the navigation property columns in sitessite-id (string)
list-id (string)
contentType-id (string)
columnDefinition-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_columns_by_column_definition_idDelete navigation property columns for sitessite-id (string)
list-id (string)
contentType-id (string)
columnDefinition-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_columns_by_column_definition_id_source_columnThe source column for the content type column.site-id (string)
list-id (string)
contentType-id (string)
columnDefinition-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_columns_countGet the number of the resourcesite-id (string)
list-id (string)
contentType-id (string)
$search (string)
post_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_associate_with_hub_sitesAssociate a published content type present in a content type hub with a list of hub sites.site-id (string)
list-id (string)
contentType-id (string)
data: {
. hubSiteUrls (array)
. propagateToExistingLists (boolean)
} (object) required
post_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_copy_to_default_content_locationCopy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation.site-id (string)
list-id (string)
contentType-id (string)
data: {
. sourceFile (object)
. destinationFileName (string)
} (object) required
get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_is_published_Check the publishing status of a contentType in a content type hub site.site-id (string)
list-id (string)
contentType-id (string)
post_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_publishPublishes a contentType present in the content type hub site.site-id (string)
list-id (string)
contentType-id (string)
post_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id_unpublishUnpublish a contentType from a content type hub site.site-id (string)
list-id (string)
contentType-id (string)
get_sites_by_site_id_lists_by_list_id_content_types_countGet the number of the resourcesite-id (string)
list-id (string)
$search (string)
post_sites_by_site_id_lists_by_list_id_content_types_add_copyAdd a copy of a content type from a site to a list.site-id (string)
list-id (string)
data: {
. contentType (string)
} (object) required
post_sites_by_site_id_lists_by_list_id_content_types_add_copy_from_content_type_hubAdd or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntexsite-id (string)
list-id (string)
data: {
. contentTypeId (string)
} (object) required
get_sites_by_site_id_lists_by_list_id_content_types_get_compatible_hub_content_types_Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog postsite-id (string)
list-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_created_by_userIdentity of the user who created the item. Read-only.site-id (string)
list-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
list-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_created_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
list-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_lists_by_list_id_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
list-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_created_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
list-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_driveAllows access to the list as a drive resource with driveItems. Only present on document libraries.site-id (string)
list-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_itemsGet the collection of items in a list.site-id (string)
list-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_itemsCreate a new listItem in a list.site-id (string)
list-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_items_by_list_item_idReturns the metadata for an item in a list.site-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_idUpdate the navigation property items in sitessite-id (string)
list-id (string)
listItem-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_items_by_list_item_idRemoves an item from a list.site-id (string)
list-id (string)
listItem-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_analyticsAnalytics about the view activities that took place on this item.site-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_created_by_userIdentity of the user who created the item. Read-only.site-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_id_created_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
list-id (string)
listItem-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
list-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_created_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
list-id (string)
listItem-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versionsGet a list of the versions of a document set item in a list.site-id (string)
list-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versionsCreate a new version of a document set item in a list.site-id (string)
list-id (string)
listItem-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_by_document_set_version_idRead the properties and relationships of a documentSetVersion object.site-id (string)
list-id (string)
listItem-id (string)
documentSetVersion-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_by_document_set_version_idUpdate the navigation property documentSetVersions in sitessite-id (string)
list-id (string)
listItem-id (string)
documentSetVersion-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_by_document_set_version_idDelete a version of a document set in a list.site-id (string)
list-id (string)
listItem-id (string)
documentSetVersion-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_by_document_set_version_id_fieldsA collection of the fields and values for this version of the list item.site-id (string)
list-id (string)
listItem-id (string)
documentSetVersion-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_by_document_set_version_id_fieldsUpdate the navigation property fields in sitessite-id (string)
list-id (string)
listItem-id (string)
documentSetVersion-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_by_document_set_version_id_fieldsDelete navigation property fields for sitessite-id (string)
list-id (string)
listItem-id (string)
documentSetVersion-id (string)
If-Match (string)
post_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_by_document_set_version_id_restoreRestore a document set version.site-id (string)
list-id (string)
listItem-id (string)
documentSetVersion-id (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_document_set_versions_countGet the number of the resourcesite-id (string)
list-id (string)
listItem-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_drive_itemFor document libraries, the driveItem relationship exposes the listItem as a driveItemsite-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_drive_item_contentThe content stream, if the item represents a file.site-id (string)
list-id (string)
listItem-id (string)
$format (string)
put_sites_by_site_id_lists_by_list_id_items_by_list_item_id_drive_item_contentThe content stream, if the item represents a file.site-id (string)
list-id (string)
listItem-id (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_fieldsThe values of the columns set on this list item.site-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_id_fieldsUpdate the properties on a listItem.site-id (string)
list-id (string)
listItem-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_items_by_list_item_id_fieldsDelete navigation property fields for sitessite-id (string)
list-id (string)
listItem-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_last_modified_by_userIdentity of the user who last modified the item. Read-only.site-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
list-id (string)
listItem-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_id_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
list-id (string)
listItem-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
list-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
list-id (string)
listItem-id (string)
$search (string)
post_sites_by_site_id_lists_by_list_id_items_by_list_item_id_create_linkInvoke action createLinksite-id (string)
list-id (string)
listItem-id (string)
data: {
. type (string)
. scope (string)
. expirationDateTime (string)
. password (string)
. message (string)
. recipients (array)
. retainInheritedPermissions (boolean)
. sendNotification (boolean)
} (object) required
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_get_activities_by_interval_Invoke function getActivitiesByIntervalsite-id (string)
list-id (string)
listItem-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_get_activities_by_interval_start_date_time_by_start_date_time_end_date_time_by_end_date_time_interval_by_interval_Invoke function getActivitiesByIntervalsite-id (string)
list-id (string)
listItem-id (string)
startDateTime (string)
endDateTime (string)
interval (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versionsSharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.site-id (string)
list-id (string)
listItem-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versionsCreate new navigation property to versions for sitessite-id (string)
list-id (string)
listItem-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_by_list_item_version_idRetrieve the metadata for a specific version of a ListItem.site-id (string)
list-id (string)
listItem-id (string)
listItemVersion-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_by_list_item_version_idUpdate the navigation property versions in sitessite-id (string)
list-id (string)
listItem-id (string)
listItemVersion-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_by_list_item_version_idDelete navigation property versions for sitessite-id (string)
list-id (string)
listItem-id (string)
listItemVersion-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_by_list_item_version_id_fieldsA collection of the fields and values for this version of the list item.site-id (string)
list-id (string)
listItem-id (string)
listItemVersion-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_by_list_item_version_id_fieldsUpdate the navigation property fields in sitessite-id (string)
list-id (string)
listItem-id (string)
listItemVersion-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_by_list_item_version_id_fieldsDelete navigation property fields for sitessite-id (string)
list-id (string)
listItem-id (string)
listItemVersion-id (string)
If-Match (string)
post_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_by_list_item_version_id_restore_versionRestore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.site-id (string)
list-id (string)
listItem-id (string)
listItemVersion-id (string)
get_sites_by_site_id_lists_by_list_id_items_by_list_item_id_versions_countGet the number of the resourcesite-id (string)
list-id (string)
listItem-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_items_delta_Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters. The service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink. Your app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state. To csite-id (string)
list-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_items_delta_token_by_token_Invoke function deltasite-id (string)
list-id (string)
token (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_last_modified_by_userIdentity of the user who last modified the item. Read-only.site-id (string)
list-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
list-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
list-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_lists_by_list_id_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
list-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_lists_by_list_id_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
list-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_operationsThe collection of long-running operations on the list.site-id (string)
list-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_operationsCreate new navigation property to operations for sitessite-id (string)
list-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_operations_by_rich_long_running_operation_idThe collection of long-running operations on the list.site-id (string)
list-id (string)
richLongRunningOperation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_operations_by_rich_long_running_operation_idUpdate the navigation property operations in sitessite-id (string)
list-id (string)
richLongRunningOperation-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_operations_by_rich_long_running_operation_idDelete navigation property operations for sitessite-id (string)
list-id (string)
richLongRunningOperation-id (string)
If-Match (string)
get_sites_by_site_id_lists_by_list_id_operations_countGet the number of the resourcesite-id (string)
list-id (string)
$search (string)
get_sites_by_site_id_lists_by_list_id_subscriptionsThe set of subscriptions on the list.site-id (string)
list-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_lists_by_list_id_subscriptionsCreate new navigation property to subscriptions for sitessite-id (string)
list-id (string)
data (undefined) required
get_sites_by_site_id_lists_by_list_id_subscriptions_by_subscription_idThe set of subscriptions on the list.site-id (string)
list-id (string)
subscription-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_lists_by_list_id_subscriptions_by_subscription_idUpdate the navigation property subscriptions in sitessite-id (string)
list-id (string)
subscription-id (string)
data (undefined) required
delete_sites_by_site_id_lists_by_list_id_subscriptions_by_subscription_idDelete navigation property subscriptions for sitessite-id (string)
list-id (string)
subscription-id (string)
If-Match (string)
post_sites_by_site_id_lists_by_list_id_subscriptions_by_subscription_id_reauthorizeReauthorize a subscription when you receive a reauthorizationRequired challenge.site-id (string)
list-id (string)
subscription-id (string)
get_sites_by_site_id_lists_by_list_id_subscriptions_countGet the number of the resourcesite-id (string)
list-id (string)
$search (string)
get_sites_by_site_id_lists_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_get_activities_by_interval_Invoke function getActivitiesByIntervalsite-id (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_get_activities_by_interval_start_date_time_by_start_date_time_end_date_time_by_end_date_time_interval_by_interval_Invoke function getActivitiesByIntervalsite-id (string)
startDateTime (string)
endDateTime (string)
interval (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_get_applicable_content_types_for_list_list_id_by_list_id_Get site contentTypes that can be added to a list.site-id (string)
listId (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_Invoke function getByPathsite-id (string)
path (string)
get_sites_by_site_id_get_by_path_path_by_path_analyticsAnalytics about the view activities that took place on this site.site-id (string)
path (string)
$select (array)
$expand (array)
patch_sites_by_site_id_get_by_path_path_by_path_analyticsUpdate the navigation property analytics in sitessite-id (string)
path (string)
data (undefined) required
delete_sites_by_site_id_get_by_path_path_by_path_analyticsDelete navigation property analytics for sitessite-id (string)
path (string)
If-Match (string)
get_sites_by_site_id_get_by_path_path_by_path_columnsThe collection of column definitions reusable across lists under this site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_get_by_path_path_by_path_columnsCreate new navigation property to columns for sitessite-id (string)
path (string)
data (undefined) required
get_sites_by_site_id_get_by_path_path_by_path_content_typesThe collection of content types defined for this site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_get_by_path_path_by_path_content_typesCreate new navigation property to contentTypes for sitessite-id (string)
path (string)
data (undefined) required
get_sites_by_site_id_get_by_path_path_by_path_created_by_userIdentity of the user who created the item. Read-only.site-id (string)
path (string)
$select (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_driveThe default drive document library for this site.site-id (string)
path (string)
$select (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_drivesThe collection of drives document libraries under this site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_external_columnsGet externalColumns from sitessite-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_itemsUsed to address any item contained in this site. This collection can't be enumerated.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_last_modified_by_userIdentity of the user who last modified the item. Read-only.site-id (string)
path (string)
$select (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_listsThe collection of lists under this site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_get_by_path_path_by_path_listsCreate new navigation property to lists for sitessite-id (string)
path (string)
data (undefined) required
get_sites_by_site_id_get_by_path_path_by_path_get_activities_by_interval_Invoke function getActivitiesByIntervalsite-id (string)
path (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_get_activities_by_interval_start_date_time_by_start_date_time_end_date_time_by_end_date_time_interval_by_interval_Invoke function getActivitiesByIntervalsite-id (string)
path (string)
startDateTime (string)
endDateTime (string)
interval (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_get_applicable_content_types_for_list_list_id_by_list_id_Get site contentTypes that can be added to a list.site-id (string)
path (string)
listId (string)
$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_onenoteCalls the OneNote service for notebook related operations.site-id (string)
path (string)
$select (array)
$expand (array)
patch_sites_by_site_id_get_by_path_path_by_path_onenoteUpdate the navigation property onenote in sitessite-id (string)
path (string)
data (undefined) required
delete_sites_by_site_id_get_by_path_path_by_path_onenoteDelete navigation property onenote for sitessite-id (string)
path (string)
If-Match (string)
get_sites_by_site_id_get_by_path_path_by_path_operationsThe collection of long-running operations on the site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_get_by_path_path_by_path_operationsCreate new navigation property to operations for sitessite-id (string)
path (string)
data (undefined) required
get_sites_by_site_id_get_by_path_path_by_path_pagesThe collection of pages in the baseSitePages list in this site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_get_by_path_path_by_path_pagesCreate new navigation property to pages for sitessite-id (string)
path (string)
data (undefined) required
get_sites_by_site_id_get_by_path_path_by_path_permissionsThe permissions associated with the site. Nullable.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_get_by_path_path_by_path_permissionsCreate new navigation property to permissions for sitessite-id (string)
path (string)
data (undefined) required
get_sites_by_site_id_get_by_path_path_by_path_sitesThe collection of the sub-sites under this site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_get_by_path_path_by_path_term_storeThe default termStore under this site.site-id (string)
path (string)
$select (array)
$expand (array)
patch_sites_by_site_id_get_by_path_path_by_path_term_storeUpdate the navigation property termStore in sitessite-id (string)
path (string)
data (undefined) required
delete_sites_by_site_id_get_by_path_path_by_path_term_storeDelete navigation property termStore for sitessite-id (string)
path (string)
If-Match (string)
get_sites_by_site_id_get_by_path_path_by_path_term_storesThe collection of termStores under this site.site-id (string)
path (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_get_by_path_path_by_path_term_storesCreate new navigation property to termStores for sitessite-id (string)
path (string)
data (undefined) required
get_sites_by_site_id_onenoteCalls the OneNote service for notebook related operations.site-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenoteUpdate the navigation property onenote in sitessite-id (string)
data (undefined) required
delete_sites_by_site_id_onenoteDelete navigation property onenote for sitessite-id (string)
If-Match (string)
get_sites_by_site_id_onenote_notebooksThe collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_notebooksCreate new navigation property to notebooks for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_onenote_notebooks_by_notebook_idThe collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
notebook-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_notebooks_by_notebook_idUpdate the navigation property notebooks in sitessite-id (string)
notebook-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_notebooks_by_notebook_idDelete navigation property notebooks for sitessite-id (string)
notebook-id (string)
If-Match (string)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_copy_notebookFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
notebook-id (string)
data: {
. groupId (string)
. renameAs (string)
. notebookFolder (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groupsThe section groups in the notebook. Read-only. Nullable.site-id (string)
notebook-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groupsCreate new navigation property to sectionGroups for sitessite-id (string)
notebook-id (string)
data (undefined) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_idThe section groups in the notebook. Read-only. Nullable.site-id (string)
notebook-id (string)
sectionGroup-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_idUpdate the navigation property sectionGroups in sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_idDelete navigation property sectionGroups for sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
If-Match (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_notebookThe notebook that contains the section group. Read-only.site-id (string)
notebook-id (string)
sectionGroup-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_section_groupThe section group that contains the section group. Read-only.site-id (string)
notebook-id (string)
sectionGroup-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groupsThe section groups in the section. Read-only. Nullable.site-id (string)
notebook-id (string)
sectionGroup-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_by_section_group_id1The section groups in the section. Read-only. Nullable.site-id (string)
notebook-id (string)
sectionGroup-id (string)
sectionGroup-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_countGet the number of the resourcesite-id (string)
notebook-id (string)
sectionGroup-id (string)
$search (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sectionsThe sections in the section group. Read-only. Nullable.site-id (string)
notebook-id (string)
sectionGroup-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sectionsCreate new navigation property to sections for sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
data (undefined) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_idThe sections in the section group. Read-only. Nullable.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_idUpdate the navigation property sections in sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_idDelete navigation property sections for sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
If-Match (string)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebookFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_groupFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pagesThe collection of pages in the section. Read-only. Nullable.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pagesCreate new navigation property to pages for sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data (undefined) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_idThe collection of pages in the section. Read-only. Nullable.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_idUpdate the navigation property pages in sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_idDelete navigation property pages for sitessite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
If-Match (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
put_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_sectionCopy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. id (string)
. groupId (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_contentInvoke action onenotePatchContentsite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. commands (array)
} (object) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_Invoke function previewsite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebookThe notebook that contains the page. Read-only.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_sectionThe section that contains the page. Read-only.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_countGet the number of the resourcesite-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$search (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebookThe notebook that contains the section. Read-only.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_groupThe section group that contains the section. Read-only.site-id (string)
notebook-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_countGet the number of the resourcesite-id (string)
notebook-id (string)
sectionGroup-id (string)
$search (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_countGet the number of the resourcesite-id (string)
notebook-id (string)
$search (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sectionsThe sections in the notebook. Read-only. Nullable.site-id (string)
notebook-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_sectionsCreate new navigation property to sections for sitessite-id (string)
notebook-id (string)
data (undefined) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_idThe sections in the notebook. Read-only. Nullable.site-id (string)
notebook-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_idUpdate the navigation property sections in sitessite-id (string)
notebook-id (string)
onenoteSection-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_idDelete navigation property sections for sitessite-id (string)
notebook-id (string)
onenoteSection-id (string)
If-Match (string)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_notebookFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
notebook-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_section_groupFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
notebook-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pagesThe collection of pages in the section. Read-only. Nullable.site-id (string)
notebook-id (string)
onenoteSection-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pagesCreate new navigation property to pages for sitessite-id (string)
notebook-id (string)
onenoteSection-id (string)
data (undefined) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_idThe collection of pages in the section. Read-only. Nullable.site-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_idUpdate the navigation property pages in sitessite-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_idDelete navigation property pages for sitessite-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
If-Match (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
put_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_sectionCopy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. id (string)
. groupId (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_contentInvoke action onenotePatchContentsite-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. commands (array)
} (object) required
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_Invoke function previewsite-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebookThe notebook that contains the page. Read-only.site-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_sectionThe section that contains the page. Read-only.site-id (string)
notebook-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_countGet the number of the resourcesite-id (string)
notebook-id (string)
onenoteSection-id (string)
$search (string)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_notebookThe notebook that contains the section. Read-only.site-id (string)
notebook-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_section_groupThe section group that contains the section. Read-only.site-id (string)
notebook-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_countGet the number of the resourcesite-id (string)
notebook-id (string)
$search (string)
get_sites_by_site_id_onenote_notebooks_countGet the number of the resourcesite-id (string)
$search (string)
post_sites_by_site_id_onenote_notebooks_get_notebook_from_web_urlRetrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.site-id (string)
data: {
. webUrl (string)
} (object) required
get_sites_by_site_id_onenote_notebooks_get_recent_notebooks_include_personal_notebooks_by_include_personal_notebooks_Get a list of recentNotebook instances that have been accessed by the signed-in user.site-id (string)
includePersonalNotebooks (boolean)
$top (integer)
get_sites_by_site_id_onenote_operationsThe status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_operationsCreate new navigation property to operations for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_onenote_operations_by_onenote_operation_idThe status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.site-id (string)
onenoteOperation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_operations_by_onenote_operation_idUpdate the navigation property operations in sitessite-id (string)
onenoteOperation-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_operations_by_onenote_operation_idDelete navigation property operations for sitessite-id (string)
onenoteOperation-id (string)
If-Match (string)
get_sites_by_site_id_onenote_operations_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_onenote_pagesThe pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_pagesCreate new navigation property to pages for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_onenote_pages_by_onenote_page_idThe pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_pages_by_onenote_page_idUpdate the navigation property pages in sitessite-id (string)
onenotePage-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_pages_by_onenote_page_idDelete navigation property pages for sitessite-id (string)
onenotePage-id (string)
If-Match (string)
get_sites_by_site_id_onenote_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
onenotePage-id (string)
put_sites_by_site_id_onenote_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
onenotePage-id (string)
post_sites_by_site_id_onenote_pages_by_onenote_page_id_copy_to_sectionCopy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
onenotePage-id (string)
data: {
. id (string)
. groupId (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_pages_by_onenote_page_id_onenote_patch_contentInvoke action onenotePatchContentsite-id (string)
onenotePage-id (string)
data: {
. commands (array)
} (object) required
get_sites_by_site_id_onenote_pages_by_onenote_page_id_preview_Invoke function previewsite-id (string)
onenotePage-id (string)
get_sites_by_site_id_onenote_pages_by_onenote_page_id_parent_notebookThe notebook that contains the page. Read-only.site-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_pages_by_onenote_page_id_parent_sectionThe section that contains the page. Read-only.site-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_pages_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_onenote_resourcesThe image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_resourcesCreate new navigation property to resources for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_onenote_resources_by_onenote_resource_idThe image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable.site-id (string)
onenoteResource-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_resources_by_onenote_resource_idUpdate the navigation property resources in sitessite-id (string)
onenoteResource-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_resources_by_onenote_resource_idDelete navigation property resources for sitessite-id (string)
onenoteResource-id (string)
If-Match (string)
get_sites_by_site_id_onenote_resources_by_onenote_resource_id_contentThe content streamsite-id (string)
onenoteResource-id (string)
put_sites_by_site_id_onenote_resources_by_onenote_resource_id_contentThe content streamsite-id (string)
onenoteResource-id (string)
get_sites_by_site_id_onenote_resources_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_onenote_section_groupsThe section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_section_groupsCreate new navigation property to sectionGroups for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_onenote_section_groups_by_section_group_idThe section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
sectionGroup-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_section_groups_by_section_group_idUpdate the navigation property sectionGroups in sitessite-id (string)
sectionGroup-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_section_groups_by_section_group_idDelete navigation property sectionGroups for sitessite-id (string)
sectionGroup-id (string)
If-Match (string)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_parent_notebookThe notebook that contains the section group. Read-only.site-id (string)
sectionGroup-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_parent_section_groupThe section group that contains the section group. Read-only.site-id (string)
sectionGroup-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groupsThe section groups in the section. Read-only. Nullable.site-id (string)
sectionGroup-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups_by_section_group_id1The section groups in the section. Read-only. Nullable.site-id (string)
sectionGroup-id (string)
sectionGroup-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups_countGet the number of the resourcesite-id (string)
sectionGroup-id (string)
$search (string)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sectionsThe sections in the section group. Read-only. Nullable.site-id (string)
sectionGroup-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_section_groups_by_section_group_id_sectionsCreate new navigation property to sections for sitessite-id (string)
sectionGroup-id (string)
data (undefined) required
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_idThe sections in the section group. Read-only. Nullable.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_idUpdate the navigation property sections in sitessite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_idDelete navigation property sections for sitessite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
If-Match (string)
post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebookFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_groupFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pagesThe collection of pages in the section. Read-only. Nullable.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pagesCreate new navigation property to pages for sitessite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
data (undefined) required
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_idThe collection of pages in the section. Read-only. Nullable.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_idUpdate the navigation property pages in sitessite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_idDelete navigation property pages for sitessite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
If-Match (string)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
put_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_sectionCopy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. id (string)
. groupId (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_contentInvoke action onenotePatchContentsite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. commands (array)
} (object) required
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_Invoke function previewsite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebookThe notebook that contains the page. Read-only.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_sectionThe section that contains the page. Read-only.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_countGet the number of the resourcesite-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$search (string)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebookThe notebook that contains the section. Read-only.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_groupThe section group that contains the section. Read-only.site-id (string)
sectionGroup-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_countGet the number of the resourcesite-id (string)
sectionGroup-id (string)
$search (string)
get_sites_by_site_id_onenote_section_groups_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_onenote_sectionsThe sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_sectionsCreate new navigation property to sections for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_onenote_sections_by_onenote_section_idThe sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.site-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_sections_by_onenote_section_idUpdate the navigation property sections in sitessite-id (string)
onenoteSection-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_sections_by_onenote_section_idDelete navigation property sections for sitessite-id (string)
onenoteSection-id (string)
If-Match (string)
post_sites_by_site_id_onenote_sections_by_onenote_section_id_copy_to_notebookFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_sections_by_onenote_section_id_copy_to_section_groupFor Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
onenoteSection-id (string)
data: {
. id (string)
. groupId (string)
. renameAs (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
get_sites_by_site_id_onenote_sections_by_onenote_section_id_pagesThe collection of pages in the section. Read-only. Nullable.site-id (string)
onenoteSection-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_onenote_sections_by_onenote_section_id_pagesCreate new navigation property to pages for sitessite-id (string)
onenoteSection-id (string)
data (undefined) required
get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_idThe collection of pages in the section. Read-only. Nullable.site-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_idUpdate the navigation property pages in sitessite-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data (undefined) required
delete_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_idDelete navigation property pages for sitessite-id (string)
onenoteSection-id (string)
onenotePage-id (string)
If-Match (string)
get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
onenoteSection-id (string)
onenotePage-id (string)
put_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_contentThe page's HTML content.site-id (string)
onenoteSection-id (string)
onenotePage-id (string)
post_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_sectionCopy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.site-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. id (string)
. groupId (string)
. siteCollectionId (string)
. siteId (string)
} (object) required
post_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_contentInvoke action onenotePatchContentsite-id (string)
onenoteSection-id (string)
onenotePage-id (string)
data: {
. commands (array)
} (object) required
get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_Invoke function previewsite-id (string)
onenoteSection-id (string)
onenotePage-id (string)
get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebookThe notebook that contains the page. Read-only.site-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_sectionThe section that contains the page. Read-only.site-id (string)
onenoteSection-id (string)
onenotePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_countGet the number of the resourcesite-id (string)
onenoteSection-id (string)
$search (string)
get_sites_by_site_id_onenote_sections_by_onenote_section_id_parent_notebookThe notebook that contains the section. Read-only.site-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_sections_by_onenote_section_id_parent_section_groupThe section group that contains the section. Read-only.site-id (string)
onenoteSection-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_onenote_sections_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_operationsGet a list of rich long-running operations associated with a site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_operationsCreate new navigation property to operations for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_operations_by_rich_long_running_operation_idGet the status of a rich long-running operation on a site or a list.site-id (string)
richLongRunningOperation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_operations_by_rich_long_running_operation_idUpdate the navigation property operations in sitessite-id (string)
richLongRunningOperation-id (string)
data (undefined) required
delete_sites_by_site_id_operations_by_rich_long_running_operation_idDelete navigation property operations for sitessite-id (string)
richLongRunningOperation-id (string)
If-Match (string)
get_sites_by_site_id_operations_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_pagesGet the collection of baseSitePage objects from the site pages list in a site. All pages in the site are returned with pagination. Sort alphabetically by name in ascending order. The following table lists the available subtypes.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_pagesCreate a new sitePage in the site pages list in a site.site-id (string)
data (undefined) required
get_sites_by_site_id_pages_by_base_site_page_idGet the metadata for a baseSitePage in the site pages list in a site.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_idUpdate the navigation property pages in sitessite-id (string)
baseSitePage-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_idDelete a baseSitePage from the site pages list in a site.site-id (string)
baseSitePage-id (string)
If-Match (string)
get_sites_by_site_id_pages_by_base_site_page_id_created_by_userIdentity of the user who created the item. Read-only.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_created_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
baseSitePage-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_pages_by_base_site_page_id_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
baseSitePage-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_created_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_last_modified_by_userIdentity of the user who last modified the item. Read-only.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
baseSitePage-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_pages_by_base_site_page_id_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
baseSitePage-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_pageReturns the metadata for a sitePage in the site pages list in a site.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layoutIndicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layoutUpdate the navigation property canvasLayout in sitessite-id (string)
baseSitePage-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layoutDelete navigation property canvasLayout for sitessite-id (string)
baseSitePage-id (string)
If-Match (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sectionsCollection of horizontal sections on the SharePoint page.site-id (string)
baseSitePage-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sectionsCreate new navigation property to horizontalSections for sitessite-id (string)
baseSitePage-id (string)
data (undefined) required
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_idCollection of horizontal sections on the SharePoint page.site-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_idUpdate the navigation property horizontalSections in sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_idDelete navigation property horizontalSections for sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
If-Match (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columnsThe set of vertical columns in this section.site-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columnsCreate new navigation property to columns for sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
data (undefined) required
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_idThe set of vertical columns in this section.site-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_idUpdate the navigation property columns in sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_idDelete navigation property columns for sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
If-Match (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_id_webpartsThe collection of WebParts in this column.site-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_id_webpartsCreate new navigation property to webparts for sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
data (undefined) required
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_id_webparts_by_web_part_idThe collection of WebParts in this column.site-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
webPart-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_id_webparts_by_web_part_idUpdate the navigation property webparts in sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
webPart-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_id_webparts_by_web_part_idDelete navigation property webparts for sitessite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
webPart-id (string)
If-Match (string)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_id_webparts_by_web_part_id_get_position_of_web_partInvoke action getPositionOfWebPartsite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
webPart-id (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_by_horizontal_section_column_id_webparts_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
horizontalSectionColumn-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_by_horizontal_section_id_columns_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
horizontalSection-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_horizontal_sections_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_sectionVertical section on the SharePoint page.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_sectionUpdate the navigation property verticalSection in sitessite-id (string)
baseSitePage-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_sectionDelete navigation property verticalSection for sitessite-id (string)
baseSitePage-id (string)
If-Match (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section_webpartsThe set of web parts in this section.site-id (string)
baseSitePage-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section_webpartsCreate new navigation property to webparts for sitessite-id (string)
baseSitePage-id (string)
data (undefined) required
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section_webparts_by_web_part_idThe set of web parts in this section.site-id (string)
baseSitePage-id (string)
webPart-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section_webparts_by_web_part_idUpdate the navigation property webparts in sitessite-id (string)
baseSitePage-id (string)
webPart-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section_webparts_by_web_part_idDelete navigation property webparts for sitessite-id (string)
baseSitePage-id (string)
webPart-id (string)
If-Match (string)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section_webparts_by_web_part_id_get_position_of_web_partInvoke action getPositionOfWebPartsite-id (string)
baseSitePage-id (string)
webPart-id (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section_webparts_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_created_by_userIdentity of the user who created the item. Read-only.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_created_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_created_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
baseSitePage-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_created_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
baseSitePage-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_created_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_last_modified_by_userIdentity of the user who last modified the item. Read-only.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_last_modified_by_user_mailbox_settingsSettings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.site-id (string)
baseSitePage-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_last_modified_by_user_mailbox_settingsUpdate property mailboxSettings value.site-id (string)
baseSitePage-id (string)
data: {
. archiveFolder (string)
. automaticRepliesSetting
. dateFormat (string)
. delegateMeetingMessageDeliveryOptions
. language
. timeFormat (string)
. timeZone (string)
. userPurpose
. workingHours
. @odata.type (string)
} (object) required
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_last_modified_by_user_service_provisioning_errorsErrors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter eq, not, for isResolved and serviceInstance.site-id (string)
baseSitePage-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_last_modified_by_user_service_provisioning_errors_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
$search (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_partsCollection of webparts on the SharePoint page.site-id (string)
baseSitePage-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_partsCreate new navigation property to webParts for sitessite-id (string)
baseSitePage-id (string)
data (undefined) required
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_parts_by_web_part_idCollection of webparts on the SharePoint page.site-id (string)
baseSitePage-id (string)
webPart-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_parts_by_web_part_idUpdate the navigation property webParts in sitessite-id (string)
baseSitePage-id (string)
webPart-id (string)
data (undefined) required
delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_parts_by_web_part_idDelete a webPart object.site-id (string)
baseSitePage-id (string)
webPart-id (string)
If-Match (string)
post_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_parts_by_web_part_id_get_position_of_web_partInvoke action getPositionOfWebPartsite-id (string)
baseSitePage-id (string)
webPart-id (string)
get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_parts_countGet the number of the resourcesite-id (string)
baseSitePage-id (string)
$search (string)
get_sites_by_site_id_pages_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_pages_graph_site_pageReturns the metadata for a sitePage in the site pages list in a site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_pages_graph_site_page_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_permissionsGet the permission resources from the permissions navigation property on a site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_permissionsCreate a new permission object on a site.site-id (string)
data (undefined) required
get_sites_by_site_id_permissions_by_permission_idRetrieve the properties and relationships of a permission object on a site.site-id (string)
permission-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_permissions_by_permission_idUpdate an application permission object on a site.site-id (string)
permission-id (string)
data (undefined) required
delete_sites_by_site_id_permissions_by_permission_idDelete a permission object on a site.site-id (string)
permission-id (string)
If-Match (string)
post_sites_by_site_id_permissions_by_permission_id_grantGrant users access to a link represented by a permission.site-id (string)
permission-id (string)
data: {
. roles (array)
. recipients (array)
} (object) required
get_sites_by_site_id_permissions_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_sitesGet a collection of subsites defined for a site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_sites_by_site_id_sites_by_site_id1The collection of the sub-sites under this site.site-id (string)
site-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_sites_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_term_storeRead the properties and relationships of a store object.site-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_storeUpdate the properties of a store object.site-id (string)
data (undefined) required
delete_sites_by_site_id_term_storeDelete navigation property termStore for sitessite-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groupsGet a list of group objects in a term store.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groupsCreate a new group object in a term store.site-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_idRead the properties and relationships of a term store group object.site-id (string)
group-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_idUpdate the navigation property groups in sitessite-id (string)
group-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_idDelete a group object in a term store.site-id (string)
group-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_setsGet a list of the set objects and their properties.site-id (string)
group-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_setsCreate new navigation property to sets for sitessite-id (string)
group-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_idAll sets under the group in a term store.site-id (string)
group-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_idUpdate the navigation property sets in sitessite-id (string)
group-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_idDelete navigation property sets for sitessite-id (string)
group-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_childrenChildren terms of set in term store.site-id (string)
group-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_childrenCreate new navigation property to children for sitessite-id (string)
group-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_idChildren terms of set in term store.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_idUpdate the navigation property children in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_idDelete navigation property children for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_childrenChildren of current term.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1Children of current term.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_children_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_by_term_id_setThe set in which the term is created.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_children_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_parent_groupThe parent group that contains the set.site-id (string)
group-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_parent_groupUpdate the navigation property parentGroup in sitessite-id (string)
group-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_parent_groupDelete navigation property parentGroup for sitessite-id (string)
group-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relationsIndicates which terms have been pinned or reused directly under the set.site-id (string)
group-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relationsCreate new navigation property to relations for sitessite-id (string)
group-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relations_by_relation_idIndicates which terms have been pinned or reused directly under the set.site-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
group-id (string)
set-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
group-id (string)
set-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_relations_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_termsRead the properties and relationships of a term object.site-id (string)
group-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_termsCreate new navigation property to terms for sitessite-id (string)
group-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_idRead the properties and relationships of a term object.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_idUpdate the navigation property terms in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_idDelete navigation property terms for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_childrenChildren of current term.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Children of current term.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_by_term_id_setThe set in which the term is created.site-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id_terms_countGet the number of the resourcesite-id (string)
group-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_by_group_id_sets_countGet the number of the resourcesite-id (string)
group-id (string)
$search (string)
get_sites_by_site_id_term_store_groups_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_term_store_setsRead the properties and relationships of a set object.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_setsCreate a new set object.site-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_idRead the properties and relationships of a set object.site-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_idUpdate the properties of a set object.site-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_idDelete a set object.site-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_childrenGet the first level children of a set or term resource using the children navigation property.site-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_childrenCreate a new term object.site-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_idChildren terms of set in term store.site-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_children_by_term_idUpdate the navigation property children in sitessite-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_children_by_term_idDelete navigation property children for sitessite-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_childrenChildren of current term.site-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1Children of current term.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_children_countGet the number of the resourcesite-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_relations_countGet the number of the resourcesite-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_children_by_term_id_setThe set in which the term is created.site-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_children_countGet the number of the resourcesite-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_groupThe parent group that contains the set.site-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_groupUpdate the navigation property parentGroup in sitessite-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_groupDelete navigation property parentGroup for sitessite-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_setsAll sets under the group in a term store.site-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_setsCreate new navigation property to sets for sitessite-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1All sets under the group in a term store.site-id (string)
set-id (string)
set-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1Update the navigation property sets in sitessite-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1Delete navigation property sets for sitessite-id (string)
set-id (string)
set-id1 (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_childrenChildren terms of set in term store.site-id (string)
set-id (string)
set-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_childrenCreate new navigation property to children for sitessite-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_idChildren terms of set in term store.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_idUpdate the navigation property children in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_idDelete navigation property children for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_childrenChildren of current term.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1Children of current term.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_setThe set in which the term is created.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_children_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relationsIndicates which terms have been pinned or reused directly under the set.site-id (string)
set-id (string)
set-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_idIndicates which terms have been pinned or reused directly under the set.site-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_relations_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_termsAll the terms under the set.site-id (string)
set-id (string)
set-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_termsCreate new navigation property to terms for sitessite-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_idAll the terms under the set.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_idUpdate the navigation property terms in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_idDelete navigation property terms for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_childrenChildren of current term.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1Children of current term.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_setThe set in which the term is created.site-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1_terms_countGet the number of the resourcesite-id (string)
set-id (string)
set-id1 (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_countGet the number of the resourcesite-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_relationsGet the different relation of a term or set from the relations navigation property.site-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_relations_by_relation_idIndicates which terms have been pinned or reused directly under the set.site-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_relations_countGet the number of the resourcesite-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_termsAll the terms under the set.site-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_termsCreate new navigation property to terms for sitessite-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_idAll the terms under the set.site-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_idUpdate the properties of a term object.site-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_idDelete a term object.site-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_childrenChildren of current term.site-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1Children of current term.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_children_countGet the number of the resourcesite-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_relations_countGet the number of the resourcesite-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id_setThe set in which the term is created.site-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_store_sets_by_set_id_terms_countGet the number of the resourcesite-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_store_sets_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_by_site_id_term_storesThe collection of termStores under this site.site-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_storesCreate new navigation property to termStores for sitessite-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_idThe collection of termStores under this site.site-id (string)
store-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_idUpdate the navigation property termStores in sitessite-id (string)
store-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_idDelete navigation property termStores for sitessite-id (string)
store-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groupsCollection of all groups available in the term store.site-id (string)
store-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groupsCreate new navigation property to groups for sitessite-id (string)
store-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_idCollection of all groups available in the term store.site-id (string)
store-id (string)
group-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_idUpdate the navigation property groups in sitessite-id (string)
store-id (string)
group-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_idDelete navigation property groups for sitessite-id (string)
store-id (string)
group-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_setsAll sets under the group in a term store.site-id (string)
store-id (string)
group-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_setsCreate new navigation property to sets for sitessite-id (string)
store-id (string)
group-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_idAll sets under the group in a term store.site-id (string)
store-id (string)
group-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_idUpdate the navigation property sets in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_idDelete navigation property sets for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_childrenChildren terms of set in term store.site-id (string)
store-id (string)
group-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_idChildren terms of set in term store.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_idUpdate the navigation property children in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_idDelete navigation property children for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_childrenChildren of current term.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1Children of current term.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_by_term_id_setThe set in which the term is created.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_parent_groupThe parent group that contains the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_parent_groupUpdate the navigation property parentGroup in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_parent_groupDelete navigation property parentGroup for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relationsIndicates which terms have been pinned or reused directly under the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relations_by_relation_idIndicates which terms have been pinned or reused directly under the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
group-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_termsAll the terms under the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_termsCreate new navigation property to terms for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_idAll the terms under the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_idUpdate the navigation property terms in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_idDelete navigation property terms for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_childrenChildren of current term.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Children of current term.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_by_term_id_setThe set in which the term is created.site-id (string)
store-id (string)
group-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_by_set_id_terms_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id_sets_countGet the number of the resourcesite-id (string)
store-id (string)
group-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_groups_countGet the number of the resourcesite-id (string)
store-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_setsCollection of all sets available in the term store. This relationship can only be used to load a specific term set.site-id (string)
store-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_setsCreate new navigation property to sets for sitessite-id (string)
store-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_idCollection of all sets available in the term store. This relationship can only be used to load a specific term set.site-id (string)
store-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_idUpdate the navigation property sets in sitessite-id (string)
store-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_idDelete navigation property sets for sitessite-id (string)
store-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_childrenChildren terms of set in term store.site-id (string)
store-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_idChildren terms of set in term store.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_idUpdate the navigation property children in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_idDelete navigation property children for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_childrenChildren of current term.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1Children of current term.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_by_term_id_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_groupThe parent group that contains the set.site-id (string)
store-id (string)
set-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_groupUpdate the navigation property parentGroup in sitessite-id (string)
store-id (string)
set-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_groupDelete navigation property parentGroup for sitessite-id (string)
store-id (string)
set-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_setsAll sets under the group in a term store.site-id (string)
store-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_setsCreate new navigation property to sets for sitessite-id (string)
store-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1All sets under the group in a term store.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1Update the navigation property sets in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1Delete navigation property sets for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_childrenChildren terms of set in term store.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_idChildren terms of set in term store.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_idUpdate the navigation property children in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_idDelete navigation property children for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_childrenChildren of current term.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1Children of current term.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_by_term_id_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_children_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relationsIndicates which terms have been pinned or reused directly under the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_idIndicates which terms have been pinned or reused directly under the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_termsAll the terms under the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_termsCreate new navigation property to terms for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_idAll the terms under the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_idUpdate the navigation property terms in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_idDelete navigation property terms for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_childrenChildren of current term.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1Children of current term.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_by_term_id_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
set-id1 (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_by_set_id1_terms_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
set-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_parent_group_sets_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relationsIndicates which terms have been pinned or reused directly under the set.site-id (string)
store-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations_by_relation_idIndicates which terms have been pinned or reused directly under the set.site-id (string)
store-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_termsAll the terms under the set.site-id (string)
store-id (string)
set-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_termsCreate new navigation property to terms for sitessite-id (string)
store-id (string)
set-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_idAll the terms under the set.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_idUpdate the navigation property terms in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_idDelete navigation property terms for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_childrenChildren of current term.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_childrenCreate new navigation property to children for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Children of current term.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Update the navigation property children in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1Delete navigation property children for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_by_term_id1_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
term-id (string)
term-id1 (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_children_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relationsTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relationsCreate new navigation property to relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
data (undefined) required
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idTo indicate which terms are related to the current term as either pinned or reused.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
patch_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idUpdate the navigation property relations in sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
data (undefined) required
delete_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relations_by_relation_idDelete navigation property relations for sitessite-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
If-Match (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_from_termThe from term of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the set.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_setThe set in which the relation is relevant.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relations_by_relation_id_to_termThe to term of the relation. The term to which the relationship is defined.site-id (string)
store-id (string)
set-id (string)
term-id (string)
relation-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_relations_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
term-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_by_term_id_setThe set in which the term is created.site-id (string)
store-id (string)
set-id (string)
term-id (string)
$select (array)
$expand (array)
get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms_countGet the number of the resourcesite-id (string)
store-id (string)
set-id (string)
$search (string)
get_sites_by_site_id_term_stores_by_store_id_sets_countGet the number of the resourcesite-id (string)
store-id (string)
$search (string)
get_sites_by_site_id_term_stores_countGet the number of the resourcesite-id (string)
$search (string)
get_sites_countGet the number of the resource$search (string)
post_sites_addFollow a user's site or multiple sites.data: {
. value (array)
} (object) required
get_sites_delta_Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time. The application calls the API without specifying$top (integer)
$select (array)
$orderby (array)
$expand (array)
get_sites_get_all_sites_List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.$top (integer)
$select (array)
$orderby (array)
$expand (array)
post_sites_removeUnfollow a user's site or multiple sites.data: {
. value (array)
} (object) required
get_solutions_backup_restore_share_point_protection_policiesThe list of SharePoint protection policies in the tenant.$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_solutions_backup_restore_share_point_protection_policiesCreate a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy.data (undefined) required
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_idThe list of SharePoint protection policies in the tenant.sharePointProtectionPolicy-id (string)
$select (array)
$expand (array)
patch_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_idUpdate a SharePoint protection policy. This method adds a siteprotectionunit to or removes it from the protection policy.sharePointProtectionPolicy-id (string)
data (undefined) required
delete_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_idDelete navigation property sharePointProtectionPolicies for solutionssharePointProtectionPolicy-id (string)
If-Match (string)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_inclusion_rulesGet a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.sharePointProtectionPolicy-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_inclusion_rules_by_site_protection_rule_idGet a protection rule that's associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.sharePointProtectionPolicy-id (string)
siteProtectionRule-id (string)
$select (array)
$expand (array)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_inclusion_rules_countGet the number of the resourcesharePointProtectionPolicy-id (string)
$search (string)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_unitsGet a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.sharePointProtectionPolicy-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_units_by_site_protection_unit_idThe protection units sites that are protected under the site protection policy.sharePointProtectionPolicy-id (string)
siteProtectionUnit-id (string)
$select (array)
$expand (array)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_units_countGet the number of the resourcesharePointProtectionPolicy-id (string)
$search (string)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_units_bulk_addition_jobsGet a list of siteProtectionUnitsBulkAdditionJobs objects associated with a sharePointProtectionPolicy.sharePointProtectionPolicy-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_units_bulk_addition_jobs_by_site_protection_units_bulk_addition_job_idGet a siteProtectionUnitsBulkAdditionJob object by the ID associated with a sharePointProtectionPolicy.sharePointProtectionPolicy-id (string)
siteProtectionUnitsBulkAdditionJob-id (string)
$select (array)
$expand (array)
get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_units_bulk_addition_jobs_countGet the number of the resourcesharePointProtectionPolicy-id (string)
$search (string)
get_solutions_backup_restore_share_point_protection_policies_countGet the number of the resource$search (string)
get_solutions_backup_restore_share_point_restore_sessionsThe list of SharePoint restore sessions available in the tenant.$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_solutions_backup_restore_share_point_restore_sessionsCreate a new sharePointRestoreSession object.data (undefined) required
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_idThe list of SharePoint restore sessions available in the tenant.sharePointRestoreSession-id (string)
$select (array)
$expand (array)
patch_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_idUpdate the navigation property sharePointRestoreSessions in solutionssharePointRestoreSession-id (string)
data (undefined) required
delete_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_idDelete navigation property sharePointRestoreSessions for solutionssharePointRestoreSession-id (string)
If-Match (string)
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifactsList all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant.sharePointRestoreSession-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifactsCreate new navigation property to siteRestoreArtifacts for solutionssharePointRestoreSession-id (string)
data (undefined) required
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_by_site_restore_artifact_idA collection of restore points and destination details that can be used to restore SharePoint sites.sharePointRestoreSession-id (string)
siteRestoreArtifact-id (string)
$select (array)
$expand (array)
patch_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_by_site_restore_artifact_idUpdate the navigation property siteRestoreArtifacts in solutionssharePointRestoreSession-id (string)
siteRestoreArtifact-id (string)
data (undefined) required
delete_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_by_site_restore_artifact_idDelete navigation property siteRestoreArtifacts for solutionssharePointRestoreSession-id (string)
siteRestoreArtifact-id (string)
If-Match (string)
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_by_site_restore_artifact_id_restore_pointRepresents the date and time when an artifact is protected by a protectionPolicy and can be restored.sharePointRestoreSession-id (string)
siteRestoreArtifact-id (string)
$select (array)
$expand (array)
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_countGet the number of the resourcesharePointRestoreSession-id (string)
$search (string)
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_bulk_addition_requestsGet a list of the siteRestoreArtifactsBulkAdditionRequest objects associated with a sharePointRestoreSession. The siteWebUrls property is deliberately omitted from the response body in order to limit the response size.sharePointRestoreSession-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
post_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_bulk_addition_requestsCreate a new siteRestoreArtifactsBulkAdditionRequest object associated with a sharePointRestoreSession. The following steps describe how to create and manage a sharePointRestoreSession with bulk artifact additions:sharePointRestoreSession-id (string)
data (undefined) required
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_bulk_addition_requests_by_site_restore_artifacts_bulk_addition_request_idGet a siteRestoreArtifactsBulkAdditionRequest object by its id, associated with a sharePointRestoreSession.sharePointRestoreSession-id (string)
siteRestoreArtifactsBulkAdditionRequest-id (string)
$select (array)
$expand (array)
patch_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_bulk_addition_requests_by_site_restore_artifacts_bulk_addition_request_idUpdate the navigation property siteRestoreArtifactsBulkAdditionRequests in solutionssharePointRestoreSession-id (string)
siteRestoreArtifactsBulkAdditionRequest-id (string)
data (undefined) required
delete_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_bulk_addition_requests_by_site_restore_artifacts_bulk_addition_request_idDelete a siteRestoreArtifactsBulkAdditionRequest object associated with a sharepointRestoreSession.sharePointRestoreSession-id (string)
siteRestoreArtifactsBulkAdditionRequest-id (string)
If-Match (string)
get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_bulk_addition_requests_countGet the number of the resourcesharePointRestoreSession-id (string)
$search (string)
get_solutions_backup_restore_share_point_restore_sessions_countGet the number of the resource$search (string)
get_users_by_user_id_drivesA collection of drives available for this user. Read-only.user-id (string)
$top (integer)
$orderby (array)
$select (array)
$expand (array)
get_users_by_user_id_drives_by_drive_idA collection of drives available for this user. Read-only.user-id (string)
drive-id (string)
$select (array)
$expand (array)
get_users_by_user_id_drives_countGet the number of the resourceuser-id (string)
$search (string)