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
, andscript
parameters in the request body. See Run a script with another request.