List Client Fields (v1)
Method + Path
GET /v1/workspace/:workspaceId/clients/fields
Actual backend path: /v1/workspace/:workspaceId/clients/fields
Description
Get a list of all custom field definitions for clients in a workspace.
Authentication
Required - JWT token in Authorization header
Required Permissions:
clients.vieworclients.update
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer token: Bearer <token> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | Workspace identifier |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
includeArchived | string | No | Include archived fields. Valid values: true, false. Default: false |