List Custom Fields
GET /v1/custom-fields/
GET
/v1/custom-fields/
List custom field definitions. Filter by entity_type to use the schema cache.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
PaginatedResponse[TenantFieldSchemaSummary]
object
data
required
Data
Array<object>
TenantFieldSchemaSummaryLightweight projection for use in list / picker responses.
object
id
required
Id
string format: uuid
field_key
required
Field Key
string
label
required
Label
string
field_type
required
FieldType
Supported custom field types. These drive both validation logic and frontend component rendering. Adding a new type here requires matching handling in validator.py.
string
is_required
required
Is Required
boolean
sort_order
required
Sort Order
integer
is_active
required
Is Active
boolean
pagination
required
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context