Rooms

Number of APIs: 19

  1. Returns the FieldData associated with the provided roomId. GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/field_data

  2. Gets room folders accessible to the calling user. GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/room_folders?startPosition=0&count=100

  3. Adds a DocuSign Form to a room POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/forms

  4. Retrieves the list of users in the given GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/users?count=100&startPosition=0&filter={{filter}}&sort={{sort}}

  5. Invites a user to the room by email address. POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/users

  6. Add a document to a room via file contents upload. POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/documents/contents

  7. 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

  8. Get documents in the room accessible to the calling user. GET {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/documents?count=100&startPosition=0

  9. Add a document to a POST {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/documents

  10. Updates the specified user's role and transaction side. PUT {{baseUrl}}/v2/accounts/{{accountId}}/rooms/{{roomId}}/users/{{userId}}