How to get an overview of all computers? Without adding any parameters, the API will reply with data from all computers, with limited information in the response including id, name, uuid, host_name, online_status, last_online, os_logon and os_user, os_domain. The last two are returned when os_logon is true. You can also query by online_status or group_id parameters How to get detailed information of a specific computer(s)? Once you have the overview list with the id info, in the request body, use the ids parameter and add specific computer id(s) separated by commas. Query the detailed information based on the customized_fields parameter, which can contain multiple fields also separated by commas. There is a limit of 5000 computers (IDs) that can be queried at a time.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Successful response
400Bad request — invalid parameters
401Unauthorized — invalid or missing access token
403Forbidden — insufficient scope, or the action/value/target is not allowed. See data.error for the sub-reason.