Data fields API

Define custom data fields for workflows and users

Available Endpoints

The Data Field Object

result string
Data Field Object
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "variable": "first_name",
  "children": null,
  "data_path": "first_name",
  "display_label": "First Name",
  "format": null,
  "groups": null,
  "item_type": null,
  "iterator": null,
  "list_values_variable": null,
  "object": "data_type",
  "required": false,
  "source": "user",
  "type": "String",
  "value": "John"
}