Custom Fields
List custom fields
Section titled “List custom fields”GET /v1/custom-fieldsRead-only. Returns custom field definitions for clients. Use to get UUIDs for filtering or creating/updating clients.
| Parameter | Type | Default | Description |
|---|---|---|---|
orderBy | string | sortOrder | Sort field |
order | string | asc | Sort direction |
Success: 200 OK — (same JSON structure as Spanish docs)
CustomField schema: id (use as fieldId when creating/updating clients and as field in filters), name, type, required, options, sortOrder, showInMinisite, requiredInMinisite, showInIaAgent, requiredInIaAgent.