Request the binary value for an individual field
https://host/fmi/odata/version/database-name/table-name (primary-key-value)/field-name/$value
host – FileMaker Cloud or FileMaker Server host name
version – the OData version, always v4database-name – the name of the hosted database
table-name – the name of the table
primary-key-value – the unique identifier value of the record
field-name – the name of the field
Example: /fmi/odata/v4/ContactMgmt/Contacts('ALFKI')/Name/$value
The request above returns the binary value of the Name field for the Contacts record.
Read more here: Source link
