# Workspaces Object

> Source: https://truto.one/docs/api-reference/unified-crm-api/workspaces/

Schema for the `Workspaces` resource in **Unified CRM API**.

## Properties

- **`id`** _(string, required)_
  The workspace's unique identifier
- **`name`** _(string)_
  The workspace's name
- **`description`** _(string)_
  The workspace's description
- **`updated_at`** _(string)_
  The date and time of the workspace's last update
- **`created_at`** _(string)_
  The date and time of the workspace's creation
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/crm/workspaces](/docs/api-reference/unified-crm-api/workspaces/list) — List Workspaces
