You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get routes matching a topic for devices for all connected platforms.
Note: Platform Device endpoints accept query parameters to refine their output, as described in the introduction to the Devices section.
Note: See the introduction to the Platform Devices section for information on the use of topics.
Providing a partial topic returns all devices which share the given segements of the provided topic. Using a partial topic: /:campus/:building will produce the same dictionary as the response of GET /devices/ but with only the topics beginning with the segments :campus and :building.
Providing a full topic will usually produce a single result, except where more than one connected platform has the same topic, in which case the result will be the list of routes to that topic on each containing platform.
In the case where a device with the same topic appears on multiple platforms, the value for that topic in the result will be a list of routes where each element is the route to the device topic on on of the platforms where it appears.
Get routes matching a topic for devices for all connected platforms.
Providing a partial topic returns all devices which share the given segements of the provided topic. Using a partial topic:
/:campus/:building
will produce the same dictionary as the response ofGET /devices/
but with only the topics beginning with the segments:campus
and:building
.Providing a full topic will usually produce a single result, except where more than one connected platform has the same topic, in which case the result will be the list of routes to that topic on each containing platform.
In the case where a device with the same topic appears on multiple platforms, the value for that topic in the result will be a list of routes where each element is the route to the device topic on on of the platforms where it appears.
Request:
BEARER <jwt_token>
Response:
200 OK
application/json
400 Bad Request
application/json
401 Unauthorized
The text was updated successfully, but these errors were encountered: