Request an individual field value
To request an individual field value, specify the table name, primary key value for the record, and the field name.
| Component | Description | 
|---|---|
| 
                                                         HTTP method  | 
                                                    
                                                         GET  | 
                                                
| 
                                                         URL  | 
                                                    
                                                         https://host/fmi/odata/version/database-name/table-name(primary-key-value)/field-name host – FileMaker Cloud or FileMaker Server host name version – the OData version, always  database-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:   | 
                                                
FileMaker information
- 
                                                
In a URL, when requesting an individual repetition, using brackets ([ ]) to specify the repetition index is not supported.
 - 
                                                
If the repetition field is a container field, only the first repetition is returned. Otherwise, all repetitions are returned.