GET
Custom FieldsGET
/user-api/v1/custom-fields
Header | Value |
---|---|
x-rolodex-api-key | f1e2d3c4b5a697... |
Set a limit to the number of records to return (Default:25)
Number of records to skip.
Sort order: created_at:asc
, created_at:desc
, name:asc
, name:desc
Filter by field type: SINGLE_LINE_TEXT
, USER, SINGLE_SELECT
, MULTI_SELECT
, DATE
, NUMERIC
, BOOLEAN
GET
/user-api/v1/custom-fields?entity_type=CONTACT&limit=10
GET
/user-api/v1/custom-fields?field_type=SINGLE_SELECT&entity_type=COMPANY&limit=10
GET
a Custom FieldGET
/user-api/v1/custom-fields/:id
Custom Field ID
GET
/user-api/v1/custom-fields/field_12345
Type | Description | Example Usage |
---|---|---|
SINGLE_LINE_TEXT | Single line text input | Department, Job Title |
USER | Reference to workspace user | Account Manager, Sales Rep |
SINGLE_SELECT | Single choice from options | Priority Level, Status |
MULTI_SELECT | Multiple choices from options | Skills, Technologies |
DATE | Date picker | Start Date, Follow-up Date |
NUMERIC | Number input | Lead Score, Revenue |
BOOLEAN | True/false checkbox | Is VIP, Active Status |
Type | Description |
---|---|
CONTACT | Custom fields for contacts/people |
COMPANY | Custom fields for companies/organizations |