Workspaces

Number of APIs: 11

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

  2. Update Workspace File Metadata PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}/files/{{fileId}}

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

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

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

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

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

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

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

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