---
title: "GET /crm/fields"
method: GET
path: "/crm/fields"
tags: ["CRM"]
---

# GET /crm/fields

`GET /crm/fields`

Fetches all the crm fields (user defined fields and fixed fields) for the given process id

## Query parameters

- `processName` string

## Response `200`

If the auth token is valid.

- CrmFields — Schema for crm fields
  - `statusCode` number — Will be 0 in case of success
  - `message` string — Contains the success message or error reason, based on the statusCode
  - `data` object
    - `userFields` object[] — User defined crm fields
      - `name` string — Name of the crm field
      - `type` string — Type of the crm field
    - `fixedFields` object[] — Name changes for the fixed fields
      - `name` string — Original name of the field
      - `displayName` string — Modified Display name of the field

## Other responses

- `403` — UnAuthorized.

---

[API](https://skmtc.dev/runo/apis/api-documentation.md) · [All operations](https://skmtc.dev/runo/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runo/api-documentation/revisions/19460dffac44/schema)
