Write OData API calls
OData calls consist of the following components.
Component | Description |
---|---|
HTTP method |
OData uses the following HTTP methods:
|
HTTP headers |
OData uses the following headers:
|
URL |
https://host/fmi/odata/version/database-name host – FileMaker Cloud or FileMaker Server host name version – the OData version, always database-name – the name of the hosted database Example: |
Parameter data in JSON and Atom Example | For POST and PATCH methods only. |