API Domain
Data Point Access
① Data Retrieval
|
Summary |
① Data Retrieval
|
|
|---|---|---|
|
Path |
GET |
|
|
Description |
Through this API, you can retrieve device data by submitting REQUEST BODY with designated deviceUuid, scopes, and time range. |
|
|
Request Header |
X-ND-TOKEN |
API Key created by IoE Suite Developer |
|
content-type |
application/json |
|
|
Request Body |
Example Value |
JSON
|
|
Schema |
JSON
|
|
200
|
Response |
Status Code |
200 |
|---|---|---|
|
Description |
Successful request |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
JSON
|
400
|
Response |
Status Code |
400 |
|---|---|---|
|
Description |
Bad Request |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
|
401
|
Response |
Status Code |
401 |
|---|---|---|
|
Description |
Unauthorized |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
API key is invalid |
403
|
Response |
Status Code |
403 |
|---|---|---|
|
Description |
Forbidden |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
|
404
|
Response |
Status Code |
404 |
|---|---|---|
|
Description |
Not found |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
|
500
|
Response |
Status Code |
500 |
|---|---|---|
|
Description |
System error |
|
|
Content Type |
application/json |
|
|
Example Value |
|
|
|
Schema |
Internal Server Error |
② Device Data Acquire
|
Summary |
② Device Data Acquire
|
|
|---|---|---|
|
Path |
GET |
|
|
Description |
Through this API, you can acquire devices data through the gateway.
After config, IoE platform pushes data to your endpoint when data is submitted by a gateway to.
If you request to acquire device data by this API, a |
|
|
Request Header |
X-ND-TOKEN |
API Key created by IoE Suite Developer |
|
content-type |
application/json |
|
|
Request Params |
Example Value |
JSON
|
|
Schema |
JSON
|
|
|
Request Body |
Example Value |
JSON
|
|
Schema |
JSON
|
|
|
Note |
This API only works when the gateway and the device are both online. |
|
200
|
Response |
Status Code |
200 |
|---|---|---|
|
Description |
Successful request |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
JSON
|
401
|
Response |
Status Code |
401 |
|---|---|---|
|
Description |
Unauthorized |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
API key is invalid |
403
|
Response |
Status Code |
403 |
|---|---|---|
|
Description |
Forbidden |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
|
404
|
Response |
Status Code |
404 |
|---|---|---|
|
Description |
Not found |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
|
500
|
Response |
Status Code |
500 |
|---|---|---|
|
Description |
System error |
|
|
Content Type |
application/json |
|
|
Example Value |
|
|
|
Schema |
Internal Server Error |