get
https://api.duodeal.app/api/custom-fields/
Retrieves a single custom field by its ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Custom field unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Custom field unique identifier |
name | string | Internal field name (used as key in customFields) |
label | string | Display label shown in the UI |
type | string | Field type (Text, Select, Number, etc.) |
scope | string | Entity this field applies to |
required | boolean | Whether the field is mandatory |
formula | string | Formula expression (for Formula type) |
options | object | Options configuration (for Select/MultiSelect) |
weight | integer | Sort order/priority |
size | string | CSS width class |
editable | boolean | Whether the field can be edited |
public | boolean | Whether the field is visible publicly |
activate | boolean | Whether the field is active |
enableAi | boolean | Whether AI features are enabled |
hubspotMap | string | HubSpot property mapping |
isMappedToHubspot | boolean | Whether synced with HubSpot |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns the custom field details401 Unauthorized: Invalid or missing API key404 Not Found: Custom field not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
