quantaq.endpoints.devices.Devices.list

Devices.list(**kwargs) list

Return all (available) devices.

Parameters
  • organization_id (int) – Filter to devices owned by given organization.

  • network_id (int) – Filter to devices owned by given network.

  • limit (str) – Limit the number of results returned

  • sort (str) – Sort the results by a specific attribute

  • filter (str) – Filter the query

  • per_page (int) – Define the number of results to return per page

Returns

List of devices.

Return type

list of dict