# Workspace Groups

Workspace Groups (also known as groups) allow for the categorization of Kantata OX Workspaces. Workspace Groups are unique to each Kantata OX Account.

## Fetching a list of Workspace Groups

 - [GET /workspace_groups](https://developer.kantata.com/kantata/specification/workspace-groups/get-workspace-groups.md): This endpoint returns structured Workspace Group objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_groups top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Workspace Group

 - [POST /workspace_groups](https://developer.kantata.com/kantata/specification/workspace-groups/create-workspace-group.md): This endpoint returns structured Workspace Group objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_groups top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Workspace Group

 - [GET /workspace_groups/{id}](https://developer.kantata.com/kantata/specification/workspace-groups/get-workspace-group.md): This endpoint returns structured Workspace Group objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_groups top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Workspace Group

 - [PUT /workspace_groups/{id}](https://developer.kantata.com/kantata/specification/workspace-groups/update-workspace-group.md): This endpoint returns structured Workspace Group objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_groups top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Workspace Group

 - [DELETE /workspace_groups/{id}](https://developer.kantata.com/kantata/specification/workspace-groups/delete-workspace-group.md): The response will contain no content and an HTTP 204 status code if the request was
successful, or a standard Kantata OX error message explaining why the object could not be deleted.

