POST /_system/local_devices/device/{type}/search
Search for local devices of a specific type
Search for local devices of a specific type
| Key | Type | Example | Description |
|---|---|---|---|
| type required | string |
"example-string"
|
Device type (e.g., 'dobot', 'printer')
|
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
| Key | Type | Example | Description |
|---|---|---|---|
| query optional | string |
"example-string"
|
Search query string
|
| count optional | boolean |
true
|
Return count instead of results
|
| limit optional | integer |
50
|
Maximum number of results
|
| offset optional | integer |
0
|
Number of results to skip
|
| filters optional | object |
{}
|
Additional search filters
|
| sort optional | array |
[{}]
|
{}
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
local_devices_create |
Required scope: local_devices_create |
Back to Local Devices Return to the Local Devices category to view other endpoints All API Categories Browse all available API categories