This section of the API interacts with custom databases created by the Formitize User on their account.


The Look up Database API Functions include:

  • Receives a list of all Lookup Databases available on the Formitize account. This includes each Lookup Database’s ID number, name, URL and custom column information.
  • Bulk Update/Write data to a Lookup Database by providing the Lookup Database’s name and a series of records to add or update. 


Below is an example of how the Look up Database API Functions work:

  • The Formitize API can be used as part of an application that requests information from the external API and sends it to the desired Lookup Database for storage and later reference using a Bulk Write/Update request.