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. |