/
/Focalboard Server
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 4y ago
  • post/api/v1/login
  • post/api/v1/logout
  • post/api/v1/register
  • get/api/v1/users/{userID}
  • post/api/v1/users/{userID}/changepassword
  • get/api/v1/users/me
  • get/api/v1/workspaces/{workspaceID}
  • post/api/v1/workspaces/{workspaceID}/{rootID}/files
  • get/api/v1/workspaces/{workspaceID}/blocks
  • post/api/v1/workspaces/{workspaceID}/blocks
  • patch/api/v1/workspaces/{workspaceID}/blocks/
  • delete/api/v1/workspaces/{workspaceID}/blocks/{blockID}
  • patch/api/v1/workspaces/{workspaceID}/blocks/{blockID}
  • get/api/v1/workspaces/{workspaceID}/blocks/{blockID}/subtree
  • get/api/v1/workspaces/{workspaceID}/blocks/export
  • post/api/v1/workspaces/{workspaceID}/blocks/import
  • post/api/v1/workspaces/{workspaceID}/regenerate_signup_token
  • get/api/v1/workspaces/{workspaceID}/sharing/{rootID}
  • post/api/v1/workspaces/{workspaceID}/sharing/{rootID}
  • postCreates a subscription to a block for a user. The user will receive change notifications for the block.
  • deleteDeletes a subscription a user has for a a block. The user will no longer receive change notifications for the block.
  • getGets subscriptions for a user.
  • get/api/v1/workspaces/{workspaceID}/users
  • get/workspaces/{workspaceID}/{rootID}/{fileID}

Returns the contents of an uploaded file

get/workspaces/{workspaceID}/{rootID}/{fileID}

Path parameters

workspaceIDstring required

Workspace ID

rootIDstring required

ID of the root block

fileIDstring required

ID of the file

Response

success

Changes