Endpoint Security Management API Version History

This page lists updates to the Endpoint Security Management API.

Latest Version

Version 1.5.2: 27 July 2023

  • New endpoint to retrieve the published patches not installed on the computers on the network:
    • /api/v1/accounts/{accountId}/patchavailability
  • For more information, see Retrieve Missing Patches.

  • New endpoint to retrieve the software installed on the computers on the network:
    • /api/v1/accounts/{accountId}/softwareinventory
  • For more information, see Retrieve Installed Software.

  • New endpoint to retrieve the characteristics of a device BIOS:
    • /api/v1/accounts/{accountId}/devices/{deviceId}/hardwareinventory
  • For more information, see Retrieve BIOS Information.

  • New endpoint to retrieve a list of all tasks created:
    • /api/v1/accounts/{accountId}/tasks
  • For more information, see Retrieve Tasks.

  • New endpoint to retrieve task repetitions for a specific task:
    • /api/v1/accounts/{accountId}/tasks/{type}/{taskId}/jobs
  • For more information, see Retrieve Task Repetitions.

  • New endpoint to retrieve the status of task repetitions for a specific task:
    • /api/v1/accounts/{accountId}/tasks/{type}/{taskId}/jobs/{jobId}/status
  • For more information, see Retrieve Task Status.

  • New endpoint to retrieve the results of a specific task repetition:
    • /api/v1/accounts/{accountId}/tasks/{type}/{taskId}/jobs/{jobId}/results
  • For more information, see Retrieve Task Results.

  • New endpoint to retrieve the details of a specific task:
    • /api/v1/accounts/{accountId}/taskdetails/{type}/{taskId}
  • For more information, see Retrieve Task Details.

Previous Versions