
Box
Third-Party Data Provider Interactions
Merge interacts with Box API endpoints to access certain information as detailed belowAPI Endpoints
GET/folders/{id}/items
Merge interacts with this API endpoint to...
Access Folder information
Folder fields
remote_id
Stringname
Stringdescription
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
Stringdescription
Stringremote_updated_at
DateTime (ISO 8601)file_url
Stringremote_created_at
DateTime (ISO 8601)size
IntegerGET/users/me
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringemail_address
Stringname
StringGET/groups
Merge interacts with this API endpoint to...
Access Group information
Group fields
remote_id
Stringremote_data
Arrayname
StringGET/users
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringemail_address
Stringremote_data
Arrayname
StringGETfolders/{folder_id}/items
Merge interacts with this API endpoint to...
Access Folder information
Folder fields
remote_id
Stringremote_data
Arrayname
Stringdescription
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
Stringdescription
Stringremote_updated_at
DateTime (ISO 8601)file_url
Stringremote_created_at
DateTime (ISO 8601)size
Integer