
SharePoint
Third-Party Data Provider Interactions
Merge interacts with SharePoint API endpoints to access certain information as detailed belowAPI Endpoints
GET/sites/{site_id}/drives/{drive_id}/items/{folder_id}/children
Merge interacts with this API endpoint to...
Access File information
File fields
remote_id
Stringmime_type
Stringname
Stringremote_updated_at
DateTime (ISO 8601)file_url
Stringremote_created_at
DateTime (ISO 8601)size
IntegerAccess Folder information
Folder fields
remote_id
Stringname
Stringfolder_url
Stringremote_updated_at
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)size
IntegerGET/me
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringemail_address
Stringname
StringGET{path}/delta
Merge interacts with this API endpoint to...
Access Folder information
Folder fields
remote_id
Stringname
Stringfolder_url
Stringremote_updated_at
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)size
IntegerAccess File information
File fields
remote_id
Stringmime_type
Stringname
Stringremote_updated_at
DateTime (ISO 8601)file_url
Stringremote_created_at
DateTime (ISO 8601)size
IntegerGET/groups
Merge interacts with this API endpoint to...
Access Group information
Group fields
remote_id
Stringremote_data
Arrayname
StringGET/groups/{id}/members
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringemail_address
Stringname
StringGET/users
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringemail_address
Stringremote_data
Arrayname
StringGET/sites/{site_id}/drives
Merge interacts with this API endpoint to...
Access Drive information
Drive fields
remote_id
Stringremote_data
Arraydrive_url
Stringremote_created_at
DateTime (ISO 8601)GET/drives/{drive_id}/items/{item_id}/permissions
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringemail_address
Stringname
StringAccess Group information
Group fields
remote_id
Stringname
StringAccess Permission information
Permission fields
remote_data
UnknownGET/drives/{drive_id}/items/{folder_id}/children
Merge interacts with this API endpoint to...
Access Folder information
Folder fields
remote_id
Stringremote_data
Arrayname
Stringfolder_url
Stringremote_updated_at
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)size
IntegerAccess File information
File fields
remote_id
Stringmime_type
Stringremote_data
Arrayname
Stringremote_updated_at
DateTime (ISO 8601)file_url
Stringremote_created_at
DateTime (ISO 8601)size
Integer