| Name | Description | Type | Additional information |
|---|---|---|---|
| FormRegistrationDataElementId |
Form registration data element Id |
universally unique identifier |
Required Example value: 9cdaf736-d3ac-4426-be8e-4230a96bf1c5 |
| ParentFormRegistrationDataElementId |
Parent form registration data element Id |
universally unique identifier |
Example value: ff733e74-244d-4e83-bda7-a6476afd4665 |
| Depth |
Depth of the element within a form registration, starting at one. |
integer (32 bits) |
Example value: 0 Range: inclusive between 0 and 2147483647 |
| Index |
Zero based index of the element when the parent element is of kind array. |
integer (32 bits) |
Example value: 0 Range: inclusive between 0 and 2147483647 |
| Order |
Order of the element within a form registration, starting at zero. Order is unique within a form registration. |
integer (32 bits) |
Example value: 0 Range: inclusive between 0 and 2147483647 |
| Kind |
Kind of element |
FormRegistrationDataV1Kind |
Example value: Dictionary |
| Name |
Name of the element |
string |
Example value: date Max length: 1600 |
| FullName |
FullName is a dot separated list of element names starting from the root of the tree to this element. Arrays are represented with square brackets (i.e. []). Fields that have been filled multiple times (e.g. fields on subforms, multi-select fields) will have the same fullname. |
string |
Example value: image.pins[].data.date Max length: 1600 |
| Path |
Path is a dot separated list of element names starting from the root of the tree to this element. Array items are represented with the index between square brackets (e.g. [1]). Path is unique within a form registration. |
string |
Example value: image.pins[1].data.date Max length: 1600 |
| Value |
Value |
ListFormRegistrationDataForRegistrationV1ResponseValue |
None. |