GovTribe

Custom field definition data type

A workspace-defined pursuit field with a name, value type, placeholder text, and required flag.

Notes

  • Custom field definitions are workspace schema: each one adds a field to every pursuit in the workspace, a column to the pursuits table, and a column to pursuit exports. The values a pursuit holds for these fields are returned on the pursuit as custom fields.
  • The field type is fixed when a definition is created. Deleting a definition also removes that field's saved values from every pursuit in the workspace.
  • Definitions are workspace-specific. Another workspace can have different names, types, and required settings.

Attributes

FieldTypeAttribute
govtribe_idstringGovTribe ID
govtribe_typestringGovTribe type
namestringName
field_typestringField type
placeholder_textstring | nullPlaceholder text
requiredbooleanRequired
fielded_modelstringFielded model
created_atstring | nullCreated at
updated_atstring | nullUpdated at
creatorrelationshipCreator

On this page