GET v1/robots?gardenId={gardenId}
设备信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gardenId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RobotDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GardenId | integer |
None. |
|
| MAC | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"gardenId": 1,
"mac": "sample string 2"
},
{
"gardenId": 1,
"mac": "sample string 2"
}
]