OData, or the Open Data Protocol, is a standard for building and consuming APIs.

Quick Reference

API Query Parameters

These are common parameters that can be used on OData APIs.

ParameterFunctionUsage
$filterFilter results$filter=<field>%20eq%20<value>
$selectSpecify fields to return$select=<field1>,<field2>,<field3>
$topSpecify number of records to select$top=1000
$skipSpecify number of records to skip$skip=1000

Resources