Skip to main content

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 calling get_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 businessNumber for account-level fields, or set locationBizNumber (from get_child_locations) to include a specific location’s stored values.
  • orderBy accepts only "asc" or "desc".