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 1294 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) data (string) required |
| 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) data (string) required |
| 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 legacy sharedWithMe endpoint — deprecated. Microsoft Graph requires $filter at runtime for this collection. To list items inside a drive, use GET /drives/drive-id/root/children root folder or GET /drives/drive-id/items/driveItem-id/children specific folder; to search, use GET /drives/drive-id/root/searchq='…'. | drive-id (string) $top (integer) $filter (string) $search (string) $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) data (string) 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_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) data (string) required |
| 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) data (string) required |
| 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) data (string) required |
| 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_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) data (string) required |
| 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) data (string) required |
| 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) data (string) required |
| 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_shares | Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares | Add new entity to shares | data (undefined) required |
| get_shares_by_shared_drive_item_id | Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. | sharedDriveItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id | Update entity in shares | sharedDriveItem-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id | Delete entity from shares | sharedDriveItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_created_by_user | Identity of the user who created the item. Read-only. | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_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. | sharedDriveItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_created_by_user_mailbox_settings | Update property mailboxSettings value. | sharedDriveItem-id (string) data: { . archiveFolder (string) . automaticRepliesSetting . dateFormat (string) . delegateMeetingMessageDeliveryOptions . language . timeFormat (string) . timeZone (string) . userPurpose . workingHours . @odata.type (string) } (object) required |
| get_shares_by_shared_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. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_created_by_user_service_provisioning_errors_count | Get the number of the resource | sharedDriveItem-id (string) ConsistencyLevel (string) $search (string) |
| get_shares_by_shared_drive_item_id_drive_item | Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_drive_item_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) $format (string) |
| put_shares_by_shared_drive_item_id_drive_item_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) data (string) required |
| delete_shares_by_shared_drive_item_id_drive_item_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_items | All driveItems contained in the sharing root. This collection cannot be enumerated. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_items_by_drive_item_id | All driveItems contained in the sharing root. This collection cannot be enumerated. | sharedDriveItem-id (string) driveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_items_by_drive_item_id_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) driveItem-id (string) $format (string) |
| put_shares_by_shared_drive_item_id_items_by_drive_item_id_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) driveItem-id (string) data (string) required |
| delete_shares_by_shared_drive_item_id_items_by_drive_item_id_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) driveItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_items_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_last_modified_by_user | Identity of the user who last modified the item. Read-only. | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_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. | sharedDriveItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_last_modified_by_user_mailbox_settings | Update property mailboxSettings value. | sharedDriveItem-id (string) data: { . archiveFolder (string) . automaticRepliesSetting . dateFormat (string) . delegateMeetingMessageDeliveryOptions . language . timeFormat (string) . timeZone (string) . userPurpose . workingHours . @odata.type (string) } (object) required |
| get_shares_by_shared_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. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_last_modified_by_user_service_provisioning_errors_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list | Used to access the underlying list | sharedDriveItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list | Update the navigation property list in shares | sharedDriveItem-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list | Delete navigation property list for shares | sharedDriveItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_columns | The collection of field definitions for this list. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_columns | Create new navigation property to columns for shares | sharedDriveItem-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_id_list_columns_by_column_definition_id | The collection of field definitions for this list. | sharedDriveItem-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_columns_by_column_definition_id | Update the navigation property columns in shares | sharedDriveItem-id (string) columnDefinition-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_columns_by_column_definition_id | Delete navigation property columns for shares | sharedDriveItem-id (string) columnDefinition-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_columns_by_column_definition_id_source_column | The source column for the content type column. | sharedDriveItem-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_columns_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_content_types | The collection of content types present in this list. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_content_types | Create new navigation property to contentTypes for shares | sharedDriveItem-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id | The collection of content types present in this list. | sharedDriveItem-id (string) contentType-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_content_types_by_content_type_id | Update the navigation property contentTypes in shares | sharedDriveItem-id (string) contentType-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_content_types_by_content_type_id | Delete navigation property contentTypes for shares | sharedDriveItem-id (string) contentType-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_base | Parent contentType from which this content type is derived. | sharedDriveItem-id (string) contentType-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_base_types | The collection of content types that are ancestors of this content type. | sharedDriveItem-id (string) contentType-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) contentType-id (string) contentType-id1 (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_base_types_count | Get the number of the resource | sharedDriveItem-id (string) contentType-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_links | The collection of columns that are required by this content type. | sharedDriveItem-id (string) contentType-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_links | Create new navigation property to columnLinks for shares | sharedDriveItem-id (string) contentType-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) contentType-id (string) columnLink-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_links_by_column_link_id | Update the navigation property columnLinks in shares | sharedDriveItem-id (string) contentType-id (string) columnLink-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_links_by_column_link_id | Delete navigation property columnLinks for shares | sharedDriveItem-id (string) contentType-id (string) columnLink-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_links_count | Get the number of the resource | sharedDriveItem-id (string) contentType-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_positions | Column order information in a content type. | sharedDriveItem-id (string) contentType-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_positions_by_column_definition_id | Column order information in a content type. | sharedDriveItem-id (string) contentType-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_column_positions_count | Get the number of the resource | sharedDriveItem-id (string) contentType-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_columns | The collection of column definitions for this content type. | sharedDriveItem-id (string) contentType-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_columns | Create new navigation property to columns for shares | sharedDriveItem-id (string) contentType-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_columns_by_column_definition_id | The collection of column definitions for this content type. | sharedDriveItem-id (string) contentType-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_columns_by_column_definition_id | Update the navigation property columns in shares | sharedDriveItem-id (string) contentType-id (string) columnDefinition-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_columns_by_column_definition_id | Delete navigation property columns for shares | sharedDriveItem-id (string) contentType-id (string) columnDefinition-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_columns_by_column_definition_id_source_column | The source column for the content type column. | sharedDriveItem-id (string) contentType-id (string) columnDefinition-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_columns_count | Get the number of the resource | sharedDriveItem-id (string) contentType-id (string) $search (string) |
| post_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) contentType-id (string) data: { . hubSiteUrls (array) . propagateToExistingLists (boolean) } (object) required |
| post_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) contentType-id (string) data: { . sourceFile (object) . destinationFileName (string) } (object) required |
| get_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_is_published_ | Check the publishing status of a contentType in a content type hub site. | sharedDriveItem-id (string) contentType-id (string) |
| post_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_publish | Publishes a contentType present in the content type hub site. | sharedDriveItem-id (string) contentType-id (string) |
| post_shares_by_shared_drive_item_id_list_content_types_by_content_type_id_unpublish | Unpublish a contentType from a content type hub site. | sharedDriveItem-id (string) contentType-id (string) |
| get_shares_by_shared_drive_item_id_list_content_types_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| post_shares_by_shared_drive_item_id_list_content_types_add_copy | Add a copy of a content type from a site to a list. | sharedDriveItem-id (string) data: { . contentType (string) } (object) required |
| post_shares_by_shared_drive_item_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 | sharedDriveItem-id (string) data: { . contentTypeId (string) } (object) required |
| get_shares_by_shared_drive_item_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 | sharedDriveItem-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_created_by_user | Identity of the user who created the item. Read-only. | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_created_by_user_mailbox_settings | Update property mailboxSettings value. | sharedDriveItem-id (string) data: { . archiveFolder (string) . automaticRepliesSetting . dateFormat (string) . delegateMeetingMessageDeliveryOptions . language . timeFormat (string) . timeZone (string) . userPurpose . workingHours . @odata.type (string) } (object) required |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_created_by_user_service_provisioning_errors_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_drive | Allows access to the list as a drive resource with driveItems. Only present on document libraries. | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_items | All items contained in the list. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_items | Create new navigation property to items for shares | sharedDriveItem-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id | All items contained in the list. | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id | Update the navigation property items in shares | sharedDriveItem-id (string) listItem-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_items_by_list_item_id | Delete navigation property items for shares | sharedDriveItem-id (string) listItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_analytics | Analytics about the view activities that took place on this item. | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_created_by_user | Identity of the user who created the item. Read-only. | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id_created_by_user_mailbox_settings | Update property mailboxSettings value. | sharedDriveItem-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_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_created_by_user_service_provisioning_errors_count | Get the number of the resource | sharedDriveItem-id (string) listItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions | Version information for a document set version created by a user. | sharedDriveItem-id (string) listItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions | Create new navigation property to documentSetVersions for shares | sharedDriveItem-id (string) listItem-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) documentSetVersion-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id | Update the navigation property documentSetVersions in shares | sharedDriveItem-id (string) listItem-id (string) documentSetVersion-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id | Delete navigation property documentSetVersions for shares | sharedDriveItem-id (string) listItem-id (string) documentSetVersion-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) documentSetVersion-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id_fields | Update the navigation property fields in shares | sharedDriveItem-id (string) listItem-id (string) documentSetVersion-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id_fields | Delete navigation property fields for shares | sharedDriveItem-id (string) listItem-id (string) documentSetVersion-id (string) If-Match (string) |
| post_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions_by_document_set_version_id_restore | Restore a document set version. | sharedDriveItem-id (string) listItem-id (string) documentSetVersion-id (string) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_document_set_versions_count | Get the number of the resource | sharedDriveItem-id (string) listItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_drive_item | For document libraries, the driveItem relationship exposes the listItem as a driveItem | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_drive_item_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) listItem-id (string) $format (string) |
| put_shares_by_shared_drive_item_id_list_items_by_list_item_id_drive_item_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) listItem-id (string) data (string) required |
| delete_shares_by_shared_drive_item_id_list_items_by_list_item_id_drive_item_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) listItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_fields | The values of the columns set on this list item. | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id_fields | Update the navigation property fields in shares | sharedDriveItem-id (string) listItem-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_items_by_list_item_id_fields | Delete navigation property fields for shares | sharedDriveItem-id (string) listItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_last_modified_by_user | Identity of the user who last modified the item. Read-only. | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id_last_modified_by_user_mailbox_settings | Update property mailboxSettings value. | sharedDriveItem-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_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_last_modified_by_user_service_provisioning_errors_count | Get the number of the resource | sharedDriveItem-id (string) listItem-id (string) $search (string) |
| post_shares_by_shared_drive_item_id_list_items_by_list_item_id_create_link | Invoke action createLink | sharedDriveItem-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_shares_by_shared_drive_item_id_list_items_by_list_item_id_get_activities_by_interval_ | Invoke function getActivitiesByInterval | sharedDriveItem-id (string) listItem-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_shares_by_shared_drive_item_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 | sharedDriveItem-id (string) listItem-id (string) startDateTime (string) endDateTime (string) interval (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions | The list of previous versions of the list item. | sharedDriveItem-id (string) listItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions | Create new navigation property to versions for shares | sharedDriveItem-id (string) listItem-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions_by_list_item_version_id | The list of previous versions of the list item. | sharedDriveItem-id (string) listItem-id (string) listItemVersion-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions_by_list_item_version_id | Update the navigation property versions in shares | sharedDriveItem-id (string) listItem-id (string) listItemVersion-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions_by_list_item_version_id | Delete navigation property versions for shares | sharedDriveItem-id (string) listItem-id (string) listItemVersion-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) listItemVersion-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions_by_list_item_version_id_fields | Update the navigation property fields in shares | sharedDriveItem-id (string) listItem-id (string) listItemVersion-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions_by_list_item_version_id_fields | Delete navigation property fields for shares | sharedDriveItem-id (string) listItem-id (string) listItemVersion-id (string) If-Match (string) |
| post_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) listItem-id (string) listItemVersion-id (string) |
| get_shares_by_shared_drive_item_id_list_items_by_list_item_id_versions_count | Get the number of the resource | sharedDriveItem-id (string) listItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_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 | sharedDriveItem-id (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_items_delta_token_by_token_ | Invoke function delta | sharedDriveItem-id (string) token (string) $top (integer) $select (array) $orderby (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_last_modified_by_user | Identity of the user who last modified the item. Read-only. | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_last_modified_by_user_mailbox_settings | Update property mailboxSettings value. | sharedDriveItem-id (string) data: { . archiveFolder (string) . automaticRepliesSetting . dateFormat (string) . delegateMeetingMessageDeliveryOptions . language . timeFormat (string) . timeZone (string) . userPurpose . workingHours . @odata.type (string) } (object) required |
| get_shares_by_shared_drive_item_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. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_list_last_modified_by_user_service_provisioning_errors_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_operations | The collection of long-running operations on the list. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_operations | Create new navigation property to operations for shares | sharedDriveItem-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_id_list_operations_by_rich_long_running_operation_id | The collection of long-running operations on the list. | sharedDriveItem-id (string) richLongRunningOperation-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_operations_by_rich_long_running_operation_id | Update the navigation property operations in shares | sharedDriveItem-id (string) richLongRunningOperation-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_operations_by_rich_long_running_operation_id | Delete navigation property operations for shares | sharedDriveItem-id (string) richLongRunningOperation-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_list_operations_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_subscriptions | The set of subscriptions on the list. | sharedDriveItem-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_shares_by_shared_drive_item_id_list_subscriptions | Create new navigation property to subscriptions for shares | sharedDriveItem-id (string) data (undefined) required |
| get_shares_by_shared_drive_item_id_list_subscriptions_by_subscription_id | The set of subscriptions on the list. | sharedDriveItem-id (string) subscription-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_list_subscriptions_by_subscription_id | Update the navigation property subscriptions in shares | sharedDriveItem-id (string) subscription-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_list_subscriptions_by_subscription_id | Delete navigation property subscriptions for shares | sharedDriveItem-id (string) subscription-id (string) If-Match (string) |
| post_shares_by_shared_drive_item_id_list_subscriptions_by_subscription_id_reauthorize | Reauthorize a subscription when you receive a reauthorizationRequired challenge. | sharedDriveItem-id (string) subscription-id (string) |
| get_shares_by_shared_drive_item_id_list_subscriptions_count | Get the number of the resource | sharedDriveItem-id (string) $search (string) |
| get_shares_by_shared_drive_item_id_list_item | Used to access the underlying listItem | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_permission | Used to access the permission representing the underlying sharing link | sharedDriveItem-id (string) $select (array) $expand (array) |
| patch_shares_by_shared_drive_item_id_permission | Update the navigation property permission in shares | sharedDriveItem-id (string) data (undefined) required |
| delete_shares_by_shared_drive_item_id_permission | Delete navigation property permission for shares | sharedDriveItem-id (string) If-Match (string) |
| post_shares_by_shared_drive_item_id_permission_grant | Grant users access to a link represented by a permission. | sharedDriveItem-id (string) data: { . roles (array) . recipients (array) } (object) required |
| get_shares_by_shared_drive_item_id_root | Used to access the underlying driveItem. Deprecated -- use driveItem instead. | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_by_shared_drive_item_id_root_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) $format (string) |
| put_shares_by_shared_drive_item_id_root_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) data (string) required |
| delete_shares_by_shared_drive_item_id_root_content | The content stream, if the item represents a file. | sharedDriveItem-id (string) If-Match (string) |
| get_shares_by_shared_drive_item_id_site | Used to access the underlying site | sharedDriveItem-id (string) $select (array) $expand (array) |
| get_shares_count | Get the number of the resource | $search (string) |
| 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) data (string) required |
| 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) data (string) required |
| 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_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_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) |