Name In Required Type Example Description
$Filter Template No String Id eq '81254'id eq '2324' or id eq '3424' Filter on specific field values, you can filter on one value or multiple
$Expand Template No String deliveryLines the $expand Used to expand the delivery lines
$Select Template No String RecipientName, ShipmentDate The $select system query option allows clients to request a specific set of properties for each entity or complex type.
$OrderBy Template No String shipmentDate desc The orderby system query option allows clients to request resources in a particular order
$Top Template No Integer 10 The $top Selects the top results of the input, ex top 10 delivery notes if 10 is input
$Skip Template No Integer 4 possiblity to skip N number of values, This is useful in combination with $top for paging purposes the $skip Skips N int values. MUST be an integer greater than or equal to zero. If a value less than 0 is specified, the URI is considered to be malformed.
$Count Template No Boolean true The $count system query option allows clients to request a count of the matching resources included with the resources in the response. The $count query option has a Boolean value of true or false.