The $format system query option allows clients to request a response in a particular format and is useful for clients without access to request headers for standard content-type negotiation.
Example: $format=json
$select
Array of strings
Example: $select=active,approval
$top
integer
The $top system query option requests the number of items in the queried collection to be included in the result.
Example: $top=10
$skip
integer
The $skip query option requests the number of items in the queried collection that are to be skipped and not included in the result.
Example: $skip=100
$filter
string
The $filter system query option allows clients to filter a collection of resources that are addressed by a request URL.
Example: $filter=field1 eq 'value1'
filterid
string
The filterid is a custom query option allows clients to filter a collection of resources using pre-defined knowledge model filter.
Example: filterid=filterid
$orderby
string
The $orderby system query option allows clients to request resources in a particular order.
Example: $orderby=field1
$count
boolean
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.