Description
Returns a paginated list of the business’s custom fields. Use it to discover which custom fields exist (names, types, options) and to resolve a field’s ID before callingget_custom_field, update_custom_field, or delete_custom_field.
Parameters
Example Usage
Example Response
Response Fields
Each custom field contains:Notes
- Clarify the scope first. Custom fields exist at the enterprise/parent account level and can also carry per-location values. Pass the account business number as
businessNumberfor account-level fields, or setlocationBizNumber(fromget_child_locations) to include a specific location’s stored values. orderByaccepts only"asc"or"desc".