Key Concepts

Get familiar with core terminologies in Anduin's Data Room

Introduction

The Data Room (DR) APIs provide a structured and secure way to manage and access documents, permissions, and collaboration features within a virtual data room. These APIs enable seamless integration with external systems, ensuring efficient data exchange, granular access control, and real-time collaboration capabilities.

Key Functionalities Supported by the API

1. Document & File Management

  • Upload, retrieve, update, and delete files.
  • Organize files within folders for structured storage.
  • Create, rename, move, and delete folders.
  • Maintain a hierarchical structure for easy navigation.

2. User & Access Control

  • Manage user roles and permissions for secure access.
  • Create and manage user groups with shared access rights.

3. User Invitation & Onboarding

  • Invite new users to the data room via email.
  • Assign roles and permissions upon invitation.

4. Insights & Reporting

  • Generate insights on document access, user engagement, and trends.

5. Notifications & Event Triggers

  • Notify users of document changes, comments, and access updates.
    Support webhook integrations for real-time event tracking.

Core API Objects

The DR APIs are built around key objects representing different data room components. These objects enable structured data management and ensure smooth interaction with the API.

1. Data room Object

Represents the virtual data room that contains files, folders, users, and insights.

Field NameData TypeField Description
idstringUnique identifier of the data room.
namestringName of the data room.
organizationstringName of the organization to which the data room belongs.
createdAttimestampTimestamp when the data room was created.

2. Folder Object

Represents a folder that organizes files within a data room.

Field NameData TypeField Description
idstringUnique identifier of the folder.
namestringFolder name.
dataroomIdstringID of the data room that contains the folder.
createdAttimestampTimestamp when the folder was created.
updatedAttimestampLast modified timestamp.

3. File Object

Represents an individual file stored in a folder within the data room.

Field NameData TypeField Description
idstringUnique identifier of the file.
namestringFile name.
folderIdstringID of the folder containing the file.
dataroomIdstringID of the data room that contains the file.
sizeintegerFile size in bytes.
createdAttimestampTimestamp when the file was uploaded.
uploaderstringEmail of the uploader.

4. User Object

Field NameData TypeField Description
firstNamestringUser’s first name.
lastNamestringUser's last name.
emailstringEmail address of the user.
rolestringUser’s role in the data room (admin, member, contributor, observer).
statusstringUser status (joined, pending invitation).

5. User Group Object

Field NameData TypeField Description
idstringUnique identifier of the user group.
namestringName of the user group.
dataroomIdstringID of the data room associated with the group.
usersarrayList of user emails in the group.
rolearrayRole of the group (admin, member, contributor, observer).
createdAttimestampTimestamp when the group was created.

6. Insights

Represents analytical insights about the data room’s activity, such as user engagement and file interactions.