Form data
{
Attribute | Data type | Description |
---|---|---|
| PKPK - PK stands for Primary Key, a unique value assigned to specific objects. A PK is used to identify an object using one of the Query Endpoints. We represent primary keys as unsigned 64-bit integers. | |
| Text | Form Type code provided by your Implementations Lead |
| PKPK - PK stands for Primary Key, a unique value assigned to specific objects. A PK is used to identify an object using one of the Query Endpoints. We represent primary keys as unsigned 64-bit integers. | PKPK - PK stands for Primary Key, a unique value assigned to specific objects. A PK is used to identify an object using one of the Query Endpoints. We represent primary keys as unsigned 64-bit integers. of Form Configuration |
| Map of Field Data | An object that will contain one mapping for every field specified in the Form Configuration |
| List of Tables |
}
Field data
{
Attribute | Data type | Description |
---|---|---|
| Text | Value captured for field |
| Boolean | Confirms whether value was empty on source Document |
| Text | Field alias used during capture, returned as |
| Text | Filename for source Document |
| Page PKPK - PK stands for Primary Key, a unique value assigned to specific objects. A PK is used to identify an object using one of the Query Endpoints. We represent primary keys as unsigned 64-bit integers. |
}
Updated 2 months ago