OData supported features
OData uses conventions that work with existing standards (REST, JSON, XML, Atom) to provide representation for common functionality. The FileMaker Platform supports OData at the intermediate conformance level, with some exceptions. See the OData 4.01 Protocol.
You can use the OData API to:
-
retrieve information about FileMaker Cloud and FileMaker Server; for example, hosted database names and table names, and metadata for a database. See Database structure and metadata.
-
create, edit, or delete a record. See Modifying data.
-
find a record, or find all records. See Request data.
-
specify criteria to find a set of records. See Query options.
-
run FileMaker scripts. See Run scripts.
-
upload container data. See Work with container data.