If you do not use the $top parameter in a request, all records will be returned. However, if a limit is specified in SQL Server Resource Governor and the number of available records exceeds the limit, an error will be returned.
To obtain only first five records from the list, you use the following parameter string: $top=5.