ClickUp Workspace & Organization
Manages ClickUp workspace structure, spaces, folders, lists, custom fields, and views
Requirements
ClickUp workspace management API for organizing work structure, managing spaces, folders, lists, custom fields, and views. Provides complete workspace hierarchy navigation and configuration capabilities.
Includes:
- GET /team/{team_id}/hierarchy
- GET /team/{team_id}/space
- POST /space/{space_id}
- PUT /space/{space_id}
- DELETE /space/{space_id}
- GET /folder/{folder_id}
- PUT /folder/{folder_id}
- DELETE /folder/{folder_id}
- GET /team/{team_id}/list
- GET /list/{list_id}
- PUT /list/{list_id}
- DELETE /list/{list_id}
- GET /team/{team_id}/field
- GET /list/{list_id}/field
- POST /task/{task_id}/field/{field_id}
- DELETE /task/{task_id}/field/{field_id}
- GET /task/{task_id}/field
- GET /team/{team_id}/view
- POST /team/{team_id}/view
- GET /space/{space_id}/view
- POST /space/{space_id}/view
- GET /list/{list_id}/view
- POST /list/{list_id}/view
- GET /view/{view_id}
- PUT /view/{view_id}
- DELETE /view/{view_id}