Query option $top and $skip
Use the $top
and $skip
query options to page through a larger result set. You can use these query options alone or together, depending on which records you want in your response.
Component | Description |
---|---|
HTTP method |
GET |
URL |
https://host/fmi/odata/version/database-name/table-name{?$top/?$skip}=number 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 Query options {?$top/?$skip} - the Example:
|