$top

The maximum number of items returned in each page.

$skip

The number of rows to skip in the result set before returning results.

$filter

  • Comparisons
    • eq - Equal to
    • ne - Not equal to
    • lt - Less than
    • le - Less than or equal to
    • gt - Greater than
    • ge - Greater than or equal to
    • in - Field is included in list of values (This is a non standard operator)
    • nin - Field is not included in list of values (This is a non standard operator)
  • Concatenations
    • and
    • or
  • Field Names
    • Valid field names.
  • Functions
    • contains('xyz')
    • startswith('xyz')

$orderby

Specifies the order of the result set

$select

Specifies the fields returned in the result set