Write FileMaker Data API calls
The FileMaker Data API calls consist of the following components.
Component |
Description |
An HTTP method (also known as an HTTP verb) |
The FileMaker Data API uses the following HTTP methods:
Note FileMaker Data API doesn't support Cross-Origin Resource Sharing (CORS) and the OPTIONS method. |
HTTP headers |
The FileMaker Data API uses the following headers:
|
A call URL |
The FileMaker Data API URLs all start with one of the following:
|
Parameter data in JSON format | Not needed with Log out of a database session, Get metadata, Delete a record, Duplicate a record, Get a single record, Get a range of records, or Run a script. |
About the examples
Performing FileMaker Data API operations can sometimes be challenging depending on the tool you use. The examples provided for some of the API calls use the cURL command-line tool available in macOS and some versions of Linux. The format and details of your responses may vary from the example responses depending on your database and version of cURL.