Design the FileMaker Data API solution

The FileMaker Data API provides a REST API to access databases hosted FileMaker Server or FileMaker Cloud. The FileMaker Data API allows your code to:

The following features aren't supported directly by FileMaker Data API calls:

  • Script trigger activation

  • Calculation functions in table schema (for example, calculation fields) if they depend on information about the host's file system (for example Get(TemporaryPath)) or about script triggers

However, these FileMaker features are supported in scripts run by FileMaker Data API calls. These are server-side scripts and behave the same as those run by the Perform Script on Server script step—which run in separate processes from those of FileMaker Data API calls (See About running scripts on FileMaker Server and FileMaker Cloud in FileMaker Pro Help.)

The FileMaker Data API returns field data as it is stored in the database, not as it is displayed in FileMaker Pro.