Get the list of devices in an application with basic ODATA support ($top, $filter, $orderby), [more details](https://aka.ms/iotcentralodatasupport).

get/devices

Query parameters

api-versionstring required

The version of the API being called.

$filterstring

An expression on the resource type that selects the resources to be returned.

$topinteger

The maximum number of resources to return from the collection.

$orderbystring

An expression that specify the order of the returned resources.

Response

Success

nextLinkstring

URL to get the next page of devices.

Changes