# Views Object

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

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

## Properties

- **`id`** _(string, required)_
  The view's unique identifier
- **`name`** _(string)_
  The view's name
- **`entity`** _(string)_
  The entity the view belongs to
  Allowed: `contact`, `account`, `opportunity`
- **`created_at`** _(string)_
  The date and time of the view's creation
- **`updated_at`** _(string)_
  The date and time of the view's last update
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/crm/views](/docs/api-reference/unified-crm-api/views/list) — List Views
