---
title: "GET /crm/properties/{objectName}"
method: GET
path: "/crm/properties/{objectName}"
tags: ["CrmProperties"]
---

# GET /crm/properties/{objectName}

`GET /crm/properties/{objectName}`

Get object properties for connection

## Path parameters

- `objectName` 'company' | 'contact' | 'deal' | 'event' | 'lead' | 'note' | 'task' | 'user', required

## Response `200`

- CrmFieldDetailsTypeRead[]
  - `name` string, required
  - `type` string, required
  - `description` string, required

## Other responses

- `401`
- `404`
- `500`

## Changes

- **2024-03-15** `ff7776eb5810` — 1 breaking
  - the response's body type/format changed from ``/`` to `array`/`` for status `200`
- **2024-03-04** `52cc79f75cb0` — 1 breaking
  - the response's body type/format changed from `array`/`` to ``/`` for status `200`

[Change history](https://skmtc.dev/revertinc/apis/revert-api/changes/crm/properties/:objectName/get.md)

---

[API](https://skmtc.dev/revertinc/apis/revert-api.md) · [All operations](https://skmtc.dev/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revertinc/revert-api/revisions/698ea54a2330/schema)
