Skip to main content
You can get the list of input fields configured for a location. This is useful when creating tickets or appointments with custom field values.
Input field IDs are UUIDs (e.g., 550e8400-e29b-41d4-a716-446655440000), not numeric IDs like locations or lines.
Example response:

Field Types

For the complete field type reference, see InputFieldType.

Using SELECT Fields

For SELECT type fields, provide option IDs in the optionIds array instead of value:
  • Check the multiSelect property to determine if multiple options can be selected
  • If multiSelect is false, provide exactly one option ID
  • If multiSelect is true, you may provide multiple option IDs

Line Visibility

The visibleForLines array indicates which lines the input field applies to:
  • Empty array ([]) means the field is visible for all lines
  • Non-empty array means the field only applies to those specific lines
For more details on the InputField object, see the GraphQL InputField documentation.