GET /api/v1/devices/
This request gets a list of all enrolled devices, optional query parameters can be specified to filter the results.
Servers
- https://SubDomain.clients.us-1.kandji.io
Query parameters
Name | Type | Required | Description |
---|---|---|---|
os_version |
String | No | |
asset_tag |
String | No | |
mac_address |
String | No |
Search for a specific device by its MAC address |
model |
String | No | |
user_name |
String | No |
"contains" search on user Display Name |
device_id_lookup |
String | No | |
device_name |
String | No | |
limit |
String | No |
If not specified, the default limit is 300 |
blueprint_id |
String | No | |
platform |
String | No | |
serial_number |
String | No | |
user |
String | No |
contains search on user name |
user_email |
String | No |
"contains" search on email address |
device_id |
String | No | |
user_id |
String | No |
"exact" match on user_id |
offset |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.