Custom Fields
List Custom Fields
List custom fields for the caller’s organization. Supports filtering by category, model, and source (API vs DASHBOARD).
GET
List Custom Fields
Documentation Index
Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by category, e.g. HRIS.
Available options:
HRIS, ATS, LMS Example:
"HRIS"
Filter by model slug, e.g. employee.
Maximum string length:
64Pattern:
^[a-z][a-z0-9_-]*$Example:
"employee"
Filter by origin: 'API' for fields created via the public API, 'DASHBOARD' for fields created from the Bindbee dashboard.
Available options:
DASHBOARD, API Example:
"API"
Number of results to return per page. Maximum size is 200.
Required range:
1 <= x <= 200The pagination cursor value.
Response
Successful Response
List Custom Fields