list_custom_fields
Retrieve custom fields for jobs, candidates, requisitions, or offers with optional filtering by date, department, and office.
Instructions
List custom fields configured in the organization. The type parameter is required — specify job, candidate, requisition, or offer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Subject type to filter by: job, candidate, requisition, or offer | |
| page | No | Page number | |
| limit | No | Items per page | |
| sort_by | No | Field to sort by (default: created_at) | |
| sort_order | No | Sort direction (default: desc) | |
| created_after | No | Filter by created date (ISO 8601, inclusive lower bound) | |
| created_before | No | Filter by created date (ISO 8601, inclusive upper bound) | |
| updated_after | No | Filter by updated date (ISO 8601, inclusive lower bound) | |
| updated_before | No | Filter by updated date (ISO 8601, inclusive upper bound) | |
| department_ids | No | Comma-separated department IDs — returns fields that apply to any of these departments and fields with no department restriction | |
| office_ids | No | Comma-separated office IDs — returns fields that apply to any of these offices and fields with no office restriction |