GET /_system/local_devices/device/{type}/{guid}/pose
Get current pose/position data for a device (Dobot specific)
Get current pose/position data for a device (Dobot specific)
| Key | Type | Example | Description |
|---|---|---|---|
| typerequired | string | | GUID of the device. |
| guidrequired | string | | Unique identifier (GUID) |
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
{
"r": 12.5,
"timestamp": 1782166695813,
"x": 12.5,
"y": 12.5,
"z": 12.5
}{
"error": "ERROR_KEY"
}| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
local_devices_view | Required scope: local_devices_view |
Back to Local Devices Return to the Local Devices category to view other endpoints All API Categories Browse all available API categories
