Workspaces

Number of APIs: 11

  1. List Workspaces GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces

  2. Create a Workspace POST {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces

  3. Get Workspace GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}

  4. Deletes workspace one or more specific files/folders from the given folder or root. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}

  5. Creates a workspace file. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}/files

  6. Update Workspace PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}

  7. Delete Workspace DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}

  8. List Workspace Folder Contents GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}?count={{count}}&include_files={{include_files}}&include_sub_folders={{include_sub_folders}}&include_thumbnails={{include_thumbnails}}&include_user_detail={{include_user_detail}}&start_position={{start_position}}&workspace_user_id={{workspace_user_id}}

  9. Get Workspace File GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}/files/{{fileId}}?is_download={{is_download}}&pdf_version={{pdf_version}}

  10. List File Pages GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}/files/{{fileId}}/pages?count={{count}}&dpi={{dpi}}&max_height={{max_height}}&max_width={{max_width}}&start_position={{start_position}}