Rooms
Number of APIs: 19
-
Returns the FieldData associated with the provided roomId. GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/field_data
-
Gets room folders accessible to the calling user. GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/room_folders?startPosition=0&count=100
-
Adds a DocuSign Form to a room POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/forms
-
Retrieves the list of users in the given GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/users?count=100&startPosition=0&filter={{filter}}&sort={{sort}}
-
Invites a user to the room by email address. POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/users
-
Add a document to a room via file contents upload. POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/documents/contents
-
Returns the roles for which the calling user, based on their role within the room, can assign to invitees. GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/assignable_roles?assigneeEmail={{assigneeEmail}}&filter={{filter}}&startPosition=0&count=100
-
Get documents in the room accessible to the calling user. GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/documents?count=100&startPosition=0
-
Add a document to a POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/documents
-
Updates the specified user's role and transaction side. PUT {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/users/{{userId}}