Previous Topic

Next Topic

Book Contents

Book Index

Things endpoint

With the Things endpoint in Bosch IoT Edge Services' REST service via set of GET HTTP requests you manage every Thing.

The Things is an endpoint, that gives you the possibility to retrieve the available information about a thing with given thingId. On the Bosch IoT Edge Services there is a thing representing the runtime itself – ID <gateway-id>:edge:services:runtime. Every device connected to the Edge Services has also a representation as a thing. You can request the whole thing, a subset of the thing, its policyId, attributes, features, properties or a single property.

The Swagger provides the following interface for using the Things endpoint:

mbs_things_end_v10.1