List custom fields
list_custom_fieldsRetrieve custom field definitions with IDs, data types, and document usage counts to get the identifiers needed before reading or writing custom field values on documents.
Instructions
Custom fields defined on this instance, with their IDs, data types and how many documents use them. You need the IDs before you can read or write custom field values on a document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return every field instead of the identifying summary. | |
| page | No | 1-based page number. | |
| ordering | No | Field to order by. Prefix with '-' to reverse, e.g. '-created'. | |
| page_size | No | Items per page. Clamped by the server's configured ceiling. | |
| name__icontains | No | Case-insensitive substring filter on the name. |