Run FileMaker scripts

The FileMaker Data API can run FileMaker scripts:

  • by using an HTTP GET method with the script API endpoint. See Run a script.

  • as part of another request by including the script.prerequest, script.presort, and script parameters in the request body. See Run a script with another request.