Workspaces
Number of APIs: 11
-
Get Workspace File GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}/files/{{fileId}}?is_download={{is_download}}&pdf_version={{pdf_version}}
-
Update Workspace File Metadata PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}/files/{{fileId}}
-
List Workspaces GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces
-
Get Workspace GET {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}
-
Update Workspace PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}
-
Delete Workspace DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}
-
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}}
-
Creates a workspace file. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces/{{workspaceId}}/folders/{{folderId}}/files
-
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}}
-
Create a Workspace POST {{baseUrl}}/v2.1/accounts/{{accountId}}/workspaces