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 FileMaker Data API does not support:

  • script trigger activation through user interaction. A FileMaker Data API solution can activate script triggers only by running a FileMaker script.

  • access to the server machine's file system. For example, the FileMaker Data API does not support the FileMaker Pro function Get(TemporaryPath). This function returns an empty string when used with the FileMaker Data API. Files can be stored in a container field, but there is no access to the server's file system.

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