Microsoft SharePoint + OneDrive
Access and manage your SharePoint & OneDrive files.
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:
| Action | Purpose | Parameters |
|---|---|---|
| get_admin_sharepoint | Get sharepoint from admin | $select (array) $expand (array) |
| patch_admin_sharepoint | Update the navigation property sharepoint in admin | data (undefined) required |
| delete_admin_sharepoint | Delete navigation property sharepoint for admin | If-Match (string) |
| get_admin_sharepoint_settings | Get the tenant-level settings for SharePoint and OneDrive. | $select (array) $expand (array) |
| patch_admin_sharepoint_settings | Update one or more tenant-level settings for SharePoint and OneDrive. | data (undefined) required |
| delete_admin_sharepoint_settings | Delete navigation property settings for admin | If-Match (string) |
| get_drives | Get entities from drives | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives | Add new entity to drives | data (undefined) required |
| get_drives_by_drive_id | Get entity from drives by key | drive-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id | Update entity in drives | drive-id (string) data (undefined) required |
| delete_drives_by_drive_id | Delete entity from drives | drive-id (string) If-Match (string) |
| get_drives_by_drive_id_bundles | Collection 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_bundles | Create new navigation property to bundles for drives | drive-id (string) data (undefined) required |
| get_drives_by_drive_id_bundles_by_drive_item_id | Collection 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_content | The 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_content | The content stream, if the item represents a file. | drive-id (string) driveItem-id (string) |
| delete_drives_by_drive_id_bundles_by_drive_item_id_content | The content stream, if the item represents a file. | drive-id (string) driveItem-id (string) If-Match (string) |
| get_drives_by_drive_id_bundles_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_created_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_following | The 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_id | The 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_content | The 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_content | The content stream, if the item represents a file. | drive-id (string) driveItem-id (string) |
| delete_drives_by_drive_id_following_by_drive_item_id_content | The content stream, if the item represents a file. | drive-id (string) driveItem-id (string) If-Match (string) |
| get_drives_by_drive_id_following_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_items | 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) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_items | Create new navigation property to items for drives | drive-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id | All 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_id | Update the navigation property items in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id | Delete navigation property items for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_analytics | Analytics 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_analytics | Update the navigation property analytics in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_analytics | Delete navigation property analytics for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_analytics_all_time | Get 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_stats | Get itemActivityStats from drives | drive-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_stats | Create new navigation property to itemActivityStats for drives | drive-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_id | Get itemActivityStats from drives | drive-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_id | Update the navigation property itemActivityStats in drives | drive-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_id | Delete navigation property itemActivityStats for drives | drive-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_activities | Exposes 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_activities | Create new navigation property to activities for drives | drive-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_id | Exposes 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_id | Update the navigation property activities in drives | drive-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_id | Delete navigation property activities for drives | 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_by_item_activity_id_drive_item | Exposes 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_content | The 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_content | The 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_content | The 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) itemActivityStat-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_analytics_item_activity_stats_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_analytics_last_seven_days | Get lastSevenDays from drives | drive-id (string) driveItem-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_items_by_drive_item_id_children | Return 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_children | Create new navigation property to children for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_children_by_drive_item_id1 | Collection 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_content | The 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_content | The 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_content | The 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_content | The 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_content | The content stream, if the item represents a file. | drive-id (string) driveItem-id (string) |
| delete_drives_by_drive_id_items_by_drive_item_id_content | The 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_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_list_item | For 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_label | Invoke action assignSensitivityLabel | drive-id (string) driveItem-id (string) data: { . sensitivityLabelId (string) . assignmentMethod . justificationText (string) } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_checkin | Check 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_checkout | Check 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_copy | Invoke action copy | drive-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_link | Create 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_session | Invoke action createUploadSession | drive-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 the | drive-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 delta | drive-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_checkout | Discard 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_labels | Invoke action extractSensitivityLabels | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_follow | Follow 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 getActivitiesByInterval | drive-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_invite | Send 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_delete | Invoke action permanentDelete | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_preview | Invoke action preview | drive-id (string) driveItem-id (string) data: { . page (string) . zoom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_restore | Restore 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_unfollow | Unfollow a driveItem. | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_validate_permission | Invoke action validatePermission | drive-id (string) driveItem-id (string) data: { . challengeToken (string) . password (string) } (object) required |
| get_drives_by_drive_id_items_by_drive_item_id_permissions | The 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_permissions | Create new navigation property to permissions for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_permissions_by_permission_id | The 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_id | Update the navigation property permissions in drives | drive-id (string) driveItem-id (string) permission-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_permissions_by_permission_id | Delete navigation property permissions for drives | drive-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_grant | Grant 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_retention_label | Get 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_label | Lock 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_label | Remove 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_subscriptions | The 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_subscriptions | Create new navigation property to subscriptions for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_subscriptions_by_subscription_id | The 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_id | Update the navigation property subscriptions in drives | drive-id (string) driveItem-id (string) subscription-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_subscriptions_by_subscription_id | Delete navigation property subscriptions for drives | drive-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_reauthorize | Reauthorize 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_thumbnails | Collection 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_thumbnails | Create new navigation property to thumbnails for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_thumbnails_by_thumbnail_set_id | Collection 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_id | Update the navigation property thumbnails in drives | drive-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_id | Delete navigation property thumbnails for drives | drive-id (string) driveItem-id (string) thumbnailSet-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_thumbnails_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_versions | The 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_versions | Create new navigation property to versions for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_versions_by_drive_item_version_id | The 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_id | Update the navigation property versions in drives | drive-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_id | Delete navigation property versions for drives | drive-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_content | The 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_content | The 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_content | The 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_version | Restore 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook | For 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_workbook | Update the navigation property workbook in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook | Delete navigation property workbook for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_application | Get application from drives | drive-id (string) driveItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_application | Update the navigation property application in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_application | Delete navigation property application for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_application_calculate | Recalculate 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_comments | Represents 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_comments | Create new navigation property to comments for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_by_workbook_comment_id | Represents 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_id | Update the navigation property comments in drives | drive-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_id | Delete navigation property comments for drives | drive-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_replies | The 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_replies | Create new navigation property to replies for drives | drive-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_id | The 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_id | Update the navigation property replies in drives | drive-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_id | Delete navigation property replies for drives | drive-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_count | Get the number of the resource | drive-id (string) driveItem-id (string) workbookComment-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_comments_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_functions | Get functions from drives | drive-id (string) driveItem-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_items_by_drive_item_id_workbook_functions | Update the navigation property functions in drives | drive-id (string) driveItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_items_by_drive_item_id_workbook_functions | Delete navigation property functions for drives | drive-id (string) driveItem-id (string) If-Match (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_abs | Invoke action abs | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_accr_int | Invoke action accrInt | drive-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_m | Invoke action accrIntM | drive-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_acos | Invoke action acos | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acosh | Invoke action acosh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acot | Invoke action acot | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_acoth | Invoke action acoth | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_amor_degrc | Invoke action amorDegrc | drive-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_linc | Invoke action amorLinc | drive-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_and | Invoke action and | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_arabic | Invoke action arabic | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_areas | Invoke action areas | drive-id (string) driveItem-id (string) data: { . reference } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asc | Invoke action asc | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asin | Invoke action asin | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_asinh | Invoke action asinh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atan | Invoke action atan | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atan2 | Invoke action atan2 | drive-id (string) driveItem-id (string) data: { . xNum . yNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_atanh | Invoke action atanh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ave_dev | Invoke action aveDev | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average | Invoke action average | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_a | Invoke action averageA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_if | Invoke action averageIf | drive-id (string) driveItem-id (string) data: { . range . criteria . averageRange } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_average_ifs | Invoke action averageIfs | drive-id (string) driveItem-id (string) data: { . averageRange . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_baht_text | Invoke action bahtText | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_base | Invoke action base | drive-id (string) driveItem-id (string) data: { . number . radix . minLength } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_i | Invoke action besselI | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_j | Invoke action besselJ | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_k | Invoke action besselK | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bessel_y | Invoke action besselY | drive-id (string) driveItem-id (string) data: { . x . n } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_beta_dist | Invoke action beta_Dist | drive-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_inv | Invoke action beta_Inv | drive-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_bin2dec | Invoke action bin2Dec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2hex | Invoke action bin2Hex | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bin2oct | Invoke action bin2Oct | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_binom_dist | Invoke action binom_Dist | drive-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_range | Invoke action binom_Dist_Range | drive-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_inv | Invoke action binom_Inv | drive-id (string) driveItem-id (string) data: { . trials . probabilityS . alpha } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitand | Invoke action bitand | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitlshift | Invoke action bitlshift | drive-id (string) driveItem-id (string) data: { . number . shiftAmount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitor | Invoke action bitor | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitrshift | Invoke action bitrshift | drive-id (string) driveItem-id (string) data: { . number . shiftAmount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_bitxor | Invoke action bitxor | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ceiling_math | Invoke action ceiling_Math | drive-id (string) driveItem-id (string) data: { . number . significance . mode } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ceiling_precise | Invoke action ceiling_Precise | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_char | Invoke action char | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_dist | Invoke action chiSq_Dist | drive-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_rt | Invoke action chiSq_Dist_RT | drive-id (string) driveItem-id (string) data: { . x . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_chi_sq_inv | Invoke action chiSq_Inv | drive-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_rt | Invoke action chiSq_Inv_RT | drive-id (string) driveItem-id (string) data: { . probability . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_choose | Invoke action choose | drive-id (string) driveItem-id (string) data: { . indexNum . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_clean | Invoke action clean | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_code | Invoke action code | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_columns | Invoke action columns | drive-id (string) driveItem-id (string) data: { . array } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_combin | Invoke action combin | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_combina | Invoke action combina | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_complex | Invoke action complex | drive-id (string) driveItem-id (string) data: { . realNum . iNum . suffix } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_concatenate | Invoke action concatenate | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_confidence_norm | Invoke action confidence_Norm | drive-id (string) driveItem-id (string) data: { . alpha . standardDev . size } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_confidence_t | Invoke action confidence_T | drive-id (string) driveItem-id (string) data: { . alpha . standardDev . size } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_convert | Invoke action convert | drive-id (string) driveItem-id (string) data: { . number . fromUnit . toUnit } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cos | Invoke action cos | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cosh | Invoke action cosh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cot | Invoke action cot | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coth | Invoke action coth | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count | Invoke action count | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_a | Invoke action countA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_blank | Invoke action countBlank | drive-id (string) driveItem-id (string) data: { . range } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_if | Invoke action countIf | drive-id (string) driveItem-id (string) data: { . range . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_count_ifs | Invoke action countIfs | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_coup_day_bs | Invoke action coupDayBs | drive-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 | Invoke action coupDays | drive-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_nc | Invoke action coupDaysNc | drive-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_ncd | Invoke action coupNcd | drive-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_num | Invoke action coupNum | drive-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_pcd | Invoke action coupPcd | drive-id (string) driveItem-id (string) data: { . settlement . maturity . frequency . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_csc | Invoke action csc | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_csch | Invoke action csch | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_cum_ipmt | Invoke action cumIPmt | drive-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_princ | Invoke action cumPrinc | drive-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_date | Invoke action date | drive-id (string) driveItem-id (string) data: { . year . month . day } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_datevalue | Invoke action datevalue | drive-id (string) driveItem-id (string) data: { . dateText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_daverage | Invoke action daverage | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_day | Invoke action day | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_days | Invoke action days | drive-id (string) driveItem-id (string) data: { . endDate . startDate } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_days360 | Invoke action days360 | drive-id (string) driveItem-id (string) data: { . startDate . endDate . method } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_db | Invoke action db | drive-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_dbcs | Invoke action dbcs | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dcount | Invoke action dcount | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dcount_a | Invoke action dcountA | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ddb | Invoke action ddb | drive-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_dec2bin | Invoke action dec2Bin | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2hex | Invoke action dec2Hex | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dec2oct | Invoke action dec2Oct | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_decimal | Invoke action decimal | drive-id (string) driveItem-id (string) data: { . number . radix } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_degrees | Invoke action degrees | drive-id (string) driveItem-id (string) data: { . angle } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_delta | Invoke action delta | drive-id (string) driveItem-id (string) data: { . number1 . number2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dev_sq | Invoke action devSq | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dget | Invoke action dget | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_disc | Invoke action disc | drive-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_dmax | Invoke action dmax | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dmin | Invoke action dmin | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar | Invoke action dollar | drive-id (string) driveItem-id (string) data: { . number . decimals } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar_de | Invoke action dollarDe | drive-id (string) driveItem-id (string) data: { . fractionalDollar . fraction } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dollar_fr | Invoke action dollarFr | drive-id (string) driveItem-id (string) data: { . decimalDollar . fraction } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dproduct | Invoke action dproduct | drive-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 | Invoke action dstDev | drive-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_p | Invoke action dstDevP | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dsum | Invoke action dsum | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_duration | Invoke action duration | drive-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_dvar | Invoke action dvar | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_dvar_p | Invoke action dvarP | drive-id (string) driveItem-id (string) data: { . database . field . criteria } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ecma_ceiling | Invoke action ecma_Ceiling | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_edate | Invoke action edate | drive-id (string) driveItem-id (string) data: { . startDate . months } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_effect | Invoke action effect | drive-id (string) driveItem-id (string) data: { . nominalRate . npery } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_eo_month | Invoke action eoMonth | drive-id (string) driveItem-id (string) data: { . startDate . months } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf | Invoke action erf | drive-id (string) driveItem-id (string) data: { . lowerLimit . upperLimit } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_precise | Invoke action erf_Precise | drive-id (string) driveItem-id (string) data: { . X } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_c | Invoke action erfC | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_erf_c_precise | Invoke action erfC_Precise | drive-id (string) driveItem-id (string) data: { . X } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_error_type | Invoke action error_Type | drive-id (string) driveItem-id (string) data: { . errorVal } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_even | Invoke action even | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_exact | Invoke action exact | drive-id (string) driveItem-id (string) data: { . text1 . text2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_exp | Invoke action exp | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_expon_dist | Invoke action expon_Dist | drive-id (string) driveItem-id (string) data: { . x . lambda . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_dist | Invoke action f_Dist | drive-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_rt | Invoke action f_Dist_RT | drive-id (string) driveItem-id (string) data: { . x . degFreedom1 . degFreedom2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_f_inv | Invoke action f_Inv | drive-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_rt | Invoke action f_Inv_RT | drive-id (string) driveItem-id (string) data: { . probability . degFreedom1 . degFreedom2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fact | Invoke action fact | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fact_double | Invoke action factDouble | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_false | Invoke action false | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_find | Invoke action find | drive-id (string) driveItem-id (string) data: { . findText . withinText . startNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_find_b | Invoke action findB | drive-id (string) driveItem-id (string) data: { . findText . withinText . startNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fisher | Invoke action fisher | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fisher_inv | Invoke action fisherInv | drive-id (string) driveItem-id (string) data: { . y } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fixed | Invoke action fixed | drive-id (string) driveItem-id (string) data: { . number . decimals . noCommas } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_floor_math | Invoke action floor_Math | drive-id (string) driveItem-id (string) data: { . number . significance . mode } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_floor_precise | Invoke action floor_Precise | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_fv | Invoke action fv | drive-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_fvschedule | Invoke action fvschedule | drive-id (string) driveItem-id (string) data: { . principal . schedule } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma | Invoke action gamma | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_dist | Invoke action gamma_Dist | drive-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_inv | Invoke action gamma_Inv | drive-id (string) driveItem-id (string) data: { . probability . alpha . beta } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_ln | Invoke action gammaLn | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gamma_ln_precise | Invoke action gammaLn_Precise | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gauss | Invoke action gauss | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_gcd | Invoke action gcd | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_geo_mean | Invoke action geoMean | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ge_step | Invoke action geStep | drive-id (string) driveItem-id (string) data: { . number . step } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_har_mean | Invoke action harMean | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2bin | Invoke action hex2Bin | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2dec | Invoke action hex2Dec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hex2oct | Invoke action hex2Oct | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hlookup | Invoke action hlookup | drive-id (string) driveItem-id (string) data: { . lookupValue . tableArray . rowIndexNum . rangeLookup } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hour | Invoke action hour | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hyperlink | Invoke action hyperlink | drive-id (string) driveItem-id (string) data: { . linkLocation . friendlyName } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_hyp_geom_dist | Invoke action hypGeom_Dist | drive-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_if | Invoke action if | drive-id (string) driveItem-id (string) data: { . logicalTest . valueIfTrue . valueIfFalse } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_abs | Invoke action imAbs | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_imaginary | Invoke action imaginary | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_argument | Invoke action imArgument | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_conjugate | Invoke action imConjugate | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cos | Invoke action imCos | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cosh | Invoke action imCosh | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_cot | Invoke action imCot | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_csc | Invoke action imCsc | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_csch | Invoke action imCsch | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_div | Invoke action imDiv | drive-id (string) driveItem-id (string) data: { . inumber1 . inumber2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_exp | Invoke action imExp | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_ln | Invoke action imLn | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_log10 | Invoke action imLog10 | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_log2 | Invoke action imLog2 | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_power | Invoke action imPower | drive-id (string) driveItem-id (string) data: { . inumber . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_product | Invoke action imProduct | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_real | Invoke action imReal | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sec | Invoke action imSec | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sech | Invoke action imSech | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sin | Invoke action imSin | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sinh | Invoke action imSinh | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sqrt | Invoke action imSqrt | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sub | Invoke action imSub | drive-id (string) driveItem-id (string) data: { . inumber1 . inumber2 } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_sum | Invoke action imSum | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_im_tan | Invoke action imTan | drive-id (string) driveItem-id (string) data: { . inumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_int | Invoke action int | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_int_rate | Invoke action intRate | drive-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_ipmt | Invoke action ipmt | drive-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_irr | Invoke action irr | drive-id (string) driveItem-id (string) data: { . values . guess } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_err | Invoke action isErr | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_error | Invoke action isError | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_even | Invoke action isEven | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_formula | Invoke action isFormula | drive-id (string) driveItem-id (string) data: { . reference } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_logical | Invoke action isLogical | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_na | Invoke action isNA | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_non_text | Invoke action isNonText | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_number | Invoke action isNumber | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_iso_ceiling | Invoke action iso_Ceiling | drive-id (string) driveItem-id (string) data: { . number . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_odd | Invoke action isOdd | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_iso_week_num | Invoke action isoWeekNum | drive-id (string) driveItem-id (string) data: { . date } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ispmt | Invoke action ispmt | drive-id (string) driveItem-id (string) data: { . rate . per . nper . pv } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_isref | Invoke action isref | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_is_text | Invoke action isText | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_kurt | Invoke action kurt | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_large | Invoke action large | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lcm | Invoke action lcm | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_left | Invoke action left | drive-id (string) driveItem-id (string) data: { . text . numChars } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_leftb | Invoke action leftb | drive-id (string) driveItem-id (string) data: { . text . numBytes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_len | Invoke action len | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lenb | Invoke action lenb | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ln | Invoke action ln | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log | Invoke action log | drive-id (string) driveItem-id (string) data: { . number . base } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log10 | Invoke action log10 | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_log_norm_dist | Invoke action logNorm_Dist | drive-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_inv | Invoke action logNorm_Inv | drive-id (string) driveItem-id (string) data: { . probability . mean . standardDev } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lookup | Invoke action lookup | drive-id (string) driveItem-id (string) data: { . lookupValue . lookupVector . resultVector } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_lower | Invoke action lower | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_match | Invoke action match | drive-id (string) driveItem-id (string) data: { . lookupValue . lookupArray . matchType } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_max | Invoke action max | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_max_a | Invoke action maxA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mduration | Invoke action mduration | drive-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_median | Invoke action median | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mid | Invoke action mid | drive-id (string) driveItem-id (string) data: { . text . startNum . numChars } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_midb | Invoke action midb | drive-id (string) driveItem-id (string) data: { . text . startNum . numBytes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_min | Invoke action min | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_min_a | Invoke action minA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_minute | Invoke action minute | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mirr | Invoke action mirr | drive-id (string) driveItem-id (string) data: { . values . financeRate . reinvestRate } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mod | Invoke action mod | drive-id (string) driveItem-id (string) data: { . number . divisor } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_month | Invoke action month | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_mround | Invoke action mround | drive-id (string) driveItem-id (string) data: { . number . multiple } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_multi_nomial | Invoke action multiNomial | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_n | Invoke action n | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_na | Invoke action na | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_neg_binom_dist | Invoke action negBinom_Dist | drive-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_days | Invoke action networkDays | drive-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_intl | Invoke action networkDays_Intl | drive-id (string) driveItem-id (string) data: { . startDate . endDate . weekend . holidays } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nominal | Invoke action nominal | drive-id (string) driveItem-id (string) data: { . effectRate . npery } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_dist | Invoke action norm_Dist | drive-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_inv | Invoke action norm_Inv | drive-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_dist | Invoke action norm_S_Dist | drive-id (string) driveItem-id (string) data: { . z . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_norm_s_inv | Invoke action norm_S_Inv | drive-id (string) driveItem-id (string) data: { . probability } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_not | Invoke action not | drive-id (string) driveItem-id (string) data: { . logical } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_now | Invoke action now | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_nper | Invoke action nper | drive-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_npv | Invoke action npv | drive-id (string) driveItem-id (string) data: { . rate . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_number_value | Invoke action numberValue | drive-id (string) driveItem-id (string) data: { . text . decimalSeparator . groupSeparator } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2bin | Invoke action oct2Bin | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2dec | Invoke action oct2Dec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_oct2hex | Invoke action oct2Hex | drive-id (string) driveItem-id (string) data: { . number . places } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd | Invoke action odd | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_odd_fprice | Invoke action oddFPrice | drive-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_fyield | Invoke action oddFYield | drive-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_lprice | Invoke action oddLPrice | drive-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_lyield | Invoke action oddLYield | drive-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_or | Invoke action or | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pduration | Invoke action pduration | drive-id (string) driveItem-id (string) data: { . rate . pv . fv } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percentile_exc | Invoke action percentile_Exc | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percentile_inc | Invoke action percentile_Inc | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_percent_rank_exc | Invoke action percentRank_Exc | drive-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_inc | Invoke action percentRank_Inc | drive-id (string) driveItem-id (string) data: { . array . x . significance } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_permut | Invoke action permut | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_permutationa | Invoke action permutationa | drive-id (string) driveItem-id (string) data: { . number . numberChosen } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_phi | Invoke action phi | drive-id (string) driveItem-id (string) data: { . x } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pi | Invoke action pi | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pmt | Invoke action pmt | drive-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_dist | Invoke action poisson_Dist | drive-id (string) driveItem-id (string) data: { . x . mean . cumulative } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_power | Invoke action power | drive-id (string) driveItem-id (string) data: { . number . power } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_ppmt | Invoke action ppmt | drive-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_price | Invoke action price | drive-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_disc | Invoke action priceDisc | drive-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_mat | Invoke action priceMat | drive-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_product | Invoke action product | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_proper | Invoke action proper | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_pv | Invoke action pv | drive-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_exc | Invoke action quartile_Exc | drive-id (string) driveItem-id (string) data: { . array . quart } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quartile_inc | Invoke action quartile_Inc | drive-id (string) driveItem-id (string) data: { . array . quart } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_quotient | Invoke action quotient | drive-id (string) driveItem-id (string) data: { . numerator . denominator } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_radians | Invoke action radians | drive-id (string) driveItem-id (string) data: { . angle } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rand | Invoke action rand | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rand_between | Invoke action randBetween | drive-id (string) driveItem-id (string) data: { . bottom . top } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rank_avg | Invoke action rank_Avg | drive-id (string) driveItem-id (string) data: { . number . ref . order } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rank_eq | Invoke action rank_Eq | drive-id (string) driveItem-id (string) data: { . number . ref . order } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rate | Invoke action rate | drive-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_received | Invoke action received | drive-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_replace | Invoke action replace | drive-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_b | Invoke action replaceB | drive-id (string) driveItem-id (string) data: { . oldText . startNum . numBytes . newText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rept | Invoke action rept | drive-id (string) driveItem-id (string) data: { . text . numberTimes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_right | Invoke action right | drive-id (string) driveItem-id (string) data: { . text . numChars } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rightb | Invoke action rightb | drive-id (string) driveItem-id (string) data: { . text . numBytes } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_roman | Invoke action roman | drive-id (string) driveItem-id (string) data: { . number . form } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round | Invoke action round | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round_down | Invoke action roundDown | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_round_up | Invoke action roundUp | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rows | Invoke action rows | drive-id (string) driveItem-id (string) data: { . array } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_rri | Invoke action rri | drive-id (string) driveItem-id (string) data: { . nper . pv . fv } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sec | Invoke action sec | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sech | Invoke action sech | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_second | Invoke action second | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_series_sum | Invoke action seriesSum | drive-id (string) driveItem-id (string) data: { . x . n . m . coefficients } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sheet | Invoke action sheet | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sheets | Invoke action sheets | drive-id (string) driveItem-id (string) data: { . reference } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sign | Invoke action sign | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sin | Invoke action sin | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sinh | Invoke action sinh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_skew | Invoke action skew | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_skew_p | Invoke action skew_p | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sln | Invoke action sln | drive-id (string) driveItem-id (string) data: { . cost . salvage . life } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_small | Invoke action small | drive-id (string) driveItem-id (string) data: { . array . k } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sqrt | Invoke action sqrt | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sqrt_pi | Invoke action sqrtPi | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_standardize | Invoke action standardize | drive-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_p | Invoke action stDev_P | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_s | Invoke action stDev_S | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_a | Invoke action stDevA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_st_dev_pa | Invoke action stDevPA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_substitute | Invoke action substitute | drive-id (string) driveItem-id (string) data: { . text . oldText . newText . instanceNum } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_subtotal | Invoke action subtotal | drive-id (string) driveItem-id (string) data: { . functionNum . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum | Invoke action sum | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_if | Invoke action sumIf | drive-id (string) driveItem-id (string) data: { . range . criteria . sumRange } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_ifs | Invoke action sumIfs | drive-id (string) driveItem-id (string) data: { . sumRange . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_sum_sq | Invoke action sumSq | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_syd | Invoke action syd | drive-id (string) driveItem-id (string) data: { . cost . salvage . life . per } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t | Invoke action t | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_dist | Invoke action t_Dist | drive-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_2t | Invoke action t_Dist_2T | drive-id (string) driveItem-id (string) data: { . x . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_dist_rt | Invoke action t_Dist_RT | drive-id (string) driveItem-id (string) data: { . x . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_inv | Invoke action t_Inv | drive-id (string) driveItem-id (string) data: { . probability . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_t_inv_2t | Invoke action t_Inv_2T | drive-id (string) driveItem-id (string) data: { . probability . degFreedom } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tan | Invoke action tan | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tanh | Invoke action tanh | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_eq | Invoke action tbillEq | drive-id (string) driveItem-id (string) data: { . settlement . maturity . discount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_price | Invoke action tbillPrice | drive-id (string) driveItem-id (string) data: { . settlement . maturity . discount } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_tbill_yield | Invoke action tbillYield | drive-id (string) driveItem-id (string) data: { . settlement . maturity . pr } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_text | Invoke action text | drive-id (string) driveItem-id (string) data: { . value . formatText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_time | Invoke action time | drive-id (string) driveItem-id (string) data: { . hour . minute . second } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_timevalue | Invoke action timevalue | drive-id (string) driveItem-id (string) data: { . timeText } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_today | Invoke action today | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trim | Invoke action trim | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trim_mean | Invoke action trimMean | drive-id (string) driveItem-id (string) data: { . array . percent } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_true | Invoke action true | drive-id (string) driveItem-id (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_trunc | Invoke action trunc | drive-id (string) driveItem-id (string) data: { . number . numDigits } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_type | Invoke action type | drive-id (string) driveItem-id (string) data: { . value } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_unichar | Invoke action unichar | drive-id (string) driveItem-id (string) data: { . number } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_unicode | Invoke action unicode | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_upper | Invoke action upper | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_usdollar | Invoke action usdollar | drive-id (string) driveItem-id (string) data: { . number . decimals } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_value | Invoke action value | drive-id (string) driveItem-id (string) data: { . text } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_p | Invoke action var_P | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_s | Invoke action var_S | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_a | Invoke action varA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_var_pa | Invoke action varPA | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_vdb | Invoke action vdb | drive-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_vlookup | Invoke action vlookup | drive-id (string) driveItem-id (string) data: { . lookupValue . tableArray . colIndexNum . rangeLookup } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_weekday | Invoke action weekday | drive-id (string) driveItem-id (string) data: { . serialNumber . returnType } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_week_num | Invoke action weekNum | drive-id (string) driveItem-id (string) data: { . serialNumber . returnType } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_weibull_dist | Invoke action weibull_Dist | drive-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_day | Invoke action workDay | drive-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_intl | Invoke action workDay_Intl | drive-id (string) driveItem-id (string) data: { . startDate . days . weekend . holidays } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xirr | Invoke action xirr | drive-id (string) driveItem-id (string) data: { . values . dates . guess } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xnpv | Invoke action xnpv | drive-id (string) driveItem-id (string) data: { . rate . values . dates } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_xor | Invoke action xor | drive-id (string) driveItem-id (string) data: { . values } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_year | Invoke action year | drive-id (string) driveItem-id (string) data: { . serialNumber } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_year_frac | Invoke action yearFrac | drive-id (string) driveItem-id (string) data: { . startDate . endDate . basis } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_functions_yield | Invoke action yield | drive-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_disc | Invoke action yieldDisc | drive-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_mat | Invoke action yieldMat | drive-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_test | Invoke action z_Test | drive-id (string) driveItem-id (string) data: { . array . x . sigma } (object) required |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_close_session | Use 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_session | Create 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_session | Use 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 sessionInfoResource | drive-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 workbookOperation | drive-id (string) driveItem-id (string) key (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names | Represents 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_names | Create new navigation property to names for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_names_by_workbook_named_item_id | Represents 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_id | Update the navigation property names in drives | drive-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 | Delete navigation property names for drives | drive-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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_worksheet | Returns 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_names_add | Adds 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_local | Adds 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_operations | The 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_operations | Create new navigation property to operations for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_operations_by_workbook_operation_id | The 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_id | Update the navigation property operations in drives | drive-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_id | Delete navigation property operations for drives | drive-id (string) driveItem-id (string) workbookOperation-id (string) If-Match (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_operations_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables | Represents 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_tables | Create new navigation property to tables for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_by_workbook_table_id | Represents 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_id | Update the navigation property tables in drives | drive-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 | Delete navigation property tables for drives | drive-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_columns | The 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_columns | Create new navigation property to columns for drives | drive-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_id | The 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_id | Update the navigation property columns in drives | drive-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 | Delete navigation property columns for drives | drive-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_filter | The 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_filter | Update the navigation property filter in drives | drive-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_filter | Delete navigation property filter for drives | drive-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_apply | Apply 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_filter | Invoke action applyBottomItemsFilter | drive-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_filter | Invoke action applyBottomPercentFilter | drive-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_filter | Invoke action applyCellColorFilter | drive-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_filter | Invoke action applyCustomFilter | drive-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_filter | Invoke action applyDynamicFilter | drive-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_filter | Invoke action applyFontColorFilter | drive-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_filter | Invoke action applyIconFilter | drive-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_filter | Invoke action applyTopItemsFilter | drive-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_filter | Invoke action applyTopPercentFilter | drive-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_filter | Invoke action applyValuesFilter | drive-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_clear | Clear 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_add | Adds 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 count | 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_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_filter | The 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_filter | Update the navigation property filter in drives | drive-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_filter | Delete navigation property filter for drives | drive-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_filters | Clears 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_range | Converts 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_data_body_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_data_body_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_header_row_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_header_row_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_filters | Reapplies 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_total_row_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_total_row_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_rows | The 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_rows | Create new navigation property to rows for drives | drive-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_id | The 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_id | Update the navigation property rows in drives | drive-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 | Delete navigation property rows for drives | drive-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 range | drive-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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | drive-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 columnsAfter | drive-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 columnsBefore | drive-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 columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | drive-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 entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | drive-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 lastColumn | drive-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 lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | drive-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 rowsAbove | drive-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 rowsBelow | drive-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 rowsBelow | drive-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_unmerge | Invoke action unmerge | drive-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 usedRange | drive-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 usedRange | drive-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 visibleView | drive-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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_add | Adds 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 count | 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_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 range | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_apply | Perform 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_clear | Clears 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_reapply | Reapplies 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_worksheet | The 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_add | Create 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 count | drive-id (string) driveItem-id (string) |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_tables_item_at_index_by_index_ | Invoke function itemAt | 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_columns | The 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_columns | Create new navigation property to columns for drives | drive-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_filters | Clears 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_range | Converts 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_filters | Reapplies 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_rows | The 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_rows | Create new navigation property to rows for drives | drive-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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_worksheets | Represents 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_worksheets | Create new navigation property to worksheets for drives | drive-id (string) driveItem-id (string) data (undefined) required |
| get_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_by_workbook_worksheet_id | Represents 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_id | Update the navigation property worksheets in drives | drive-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 | Delete navigation property worksheets for drives | drive-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_charts | The 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_charts | Create new navigation property to charts for drives | drive-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_id | The 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_id | Update the navigation property charts in drives | drive-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 | Delete navigation property charts for drives | drive-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 | Represents 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_axes | Update the navigation property axes in drives | drive-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 | Delete navigation property axes for drives | drive-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 | Represents 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_axis | Update the navigation property categoryAxis in drives | drive-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 | Delete navigation property categoryAxis for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_gridlines | Returns 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_gridlines | Update the navigation property majorGridlines in drives | drive-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 | Delete navigation property majorGridlines for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_gridlines | Returns 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_gridlines | Update the navigation property minorGridlines in drives | drive-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 | Delete navigation property minorGridlines for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_title | Represents 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_title | Update the navigation property title in drives | drive-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 | Delete navigation property title for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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 | Represents 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_axis | Update the navigation property seriesAxis in drives | drive-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 | Delete navigation property seriesAxis for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_gridlines | Returns 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_gridlines | Update the navigation property majorGridlines in drives | drive-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 | Delete navigation property majorGridlines for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_gridlines | Returns 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_gridlines | Update the navigation property minorGridlines in drives | drive-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 | Delete navigation property minorGridlines for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_title | Represents 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_title | Update the navigation property title in drives | drive-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 | Delete navigation property title for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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 | Represents 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_axis | Update the navigation property valueAxis in drives | drive-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 | Delete navigation property valueAxis for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_gridlines | Returns 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_gridlines | Update the navigation property majorGridlines in drives | drive-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 | Delete navigation property majorGridlines for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_gridlines | Returns 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_gridlines | Update the navigation property minorGridlines in drives | drive-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 | Delete navigation property minorGridlines for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_title | Represents 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_title | Update the navigation property title in drives | drive-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 | Delete navigation property title for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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 | Represents 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_labels | Update the navigation property dataLabels in drives | drive-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 | Delete navigation property dataLabels for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_fill | Represents 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_fill | Update the navigation property fill in drives | drive-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_fill | Delete navigation property fill for drives | drive-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_clear | Clear 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_color | Sets 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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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 | Encapsulates 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_fill | Represents 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_fill | Update the navigation property fill in drives | drive-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_fill | Delete navigation property fill for drives | drive-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_clear | Clear 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_color | Sets 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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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 | Represents 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_legend | Update the navigation property legend in drives | drive-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 | Delete navigation property legend for drives | drive-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 | Represents 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_fill | Represents 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_fill | Update the navigation property fill in drives | drive-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_fill | Delete navigation property fill for drives | drive-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_clear | Clear 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_color | Sets 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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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 image | 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_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_ | Invoke function image | drive-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 image | drive-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 image | drive-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_data | Resets 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_position | Positions 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_series | Represents 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_series | Create new navigation property to series for drives | drive-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_id | Represents 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_id | Update the navigation property series in drives | drive-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 | Delete navigation property series for drives | drive-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 | The 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_fill | Represents 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_fill | Update the navigation property fill in drives | drive-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_fill | Delete navigation property fill for drives | drive-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_clear | Clear 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_color | Sets 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_line | Represents 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_line | Update the navigation property line in drives | drive-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_line | Delete navigation property line for drives | drive-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_clear | Clear 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_points | A 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_points | Create new navigation property to points for drives | drive-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_id | A 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_id | Update the navigation property points in drives | drive-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 | Delete navigation property points for drives | drive-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 | The 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_fill | Represents 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_fill | Update the navigation property fill in drives | drive-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_fill | Delete navigation property fill for drives | drive-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_clear | Clear 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_color | Sets 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 count | 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_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_format | The 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 count | 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_series_item_at_index_by_index_ | Retrieves a series based on its position in the collection | drive-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_format | The 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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_points | A 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_points | Create new navigation property to points for drives | drive-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_title | Represents 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_title | Update the navigation property title in drives | drive-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 | Delete navigation property title for drives | drive-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 | The 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_format | Update the navigation property format in drives | drive-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 | Delete navigation property format for drives | drive-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_fill | Represents 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_fill | Update the navigation property fill in drives | drive-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_fill | Delete navigation property fill for drives | drive-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_clear | Clear 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_color | Sets 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_font | Represents 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_font | Update the navigation property font in drives | drive-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_font | Delete navigation property font for drives | drive-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_worksheet | The 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_add | Creates 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 count | 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_charts_item_name_by_name_ | Invoke function item | drive-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_axes | Represents 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_axes | Update the navigation property axes in drives | drive-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_axes | Delete navigation property axes for drives | drive-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_labels | Represents 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_labels | Update the navigation property dataLabels in drives | drive-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_labels | Delete navigation property dataLabels for drives | drive-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_format | Encapsulates 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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_legend | Represents 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_legend | Update the navigation property legend in drives | drive-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_legend | Delete navigation property legend for drives | drive-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 image | drive-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 image | drive-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 image | drive-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 image | drive-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_data | Resets 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_position | Positions 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_series | Represents 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_series | Create new navigation property to series for drives | drive-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_title | Represents 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_title | Update the navigation property title in drives | drive-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_title | Delete navigation property title for drives | drive-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_worksheet | The 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_axes | Represents 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_axes | Update the navigation property axes in drives | drive-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_axes | Delete navigation property axes for drives | drive-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_labels | Represents 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_labels | Update the navigation property dataLabels in drives | drive-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_labels | Delete navigation property dataLabels for drives | drive-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_format | Encapsulates 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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_legend | Represents 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_legend | Update the navigation property legend in drives | drive-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_legend | Delete navigation property legend for drives | drive-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 image | 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_image_width_by_width_height_by_height_fitting_mode_by_fitting_mode_ | Invoke function image | drive-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 image | drive-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 image | drive-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_data | Resets 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_position | Positions 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_series | Represents 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_series | Create new navigation property to series for drives | drive-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_title | Represents 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_title | Update the navigation property title in drives | drive-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_title | Delete navigation property title for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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 range | 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_range_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_range_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_range_last_column_ | Invoke function lastColumn | 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_range_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_range_used_range_ | Invoke function usedRange | 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_range_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_range_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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 range | drive-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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | drive-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 columnsAfter | drive-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 columnsBefore | drive-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 columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | drive-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 entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | drive-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 lastColumn | drive-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 lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | drive-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 rowsAbove | drive-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 rowsBelow | drive-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 rowsBelow | drive-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_unmerge | Invoke action unmerge | drive-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 usedRange | drive-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 usedRange | drive-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 visibleView | drive-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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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 usedRange | 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_used_range_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_used_range_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_used_range_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_used_range_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_used_range_last_column_ | Invoke function lastColumn | 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_used_range_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_used_range_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_used_range_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_visible_view_ | Invoke function visibleView | 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_used_range_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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 usedRange | drive-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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | drive-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 columnsAfter | drive-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 columnsBefore | drive-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 columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | drive-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 entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | drive-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 lastColumn | drive-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 lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | drive-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 rowsAbove | drive-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 rowsBelow | drive-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 rowsBelow | drive-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_unmerge | Invoke action unmerge | drive-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 visibleView | drive-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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_names | The 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_names | Create new navigation property to names for drives | drive-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_id | The 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_id | Update the navigation property names in drives | drive-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 | Delete navigation property names for drives | drive-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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_worksheet | Returns 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_count | Get the number of the resource | drive-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_add | Adds 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_local | Adds 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_tables | The 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_tables | Create new navigation property to pivotTables for drives | drive-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_id | The 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_id | Update the navigation property pivotTables in drives | drive-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_id | Delete navigation property pivotTables for drives | drive-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_refresh | Refreshes 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_worksheet | The 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_count | Get the number of the resource | drive-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_all | Refreshes 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_protection | The 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_protection | Update the navigation property protection in drives | drive-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_protection | Delete navigation property protection for drives | drive-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_protect | Protect 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_unprotect | Unprotect a 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_tables | The 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_tables | Create new navigation property to tables for drives | drive-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_id | The 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_id | Update the navigation property tables in drives | drive-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 | Delete navigation property tables for drives | drive-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_columns | The 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_columns | Create new navigation property to columns for drives | drive-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_id | The 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_id | Update the navigation property columns in drives | drive-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 | Delete navigation property columns for drives | drive-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_filter | The 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_filter | Update the navigation property filter in drives | drive-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_filter | Delete navigation property filter for drives | drive-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_apply | Apply 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_filter | Invoke action applyBottomItemsFilter | drive-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_filter | Invoke action applyBottomPercentFilter | drive-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_filter | Invoke action applyCellColorFilter | drive-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_filter | Invoke action applyCustomFilter | drive-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_filter | Invoke action applyDynamicFilter | drive-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_filter | Invoke action applyFontColorFilter | drive-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_filter | Invoke action applyIconFilter | drive-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_filter | Invoke action applyTopItemsFilter | drive-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_filter | Invoke action applyTopPercentFilter | drive-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_filter | Invoke action applyValuesFilter | drive-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_clear | Clear 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_add | Adds 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 count | 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_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_filter | The 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_filter | Update the navigation property filter in drives | drive-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_filter | Delete navigation property filter for drives | drive-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_filters | Clears 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_range | Converts 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_data_body_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_data_body_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_header_row_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_header_row_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_filters | Reapplies 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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | 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_columns_after_count_by_count_ | Invoke function columnsAfter | drive-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 columnsBefore | 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_columns_before_count_by_count_ | Invoke function columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | 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_entire_row_ | Invoke function entireRow | 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_total_row_range_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | 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_last_column_ | Invoke function lastColumn | 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_last_row_ | Invoke function lastRow | 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_total_row_range_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | 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_rows_above_count_by_count_ | Invoke function rowsAbove | drive-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 rowsBelow | 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_rows_below_count_by_count_ | Invoke function rowsBelow | drive-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_unmerge | Invoke action unmerge | 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_used_range_ | Invoke function usedRange | 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_used_range_values_only_by_values_only_ | Invoke function usedRange | drive-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 visibleView | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_rows | The 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_rows | Create new navigation property to rows for drives | drive-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_id | The 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_id | Update the navigation property rows in drives | drive-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 | Delete navigation property rows for drives | drive-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 range | drive-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_format | Returns 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_format | Update the navigation property format in drives | drive-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_format | Delete navigation property format for drives | drive-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 boundingRect | drive-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 cell | drive-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_clear | Invoke action clear | drive-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 column | drive-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 columnsAfter | drive-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 columnsAfter | drive-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 columnsBefore | drive-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 columnsBefore | drive-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_delete | Invoke action delete | drive-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 entireColumn | drive-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 entireRow | drive-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_insert | Invoke action insert | drive-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 intersection | drive-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 lastCell | drive-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 lastColumn | drive-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 lastRow | drive-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_merge | Invoke action merge | drive-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 offsetRange | drive-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 resizedRange | drive-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 row | drive-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 rowsAbove | drive-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 rowsAbove | drive-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 rowsBelow | drive-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 rowsBelow | drive-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_unmerge | Invoke action unmerge | drive-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 usedRange | drive-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 usedRange | drive-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 visibleView | drive-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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_add | Adds 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 count | 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_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 range | 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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_apply | Perform 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_clear | Clears 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_reapply | Reapplies 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_worksheet | The 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_add | Create 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 count | 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_tables_item_at_index_by_index_ | Invoke function itemAt | 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_columns | The 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_columns | Create new navigation property to columns for drives | drive-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_filters | Clears 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_range | Converts 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_filters | Reapplies 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_rows | The 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_rows | Create new navigation property to rows for drives | drive-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_sort | The 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_sort | Update the navigation property sort in drives | drive-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_sort | Delete navigation property sort for drives | drive-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_worksheet | The 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_count | Get the number of the resource | drive-id (string) driveItem-id (string) $search (string) |
| post_drives_by_drive_id_items_by_drive_item_id_workbook_worksheets_add | Add 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_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_list | For drives in SharePoint, the underlying document library list. Read-only. Nullable. | drive-id (string) $select (array) $expand (array) |
| patch_drives_by_drive_id_list | Update the navigation property list in drives | drive-id (string) data (undefined) required |
| delete_drives_by_drive_id_list | Delete navigation property list for drives | drive-id (string) If-Match (string) |
| get_drives_by_drive_id_list_columns | The collection of field definitions for this list. | drive-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_list_columns | Create new navigation property to columns for drives | drive-id (string) data (undefined) required |
| get_drives_by_drive_id_list_columns_by_column_definition_id | The 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_id | Update the navigation property columns in drives | drive-id (string) columnDefinition-id (string) data (undefined) required |
| delete_drives_by_drive_id_list_columns_by_column_definition_id | Delete navigation property columns for drives | drive-id (string) columnDefinition-id (string) If-Match (string) |
| get_drives_by_drive_id_list_columns_by_column_definition_id_source_column | The source column for the content type column. | drive-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_list_columns_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_list_content_types | The 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_types | Create new navigation property to contentTypes for drives | drive-id (string) data (undefined) required |
| get_drives_by_drive_id_list_content_types_by_content_type_id | The 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_id | Update the navigation property contentTypes in drives | drive-id (string) contentType-id (string) data (undefined) required |
| delete_drives_by_drive_id_list_content_types_by_content_type_id | Delete navigation property contentTypes for drives | drive-id (string) contentType-id (string) If-Match (string) |
| get_drives_by_drive_id_list_content_types_by_content_type_id_base | Parent 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_types | The 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_id1 | The 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_count | Get the number of the resource | drive-id (string) contentType-id (string) $search (string) |
| get_drives_by_drive_id_list_content_types_by_content_type_id_column_links | The 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_links | Create new navigation property to columnLinks for drives | drive-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_id | The 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_id | Update the navigation property columnLinks in drives | drive-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_id | Delete navigation property columnLinks for drives | drive-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_count | Get the number of the resource | drive-id (string) contentType-id (string) $search (string) |
| get_drives_by_drive_id_list_content_types_by_content_type_id_column_positions | Column 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_id | Column 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_count | Get the number of the resource | drive-id (string) contentType-id (string) $search (string) |
| get_drives_by_drive_id_list_content_types_by_content_type_id_columns | The 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_columns | Create new navigation property to columns for drives | drive-id (string) contentType-id (string) data (undefined) required |
| get_drives_by_drive_id_list_content_types_by_content_type_id_columns_by_column_definition_id | The 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_id | Update the navigation property columns in drives | drive-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_id | Delete navigation property columns for drives | drive-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_column | The 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_count | Get the number of the resource | drive-id (string) contentType-id (string) $search (string) |
| post_drives_by_drive_id_list_content_types_by_content_type_id_associate_with_hub_sites | Associate 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_location | Copy 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_publish | Publishes 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_unpublish | Unpublish a contentType from a content type hub site. | drive-id (string) contentType-id (string) |
| get_drives_by_drive_id_list_content_types_count | Get the number of the resource | drive-id (string) $search (string) |
| post_drives_by_drive_id_list_content_types_add_copy | Add 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_hub | Add 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 Syntex | drive-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 post | drive-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_drives_by_drive_id_list_created_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_list_drive | Allows 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_items | All items contained in the list. | drive-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_list_items | Create new navigation property to items for drives | drive-id (string) data (undefined) required |
| get_drives_by_drive_id_list_items_by_list_item_id | All 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_id | Update the navigation property items in drives | drive-id (string) listItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_list_items_by_list_item_id | Delete navigation property items for drives | drive-id (string) listItem-id (string) If-Match (string) |
| get_drives_by_drive_id_list_items_by_list_item_id_analytics | Analytics 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_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) listItem-id (string) $search (string) |
| get_drives_by_drive_id_list_items_by_list_item_id_document_set_versions | Version 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_versions | Create new navigation property to documentSetVersions for drives | drive-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_id | Version 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_id | Update the navigation property documentSetVersions in drives | drive-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 | Delete navigation property documentSetVersions for drives | drive-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_fields | A 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_fields | Update the navigation property fields in drives | drive-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_fields | Delete navigation property fields for drives | drive-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_restore | Restore 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_count | Get the number of the resource | drive-id (string) listItem-id (string) $search (string) |
| get_drives_by_drive_id_list_items_by_list_item_id_drive_item | For document libraries, the driveItem relationship exposes the listItem as a driveItem | drive-id (string) listItem-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_list_items_by_list_item_id_drive_item_content | The 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_content | The 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_content | The 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_fields | The 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_fields | Update the navigation property fields in drives | drive-id (string) listItem-id (string) data (undefined) required |
| delete_drives_by_drive_id_list_items_by_list_item_id_fields | Delete navigation property fields for drives | drive-id (string) listItem-id (string) If-Match (string) |
| get_drives_by_drive_id_list_items_by_list_item_id_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) listItem-id (string) $search (string) |
| post_drives_by_drive_id_list_items_by_list_item_id_create_link | Invoke action createLink | drive-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 getActivitiesByInterval | drive-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 getActivitiesByInterval | drive-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_versions | The 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_versions | Create new navigation property to versions for drives | drive-id (string) listItem-id (string) data (undefined) required |
| get_drives_by_drive_id_list_items_by_list_item_id_versions_by_list_item_version_id | The 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_id | Update the navigation property versions in drives | drive-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 | Delete navigation property versions for drives | drive-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_fields | A 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_fields | Update the navigation property fields in drives | drive-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_fields | Delete navigation property fields for drives | drive-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_version | Restore 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_count | Get the number of the resource | drive-id (string) listItem-id (string) $search (string) |
| get_drives_by_drive_id_list_items_count | Get the number of the resource | drive-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 c | drive-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_drives_by_drive_id_list_items_delta_token_by_token_ | Invoke function delta | drive-id (string) token (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_drives_by_drive_id_list_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_list_operations | The 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_operations | Create new navigation property to operations for drives | drive-id (string) data (undefined) required |
| get_drives_by_drive_id_list_operations_by_rich_long_running_operation_id | The 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_id | Update the navigation property operations in drives | drive-id (string) richLongRunningOperation-id (string) data (undefined) required |
| delete_drives_by_drive_id_list_operations_by_rich_long_running_operation_id | Delete navigation property operations for drives | drive-id (string) richLongRunningOperation-id (string) If-Match (string) |
| get_drives_by_drive_id_list_operations_count | Get the number of the resource | drive-id (string) $search (string) |
| get_drives_by_drive_id_list_subscriptions | The set of subscriptions on the list. | drive-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_drives_by_drive_id_list_subscriptions | Create new navigation property to subscriptions for drives | drive-id (string) data (undefined) required |
| get_drives_by_drive_id_list_subscriptions_by_subscription_id | The 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_id | Update the navigation property subscriptions in drives | drive-id (string) subscription-id (string) data (undefined) required |
| delete_drives_by_drive_id_list_subscriptions_by_subscription_id | Delete navigation property subscriptions for drives | drive-id (string) subscription-id (string) If-Match (string) |
| post_drives_by_drive_id_list_subscriptions_by_subscription_id_reauthorize | Reauthorize a subscription when you receive a reauthorizationRequired challenge. | drive-id (string) subscription-id (string) |
| get_drives_by_drive_id_list_subscriptions_count | Get the number of the resource | drive-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_root | The root folder of the drive. Read-only. | drive-id (string) $select (array) $expand (array) |
| get_drives_by_drive_id_root_content | The content stream, if the item represents a file. | drive-id (string) $format (string) |
| put_drives_by_drive_id_root_content | The content stream, if the item represents a file. | drive-id (string) |
| delete_drives_by_drive_id_root_content | The content stream, if the item represents a file. | drive-id (string) If-Match (string) |
| get_drives_by_drive_id_special | Collection 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_id | Collection 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_content | The 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_content | The content stream, if the item represents a file. | drive-id (string) driveItem-id (string) |
| delete_drives_by_drive_id_special_by_drive_item_id_content | The content stream, if the item represents a file. | drive-id (string) driveItem-id (string) If-Match (string) |
| get_drives_by_drive_id_special_count | Get the number of the resource | drive-id (string) $search (string) |
| get_me_drives | Retrieve 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_id | A collection of drives available for this user. Read-only. | drive-id (string) $select (array) $expand (array) |
| get_me_drives_count | Get the number of the resource | $search (string) |
| get_me_followed_sites | List 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_id | Get followedSites from me | site-id (string) $select (array) $expand (array) |
| get_me_followed_sites_count | Get the number of the resource | $search (string) |
| post_me_followed_sites_add | Follow a user's site or multiple sites. | data: { . value (array) } (object) required |
| post_me_followed_sites_remove | Unfollow a user's site or multiple sites. | data: { . value (array) } (object) required |
| get_me_todo_lists | Get a list of the todoTaskList objects and their properties. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_todo_lists | Create a new lists object. | data (undefined) required |
| get_me_todo_lists_by_todo_task_list_id | Read the properties and relationships of a todoTaskList object. | todoTaskList-id (string) $select (array) $expand (array) |
| patch_me_todo_lists_by_todo_task_list_id | Update the properties of a todoTaskList object. | todoTaskList-id (string) data (undefined) required |
| delete_me_todo_lists_by_todo_task_list_id | Deletes a todoTaskList object. | todoTaskList-id (string) If-Match (string) |
| get_me_todo_lists_by_todo_task_list_id_extensions | The 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_extensions | Create new navigation property to extensions for me | todoTaskList-id (string) data (undefined) required |
| get_me_todo_lists_by_todo_task_list_id_extensions_by_extension_id | The 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_id | Update the navigation property extensions in me | todoTaskList-id (string) extension-id (string) data (undefined) required |
| delete_me_todo_lists_by_todo_task_list_id_extensions_by_extension_id | Delete navigation property extensions for me | todoTaskList-id (string) extension-id (string) If-Match (string) |
| get_me_todo_lists_by_todo_task_list_id_extensions_count | Get the number of the resource | todoTaskList-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks | Get 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_tasks | Create 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_id | Read 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_id | Update 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_id | Delete 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_attachments | Get 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_attachments | Add 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_id | Read 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_id | Delete 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_value | Get 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_value | The 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_value | Delete 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| post_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_attachments_create_upload_session | Create 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 se | todoTaskList-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_sessions | Get attachmentSessions from me | todoTaskList-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_id | Get attachmentSessions from me | todoTaskList-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_id | Update the navigation property attachmentSessions in me | todoTaskList-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_id | Delete navigation property attachmentSessions for me | 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_by_attachment_session_id_content | The 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_content | The 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_content | The 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_checklist_items | Get 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_items | Create 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_id | Read 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_id | Update 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_id | Delete 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_extensions | The 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_extensions | Create new navigation property to extensions for me | todoTaskList-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_id | The 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_id | Update the navigation property extensions in me | todoTaskList-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_id | Delete navigation property extensions for me | todoTaskList-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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_by_todo_task_id_linked_resources | Get 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_resources | Create 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_id | Read 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_id | Update 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_id | Delete 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_count | Get the number of the resource | todoTaskList-id (string) todoTask-id (string) $search (string) |
| get_me_todo_lists_by_todo_task_list_id_tasks_count | Get the number of the resource | todoTaskList-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 eve | todoTaskList-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_me_todo_lists_count | Get 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_sites | List 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_id | Retrieve 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_id | Update entity in sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_analytics | Analytics about the view activities that took place on this site. | site-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_analytics | Update the navigation property analytics in sites | site-id (string) data (undefined) required |
| delete_sites_by_site_id_analytics | Delete navigation property analytics for sites | site-id (string) If-Match (string) |
| get_sites_by_site_id_analytics_all_time | Get allTime from sites | site-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_analytics_item_activity_stats | Get itemActivityStats from sites | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_analytics_item_activity_stats | Create new navigation property to itemActivityStats for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id | Get itemActivityStats from sites | site-id (string) itemActivityStat-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id | Update the navigation property itemActivityStats in sites | site-id (string) itemActivityStat-id (string) data (undefined) required |
| delete_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id | Delete navigation property itemActivityStats for sites | site-id (string) itemActivityStat-id (string) If-Match (string) |
| get_sites_by_site_id_analytics_item_activity_stats_by_item_activity_stat_id_activities | Exposes 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_activities | Create new navigation property to activities for sites | site-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_id | Exposes 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_id | Update the navigation property activities in sites | site-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_id | Delete navigation property activities for sites | site-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_item | Exposes 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_content | The 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_content | The 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_count | Get the number of the resource | site-id (string) itemActivityStat-id (string) $search (string) |
| get_sites_by_site_id_analytics_item_activity_stats_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_analytics_last_seven_days | Get lastSevenDays from sites | site-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_columns | Get 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_columns | Create 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_id | The 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_id | Update the navigation property columns in sites | site-id (string) columnDefinition-id (string) data (undefined) required |
| delete_sites_by_site_id_columns_by_column_definition_id | Delete navigation property columns for sites | site-id (string) columnDefinition-id (string) If-Match (string) |
| get_sites_by_site_id_columns_by_column_definition_id_source_column | The source column for the content type column. | site-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_columns_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_content_types | Get 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_types | Create a new contentType in a site. | site-id (string) data (undefined) required |
| get_sites_by_site_id_content_types_by_content_type_id | Retrieve 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_id | Update a content type. | site-id (string) contentType-id (string) data (undefined) required |
| delete_sites_by_site_id_content_types_by_content_type_id | Remove 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_base | Parent 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_types | The 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_id1 | The 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_count | Get the number of the resource | site-id (string) contentType-id (string) $search (string) |
| get_sites_by_site_id_content_types_by_content_type_id_column_links | The 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_links | Create new navigation property to columnLinks for sites | site-id (string) contentType-id (string) data (undefined) required |
| get_sites_by_site_id_content_types_by_content_type_id_column_links_by_column_link_id | The 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_id | Update the navigation property columnLinks in sites | site-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_id | Delete navigation property columnLinks for sites | site-id (string) contentType-id (string) columnLink-id (string) If-Match (string) |
| get_sites_by_site_id_content_types_by_content_type_id_column_links_count | Get the number of the resource | site-id (string) contentType-id (string) $search (string) |
| get_sites_by_site_id_content_types_by_content_type_id_column_positions | Column 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_id | Column 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_count | Get the number of the resource | site-id (string) contentType-id (string) $search (string) |
| get_sites_by_site_id_content_types_by_content_type_id_columns | Get 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_columns | Add 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_id | Retrieve 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_id | Update 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_id | Remove 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_column | The 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_count | Get the number of the resource | site-id (string) contentType-id (string) $search (string) |
| post_sites_by_site_id_content_types_by_content_type_id_associate_with_hub_sites | Associate 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_location | Copy 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_publish | Publishes 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_unpublish | Unpublish a contentType from a content type hub site. | site-id (string) contentType-id (string) |
| get_sites_by_site_id_content_types_count | Get the number of the resource | site-id (string) $search (string) |
| post_sites_by_site_id_content_types_add_copy | Add 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_hub | Add 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 Syntex | site-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 post | site-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_sites_by_site_id_created_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_drive | The default drive document library for this site. | site-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_drives | The 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_id | The collection of drives document libraries under this site. | site-id (string) drive-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_drives_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_external_columns | Get externalColumns from sites | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_sites_by_site_id_external_columns_by_column_definition_id | Get externalColumns from sites | site-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_external_columns_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_items | Used 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_id | Used 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_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_lists | Get 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_lists | Create a new list in a site. | site-id (string) data (undefined) required |
| get_sites_by_site_id_lists_by_list_id | Returns the metadata for a list. | site-id (string) list-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_lists_by_list_id | Update the navigation property lists in sites | site-id (string) list-id (string) data (undefined) required |
| delete_sites_by_site_id_lists_by_list_id | Delete navigation property lists for sites | site-id (string) list-id (string) If-Match (string) |
| get_sites_by_site_id_lists_by_list_id_columns | Get 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_columns | Create 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_id | The 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_id | Update the navigation property columns in sites | site-id (string) list-id (string) columnDefinition-id (string) data (undefined) required |
| delete_sites_by_site_id_lists_by_list_id_columns_by_column_definition_id | Delete navigation property columns for sites | site-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_column | The 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_count | Get the number of the resource | site-id (string) list-id (string) $search (string) |
| get_sites_by_site_id_lists_by_list_id_content_types | Get 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_types | Create new navigation property to contentTypes for sites | site-id (string) list-id (string) data (undefined) required |
| get_sites_by_site_id_lists_by_list_id_content_types_by_content_type_id | The 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_id | Update the navigation property contentTypes in sites | site-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_id | Delete navigation property contentTypes for sites | site-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_base | Parent 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_types | The 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_id1 | The 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_count | Get the number of the resource | site-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_links | The 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_links | Create new navigation property to columnLinks for sites | site-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_id | The 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_id | Update the navigation property columnLinks in sites | site-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_id | Delete navigation property columnLinks for sites | site-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_count | Get the number of the resource | site-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_positions | Column 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_id | Column 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_count | Get the number of the resource | site-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_columns | The 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_columns | Create new navigation property to columns for sites | site-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_id | The 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_id | Update the navigation property columns in sites | site-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_id | Delete navigation property columns for sites | site-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_column | The 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_count | Get the number of the resource | site-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_sites | Associate 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_location | Copy 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_publish | Publishes 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_unpublish | Unpublish 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_count | Get the number of the resource | site-id (string) list-id (string) $search (string) |
| post_sites_by_site_id_lists_by_list_id_content_types_add_copy | Add 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_hub | Add 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 Syntex | site-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 post | site-id (string) list-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_sites_by_site_id_lists_by_list_id_created_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) list-id (string) $search (string) |
| get_sites_by_site_id_lists_by_list_id_drive | Allows 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_items | Get 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_items | Create 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_id | Returns 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_id | Update the navigation property items in sites | 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 | Removes 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_analytics | Analytics 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_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-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_versions | Get 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_versions | Create 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_id | Read 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_id | Update the navigation property documentSetVersions in sites | site-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 | Delete 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_fields | A 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_fields | Update the navigation property fields in sites | site-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_fields | Delete navigation property fields for sites | site-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_restore | Restore 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_count | Get the number of the resource | site-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_item | For document libraries, the driveItem relationship exposes the listItem as a driveItem | 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_drive_item_content | The 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_content | The 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_fields | The 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_fields | Update 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_fields | Delete navigation property fields for sites | 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_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-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_link | Invoke action createLink | site-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 getActivitiesByInterval | site-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 getActivitiesByInterval | site-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_versions | SharePoint 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_versions | Create new navigation property to versions for sites | 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_versions_by_list_item_version_id | Retrieve 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_id | Update the navigation property versions in sites | site-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 | Delete navigation property versions for sites | site-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_fields | A 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_fields | Update the navigation property fields in sites | site-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_fields | Delete navigation property fields for sites | site-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_version | Restore 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_count | Get the number of the resource | site-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 c | site-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 delta | site-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_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) list-id (string) $search (string) |
| get_sites_by_site_id_lists_by_list_id_operations | The 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_operations | Create new navigation property to operations for sites | site-id (string) list-id (string) data (undefined) required |
| get_sites_by_site_id_lists_by_list_id_operations_by_rich_long_running_operation_id | The 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_id | Update the navigation property operations in sites | site-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_id | Delete navigation property operations for sites | site-id (string) list-id (string) richLongRunningOperation-id (string) If-Match (string) |
| get_sites_by_site_id_lists_by_list_id_operations_count | Get the number of the resource | site-id (string) list-id (string) $search (string) |
| get_sites_by_site_id_lists_by_list_id_subscriptions | The 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_subscriptions | Create new navigation property to subscriptions for sites | site-id (string) list-id (string) data (undefined) required |
| get_sites_by_site_id_lists_by_list_id_subscriptions_by_subscription_id | The 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_id | Update the navigation property subscriptions in sites | site-id (string) list-id (string) subscription-id (string) data (undefined) required |
| delete_sites_by_site_id_lists_by_list_id_subscriptions_by_subscription_id | Delete navigation property subscriptions for sites | site-id (string) list-id (string) subscription-id (string) If-Match (string) |
| post_sites_by_site_id_lists_by_list_id_subscriptions_by_subscription_id_reauthorize | Reauthorize 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_count | Get the number of the resource | site-id (string) list-id (string) $search (string) |
| get_sites_by_site_id_lists_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_get_activities_by_interval_ | Invoke function getActivitiesByInterval | site-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 getActivitiesByInterval | site-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 getByPath | site-id (string) path (string) |
| get_sites_by_site_id_get_by_path_path_by_path_analytics | Analytics 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_analytics | Update the navigation property analytics in sites | site-id (string) path (string) data (undefined) required |
| delete_sites_by_site_id_get_by_path_path_by_path_analytics | Delete navigation property analytics for sites | site-id (string) path (string) If-Match (string) |
| get_sites_by_site_id_get_by_path_path_by_path_columns | The 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_columns | Create new navigation property to columns for sites | site-id (string) path (string) data (undefined) required |
| get_sites_by_site_id_get_by_path_path_by_path_content_types | The 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_types | Create new navigation property to contentTypes for sites | site-id (string) path (string) data (undefined) required |
| get_sites_by_site_id_get_by_path_path_by_path_created_by_user | Identity 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_drive | The 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_drives | The 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_columns | Get externalColumns from sites | site-id (string) path (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_sites_by_site_id_get_by_path_path_by_path_items | Used 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_user | Identity 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_lists | The 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_lists | Create new navigation property to lists for sites | site-id (string) path (string) data (undefined) required |
| get_sites_by_site_id_get_by_path_path_by_path_get_activities_by_interval_ | Invoke function getActivitiesByInterval | site-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 getActivitiesByInterval | site-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_onenote | Calls 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_onenote | Update the navigation property onenote in sites | site-id (string) path (string) data (undefined) required |
| delete_sites_by_site_id_get_by_path_path_by_path_onenote | Delete navigation property onenote for sites | site-id (string) path (string) If-Match (string) |
| get_sites_by_site_id_get_by_path_path_by_path_operations | The 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_operations | Create new navigation property to operations for sites | site-id (string) path (string) data (undefined) required |
| get_sites_by_site_id_get_by_path_path_by_path_pages | The 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_pages | Create new navigation property to pages for sites | site-id (string) path (string) data (undefined) required |
| get_sites_by_site_id_get_by_path_path_by_path_permissions | The 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_permissions | Create new navigation property to permissions for sites | site-id (string) path (string) data (undefined) required |
| get_sites_by_site_id_get_by_path_path_by_path_sites | The 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_store | The 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_store | Update the navigation property termStore in sites | site-id (string) path (string) data (undefined) required |
| delete_sites_by_site_id_get_by_path_path_by_path_term_store | Delete navigation property termStore for sites | site-id (string) path (string) If-Match (string) |
| get_sites_by_site_id_get_by_path_path_by_path_term_stores | The 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_stores | Create new navigation property to termStores for sites | site-id (string) path (string) data (undefined) required |
| get_sites_by_site_id_onenote | Calls the OneNote service for notebook related operations. | site-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote | Update the navigation property onenote in sites | site-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote | Delete navigation property onenote for sites | site-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_notebooks | The 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_notebooks | Create new navigation property to notebooks for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id | The 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_id | Update the navigation property notebooks in sites | site-id (string) notebook-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_notebooks_by_notebook_id | Delete navigation property notebooks for sites | site-id (string) notebook-id (string) If-Match (string) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_copy_notebook | 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) data: { . groupId (string) . renameAs (string) . notebookFolder (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups | The 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_groups | Create new navigation property to sectionGroups for sites | site-id (string) notebook-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | The 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_id | Update the navigation property sectionGroups in sites | site-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_id | Delete navigation property sectionGroups for sites | site-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_notebook | The 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_group | The 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_groups | The 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_id1 | The 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_count | Get the number of the resource | site-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_sections | The 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_sections | Create new navigation property to sections for sites | site-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_id | The 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_id | Update the navigation property sections in sites | site-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_id | Delete navigation property sections for sites | site-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_notebook | 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) 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_group | 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) 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_pages | The 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_pages | Create new navigation property to pages for sites | site-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_id | The 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_id | Update the navigation property pages in sites | site-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_id | Delete navigation property pages for sites | site-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_content | The 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_content | The 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_section | Copy 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_content | Invoke action onenotePatchContent | site-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 preview | site-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_notebook | The 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_section | The 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_count | Get the number of the resource | site-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_notebook | The 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_group | The 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_count | Get the number of the resource | site-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_count | Get the number of the resource | site-id (string) notebook-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections | The 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_sections | Create new navigation property to sections for sites | site-id (string) notebook-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | The 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_id | Update the navigation property sections in sites | site-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_id | Delete navigation property sections for sites | site-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_notebook | 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) 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_group | 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) 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_pages | The 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_pages | Create new navigation property to pages for sites | site-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_id | The 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_id | Update the navigation property pages in sites | site-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_id | Delete navigation property pages for sites | site-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_content | The 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_content | The 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_section | Copy 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_content | Invoke action onenotePatchContent | site-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 preview | site-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_notebook | The 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_section | The 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_count | Get the number of the resource | site-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_notebook | The 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_group | The 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_count | Get the number of the resource | site-id (string) notebook-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_count | Get the number of the resource | site-id (string) $search (string) |
| post_sites_by_site_id_onenote_notebooks_get_notebook_from_web_url | Retrieve 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_operations | The 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_operations | Create new navigation property to operations for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_operations_by_onenote_operation_id | The 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_id | Update the navigation property operations in sites | site-id (string) onenoteOperation-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_operations_by_onenote_operation_id | Delete navigation property operations for sites | site-id (string) onenoteOperation-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_operations_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_pages | The 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_pages | Create new navigation property to pages for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id | The 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_id | Update the navigation property pages in sites | site-id (string) onenotePage-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_pages_by_onenote_page_id | Delete navigation property pages for sites | site-id (string) onenotePage-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) onenotePage-id (string) |
| put_sites_by_site_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) onenotePage-id (string) |
| post_sites_by_site_id_onenote_pages_by_onenote_page_id_copy_to_section | Copy 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_content | Invoke action onenotePatchContent | site-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id_preview_ | Invoke function preview | site-id (string) onenotePage-id (string) |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id_parent_notebook | The 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_section | The section that contains the page. Read-only. | site-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_pages_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_resources | The 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_resources | Create new navigation property to resources for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_resources_by_onenote_resource_id | The 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_id | Update the navigation property resources in sites | site-id (string) onenoteResource-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_resources_by_onenote_resource_id | Delete navigation property resources for sites | site-id (string) onenoteResource-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_resources_by_onenote_resource_id_content | The content stream | site-id (string) onenoteResource-id (string) |
| put_sites_by_site_id_onenote_resources_by_onenote_resource_id_content | The content stream | site-id (string) onenoteResource-id (string) |
| get_sites_by_site_id_onenote_resources_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_section_groups | The 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_groups | Create new navigation property to sectionGroups for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id | The 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_id | Update the navigation property sectionGroups in sites | site-id (string) sectionGroup-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_section_groups_by_section_group_id | Delete navigation property sectionGroups for sites | site-id (string) sectionGroup-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_parent_notebook | The 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_group | The 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_groups | The 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_id1 | The 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_count | Get the number of the resource | site-id (string) sectionGroup-id (string) $search (string) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections | The 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_sections | Create new navigation property to sections for sites | site-id (string) sectionGroup-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | The 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_id | Update the navigation property sections in sites | site-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_id | Delete navigation property sections for sites | site-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_notebook | 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) 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_group | 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) 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_pages | The 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_pages | Create new navigation property to pages for sites | site-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_id | The 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_id | Update the navigation property pages in sites | site-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_id | Delete navigation property pages for sites | site-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_content | The 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_content | The 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_section | Copy 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_content | Invoke action onenotePatchContent | site-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 preview | site-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_notebook | The 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_section | The 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_count | Get the number of the resource | site-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_notebook | The 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_group | The 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_count | Get the number of the resource | site-id (string) sectionGroup-id (string) $search (string) |
| get_sites_by_site_id_onenote_section_groups_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_sections | The 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_sections | Create new navigation property to sections for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id | The 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_id | Update the navigation property sections in sites | site-id (string) onenoteSection-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_sections_by_onenote_section_id | Delete navigation property sections for sites | site-id (string) onenoteSection-id (string) If-Match (string) |
| post_sites_by_site_id_onenote_sections_by_onenote_section_id_copy_to_notebook | 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) 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_group | 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) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages | The 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_pages | Create new navigation property to pages for sites | site-id (string) onenoteSection-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | The 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_id | Update the navigation property pages in sites | site-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_id | Delete navigation property pages for sites | site-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_content | The 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_content | The 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_section | Copy 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_content | Invoke action onenotePatchContent | site-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 preview | site-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_notebook | The 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_section | The 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_count | Get the number of the resource | site-id (string) onenoteSection-id (string) $search (string) |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_parent_notebook | The 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_group | The 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_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_operations | Get 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_operations | Create new navigation property to operations for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_operations_by_rich_long_running_operation_id | Get 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_id | Update the navigation property operations in sites | site-id (string) richLongRunningOperation-id (string) data (undefined) required |
| delete_sites_by_site_id_operations_by_rich_long_running_operation_id | Delete navigation property operations for sites | site-id (string) richLongRunningOperation-id (string) If-Match (string) |
| get_sites_by_site_id_operations_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_pages | Get 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_pages | Create 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_id | Get 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_id | Update the navigation property pages in sites | site-id (string) baseSitePage-id (string) data (undefined) required |
| delete_sites_by_site_id_pages_by_base_site_page_id | Delete 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_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) baseSitePage-id (string) $search (string) |
| get_sites_by_site_id_pages_by_base_site_page_id_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) baseSitePage-id (string) $search (string) |
| get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page | Returns 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_layout | Indicates 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_layout | Update the navigation property canvasLayout in sites | site-id (string) baseSitePage-id (string) data (undefined) required |
| delete_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout | Delete navigation property canvasLayout for sites | site-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_sections | Collection 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_sections | Create new navigation property to horizontalSections for sites | site-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_id | Collection 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_id | Update the navigation property horizontalSections in sites | site-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_id | Delete navigation property horizontalSections for sites | site-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_columns | The 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_columns | Create new navigation property to columns for sites | site-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_id | The 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_id | Update the navigation property columns in sites | site-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_id | Delete navigation property columns for sites | site-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_webparts | The 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_webparts | Create new navigation property to webparts for sites | site-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_id | The 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_id | Update the navigation property webparts in sites | site-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_id | Delete navigation property webparts for sites | site-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_part | Invoke action getPositionOfWebPart | site-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_count | Get the number of the resource | site-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_count | Get the number of the resource | site-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_count | Get the number of the resource | site-id (string) baseSitePage-id (string) $search (string) |
| get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_canvas_layout_vertical_section | Vertical 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_section | Update the navigation property verticalSection in sites | site-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_section | Delete navigation property verticalSection for sites | site-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_webparts | The 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_webparts | Create new navigation property to webparts for sites | site-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_id | The 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_id | Update the navigation property webparts in sites | site-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_id | Delete navigation property webparts for sites | 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_canvas_layout_vertical_section_webparts_by_web_part_id_get_position_of_web_part | Invoke action getPositionOfWebPart | site-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_count | Get the number of the resource | site-id (string) baseSitePage-id (string) $search (string) |
| get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_created_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) baseSitePage-id (string) $search (string) |
| get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_last_modified_by_user | Identity 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_settings | Settings 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_settings | Update 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_errors | Errors 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_count | Get the number of the resource | site-id (string) baseSitePage-id (string) $search (string) |
| get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_parts | Collection 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_parts | Create new navigation property to webParts for sites | site-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_id | Collection 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_id | Update the navigation property webParts in sites | site-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_id | Delete 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_part | Invoke action getPositionOfWebPart | site-id (string) baseSitePage-id (string) webPart-id (string) |
| get_sites_by_site_id_pages_by_base_site_page_id_graph_site_page_web_parts_count | Get the number of the resource | site-id (string) baseSitePage-id (string) $search (string) |
| get_sites_by_site_id_pages_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_pages_graph_site_page | Returns 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_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_permissions | Get 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_permissions | Create a new permission object on a site. | site-id (string) data (undefined) required |
| get_sites_by_site_id_permissions_by_permission_id | Retrieve 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_id | Update an application permission object on a site. | site-id (string) permission-id (string) data (undefined) required |
| delete_sites_by_site_id_permissions_by_permission_id | Delete a permission object on a site. | site-id (string) permission-id (string) If-Match (string) |
| post_sites_by_site_id_permissions_by_permission_id_grant | Grant 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_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_sites | Get 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_id1 | The collection of the sub-sites under this site. | site-id (string) site-id1 (string) $select (array) $expand (array) |
| get_sites_by_site_id_sites_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_term_store | Read the properties and relationships of a store object. | site-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_term_store | Update the properties of a store object. | site-id (string) data (undefined) required |
| delete_sites_by_site_id_term_store | Delete navigation property termStore for sites | site-id (string) If-Match (string) |
| get_sites_by_site_id_term_store_groups | Get 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_groups | Create a new group object in a term store. | site-id (string) data (undefined) required |
| get_sites_by_site_id_term_store_groups_by_group_id | Read 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_id | Update the navigation property groups in sites | site-id (string) group-id (string) data (undefined) required |
| delete_sites_by_site_id_term_store_groups_by_group_id | Delete 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_sets | Get 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_sets | Create new navigation property to sets for sites | site-id (string) group-id (string) data (undefined) required |
| get_sites_by_site_id_term_store_groups_by_group_id_sets_by_set_id | All 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_id | Update the navigation property sets in sites | site-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 | Delete navigation property sets for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id | Children 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_id | Update the navigation property children in sites | site-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_id | Delete navigation property children for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_group | The 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_group | Update the navigation property parentGroup in sites | site-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_group | Delete navigation property parentGroup for sites | site-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_relations | Indicates 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_relations | Create new navigation property to relations for sites | site-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_id | Indicates 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_terms | Read 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_terms | Create new navigation property to terms for sites | site-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_id | Read 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_id | Update the navigation property terms in sites | site-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_id | Delete navigation property terms for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-id (string) group-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_store_groups_by_group_id_sets_count | Get the number of the resource | site-id (string) group-id (string) $search (string) |
| get_sites_by_site_id_term_store_groups_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_term_store_sets | Read 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_sets | Create a new set object. | site-id (string) data (undefined) required |
| get_sites_by_site_id_term_store_sets_by_set_id | Read 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_id | Update 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_id | Delete a set object. | site-id (string) set-id (string) If-Match (string) |
| get_sites_by_site_id_term_store_sets_by_set_id_children | Get 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_children | Create 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_id | Children 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_id | Update the navigation property children in sites | site-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_id | Delete navigation property children for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_store_sets_by_set_id_parent_group | The 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_group | Update the navigation property parentGroup in sites | site-id (string) set-id (string) data (undefined) required |
| delete_sites_by_site_id_term_store_sets_by_set_id_parent_group | Delete navigation property parentGroup for sites | site-id (string) set-id (string) If-Match (string) |
| get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets | All 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_sets | Create new navigation property to sets for sites | site-id (string) set-id (string) data (undefined) required |
| get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_by_set_id1 | All 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_id1 | Update the navigation property sets in sites | site-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_id1 | Delete navigation property sets for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id | Children 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_id | Update the navigation property children in sites | site-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_id | Delete navigation property children for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | Indicates 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_relations | Create new navigation property to relations for sites | site-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_id | Indicates 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_terms | All 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_terms | Create new navigation property to terms for sites | site-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_id | All 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_id | Update the navigation property terms in sites | site-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_id | Delete navigation property terms for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-id (string) set-id (string) set-id1 (string) $search (string) |
| get_sites_by_site_id_term_store_sets_by_set_id_parent_group_sets_count | Get the number of the resource | site-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_store_sets_by_set_id_relations | Get 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_relations | Create new navigation property to relations for sites | site-id (string) set-id (string) data (undefined) required |
| get_sites_by_site_id_term_store_sets_by_set_id_relations_by_relation_id | Indicates 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_store_sets_by_set_id_terms | All 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_terms | Create new navigation property to terms for sites | site-id (string) set-id (string) data (undefined) required |
| get_sites_by_site_id_term_store_sets_by_set_id_terms_by_term_id | All 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_id | Update 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_id | Delete 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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_store_sets_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_term_stores | The collection of termStores under this site. | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_term_stores | Create new navigation property to termStores for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_term_stores_by_store_id | The 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_id | Update the navigation property termStores in sites | site-id (string) store-id (string) data (undefined) required |
| delete_sites_by_site_id_term_stores_by_store_id | Delete navigation property termStores for sites | site-id (string) store-id (string) If-Match (string) |
| get_sites_by_site_id_term_stores_by_store_id_groups | Collection 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_groups | Create new navigation property to groups for sites | site-id (string) store-id (string) data (undefined) required |
| get_sites_by_site_id_term_stores_by_store_id_groups_by_group_id | Collection 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_id | Update the navigation property groups in sites | site-id (string) store-id (string) group-id (string) data (undefined) required |
| delete_sites_by_site_id_term_stores_by_store_id_groups_by_group_id | Delete navigation property groups for sites | site-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_sets | All 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_sets | Create new navigation property to sets for sites | site-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_id | All 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_id | Update the navigation property sets in sites | site-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 | Delete navigation property sets for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id | Children 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_id | Update the navigation property children in sites | site-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_id | Delete navigation property children for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_group | The 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_group | Update the navigation property parentGroup in sites | site-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_group | Delete navigation property parentGroup for sites | site-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_relations | Indicates 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_relations | Create new navigation property to relations for sites | site-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_id | Indicates 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_terms | All 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_terms | Create new navigation property to terms for sites | site-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_id | All 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_id | Update the navigation property terms in sites | site-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_id | Delete navigation property terms for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_count | Get the number of the resource | site-id (string) store-id (string) group-id (string) $search (string) |
| get_sites_by_site_id_term_stores_by_store_id_groups_count | Get the number of the resource | site-id (string) store-id (string) $search (string) |
| get_sites_by_site_id_term_stores_by_store_id_sets | Collection 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_sets | Create new navigation property to sets for sites | site-id (string) store-id (string) data (undefined) required |
| get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id | Collection 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_id | Update the navigation property sets in sites | site-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 | Delete navigation property sets for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id | Children 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_id | Update the navigation property children in sites | site-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_id | Delete navigation property children for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_group | The 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_group | Update the navigation property parentGroup in sites | site-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_group | Delete navigation property parentGroup for sites | site-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_sets | All 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_sets | Create new navigation property to sets for sites | site-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_id1 | All 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_id1 | Update the navigation property sets in sites | site-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_id1 | Delete navigation property sets for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id | Children 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_id | Update the navigation property children in sites | site-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_id | Delete navigation property children for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | Indicates 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_relations | Create new navigation property to relations for sites | site-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_id | Indicates 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_terms | All 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_terms | Create new navigation property to terms for sites | site-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_id | All 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_id | Update the navigation property terms in sites | site-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_id | Delete navigation property terms for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_count | Get the number of the resource | site-id (string) store-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_relations | Indicates 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_relations | Create new navigation property to relations for sites | site-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_id | Indicates 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-id (string) store-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_stores_by_store_id_sets_by_set_id_terms | All 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_terms | Create new navigation property to terms for sites | site-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_id | All 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_id | Update the navigation property terms in sites | site-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_id | Delete navigation property terms for sites | site-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_children | Children 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_children | Create new navigation property to children for sites | site-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_id1 | Children 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_id1 | Update the navigation property children in sites | site-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_id1 | Delete navigation property children for sites | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-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_relations | To 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_relations | Create new navigation property to relations for sites | site-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_id | To 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_id | Update the navigation property relations in sites | site-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_id | Delete navigation property relations for sites | site-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_term | The 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_set | The 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_term | The 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_count | Get the number of the resource | site-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_set | The 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_count | Get the number of the resource | site-id (string) store-id (string) set-id (string) $search (string) |
| get_sites_by_site_id_term_stores_by_store_id_sets_count | Get the number of the resource | site-id (string) store-id (string) $search (string) |
| get_sites_by_site_id_term_stores_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_count | Get the number of the resource | $search (string) |
| post_sites_add | Follow 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_remove | Unfollow a user's site or multiple sites. | data: { . value (array) } (object) required |
| get_solutions_backup_restore_share_point_protection_policies | The list of SharePoint protection policies in the tenant. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_solutions_backup_restore_share_point_protection_policies | Create 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_id | The 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_id | Update 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_id | Delete navigation property sharePointProtectionPolicies for solutions | sharePointProtectionPolicy-id (string) If-Match (string) |
| get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_inclusion_rules | Get 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_id | Get 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_count | Get the number of the resource | sharePointProtectionPolicy-id (string) $search (string) |
| get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_units | Get 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_id | The 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_count | Get the number of the resource | sharePointProtectionPolicy-id (string) $search (string) |
| get_solutions_backup_restore_share_point_protection_policies_by_share_point_protection_policy_id_site_protection_units_bulk_addition_jobs | Get 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_id | Get 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_count | Get the number of the resource | sharePointProtectionPolicy-id (string) $search (string) |
| get_solutions_backup_restore_share_point_protection_policies_count | Get the number of the resource | $search (string) |
| get_solutions_backup_restore_share_point_restore_sessions | The list of SharePoint restore sessions available in the tenant. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_solutions_backup_restore_share_point_restore_sessions | Create a new sharePointRestoreSession object. | data (undefined) required |
| get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id | The 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_id | Update the navigation property sharePointRestoreSessions in solutions | sharePointRestoreSession-id (string) data (undefined) required |
| delete_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id | Delete navigation property sharePointRestoreSessions for solutions | sharePointRestoreSession-id (string) If-Match (string) |
| get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts | List 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_artifacts | Create new navigation property to siteRestoreArtifacts for solutions | sharePointRestoreSession-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_id | A 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_id | Update the navigation property siteRestoreArtifacts in solutions | sharePointRestoreSession-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_id | Delete navigation property siteRestoreArtifacts for solutions | sharePointRestoreSession-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_point | Represents 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_count | Get the number of the resource | sharePointRestoreSession-id (string) $search (string) |
| get_solutions_backup_restore_share_point_restore_sessions_by_share_point_restore_session_id_site_restore_artifacts_bulk_addition_requests | Get 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_requests | Create 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_id | Get 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_id | Update the navigation property siteRestoreArtifactsBulkAdditionRequests in solutions | sharePointRestoreSession-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_id | Delete 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_count | Get the number of the resource | sharePointRestoreSession-id (string) $search (string) |
| get_solutions_backup_restore_share_point_restore_sessions_count | Get the number of the resource | $search (string) |
| get_users_by_user_id_drives | A 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_id | A 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_count | Get the number of the resource | user-id (string) $search (string) |