ClickUp Workspace & Organization

Manages ClickUp workspace structure, spaces, folders, lists, custom fields, and views

Integration Operations & Process Management Free ⭐ Featured ✓ Official

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:

    1. GET /team/{team_id}/hierarchy
    2. GET /team/{team_id}/space
    3. POST /space/{space_id}
    4. PUT /space/{space_id}
    5. DELETE /space/{space_id}
    6. GET /folder/{folder_id}
    7. PUT /folder/{folder_id}
    8. DELETE /folder/{folder_id}
    9. GET /team/{team_id}/list
    10. GET /list/{list_id}
    11. PUT /list/{list_id}
    12. DELETE /list/{list_id}
    13. GET /team/{team_id}/field
    14. GET /list/{list_id}/field
    15. POST /task/{task_id}/field/{field_id}
    16. DELETE /task/{task_id}/field/{field_id}
    17. GET /task/{task_id}/field
    18. GET /team/{team_id}/view
    19. POST /team/{team_id}/view
    20. GET /space/{space_id}/view
    21. POST /space/{space_id}/view
    22. GET /list/{list_id}/view
    23. POST /list/{list_id}/view
    24. GET /view/{view_id}
    25. PUT /view/{view_id}
    26. DELETE /view/{view_id}