FileMaker OData Explorer

Node.js Proxy Enabled: This page uses the Node.js proxy server to handle authentication and CORS. The proxy automatically includes the required credentials when connecting to FileMaker.

Note: All requests are made through the proxy, so you don't need to specify authentication credentials.

OData Endpoints

1. Service Root

Shows the available tables in the FileMaker database.

/fmi/odata/v4/zfm_test

2. Metadata

Shows the schema definition with tables, fields, and relationships.

/fmi/odata/v4/zfm_test/$metadata

3. Notes Table

Shows all records in the Notes table.

/fmi/odata/v4/zfm_test/Notes

4. Custom Query

Enter a custom OData query path (will be appended to /fmi/odata/v4/zfm_test/):