Manage Backpack Service (1.0.0)

Download OpenAPI specification:Download

This service permits users to register their own unregistered Intelligent Backpacks with their email.

Root

Web service root

Web service root

Responses

Get all devices

Get all existent devices from Azure Hub IoT

Get all existent devices from Azure Hub IoT

Responses

addDevice

Create a new device into Azure Hub IoT platform

Create a new device into Azure Hub IoT platform

path Parameters
nameDevice
required
string

Name of the new device to create

Responses

Unregister

Unregister the device owned by the specified user

Unregister the device owned by the specified user email

path Parameters
hash
required
string

Hashed device id to be unregistered

Request Body schema: application/json

User email that own the device to unregister

email
required
string

Responses

Request samples

Content type
application/json
{
  • "email": "prova@example.it"
}

Register

Register the device with a user email

Register the device with a user email

path Parameters
hash
required
string

Hashed device id to be registered

Request Body schema: application/json

User email to register for the specified device

email
required
string

Responses

Request samples

Content type
application/json
{
  • "email": "prova@example.it"
}