... | ... | @@ -194,11 +194,11 @@ This request gets all CEMSs that are connected to a certain user. |
|
|
|
|
|
`user`
|
|
|
|
|
|
**URL Params**
|
|
|
**URL Parameters**
|
|
|
|
|
|
`None`
|
|
|
|
|
|
**Data Params**
|
|
|
**Data Parameters**
|
|
|
|
|
|
`None`
|
|
|
|
... | ... | @@ -285,7 +285,7 @@ It is possible that the this request needs more time than a normal request, sinc |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
|
|
|
* **Code:** 404 `NOT FOUND` <br>
|
... | ... | @@ -357,7 +357,7 @@ This request is used to register a sensor to a CEMS. |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
|
|
|
* **Code:** 404 `NOT FOUND` <br>
|
... | ... | @@ -421,7 +421,7 @@ This request allows you to add a sensor value to the database of the back end. |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
|
|
|
* **Code:** 404 `NOT FOUND` <br>
|
... | ... | @@ -493,7 +493,7 @@ This request adds a CEMS to the back end. |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
___
|
|
|
|
... | ... | @@ -562,7 +562,7 @@ This request returns all sensor values of a given user. |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
__
|
|
|
|
... | ... | @@ -604,7 +604,7 @@ Request to post all needed information to set up the WiFi connection of a CEMS. |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
|
|
|
* **Code:** 404 `NOT FOUND` <br>
|
... | ... | @@ -676,7 +676,7 @@ This request allows the CEMS to send all available SSIDs to the back end. |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
|
|
|
* **Code:** 404 `NOT FOUND` <br>
|
... | ... | @@ -730,7 +730,7 @@ This request connects a CEMS to a user in the back end. |
|
|
**Content:**
|
|
|
|
|
|
```json
|
|
|
"You dont have the permission for the request"
|
|
|
"You don't have the permission for the request"
|
|
|
```
|
|
|
|
|
|
* **Code:** 404 `NOT FOUND` <br>
|
... | ... | |