Query Parameters

Select

The $select parameter allows you to specify which properties of a resource should be included in the response.

Read article

Filter

The $filter parameter allows you to apply filtering criteria to the resources returned by the API.

Read article

Orderby

The $orderby parameter specifies the sorting of the returned results based on one or more properties.

Read article

Expand

The $expand parameter allows you to include embedded collections of a resource in the response.

Read article

Pagination Parameters

The $skip parameter defines how many results should be skipped, allowing for pagination in the result set. The $skipToken parameter allows continuation token-based pagination for fetching data. The $top parameter defines the maximum number of items returned in the result set.

Read article