GuidesRecipesAPI ReferenceChangelog
Log In
Changelog
Added

11.30.0 Additions

What's new

Computer inventory /v4 — a new version of the computer inventory endpoints:

  • GET and POST /v4/computers-inventory
  • GET and PATCH /v4/computers-inventory-detail/{id}
  • GET /v4/computers-inventory/filevault
  • GET and DELETE /v4/computers-inventory/{id}
  • POST /v4/computers-inventory/{id}/attachments
  • GET and DELETE /v4/computers-inventory/{id}/attachments/{attachmentId}
  • POST /v4/computers-inventory/{id}/erase
  • GET /v4/computers-inventory/{id}/filevault
  • POST /v4/computers-inventory/{id}/remove-mdm-profile
  • GET /v4/computers-inventory/{id}/view-device-lock-pin
  • GET /v4/computers-inventory/{id}/view-recovery-lock-password

Patch software title configurations /v3 — a new version of the patch software title configuration endpoints:

  • GET and POST /v3/patch-software-title-configurations
  • GET, PATCH, and DELETE /v3/patch-software-title-configurations/{id}
  • GET, POST, and DELETE /v3/patch-software-title-configurations/{id}/dashboard
  • GET /v3/patch-software-title-configurations/{id}/definitions
  • GET /v3/patch-software-title-configurations/{id}/dependencies
  • GET /v3/patch-software-title-configurations/{id}/export-report
  • GET /v3/patch-software-title-configurations/{id}/extension-attributes
  • GET and POST /v3/patch-software-title-configurations/{id}/history
  • GET /v3/patch-software-title-configurations/{id}/patch-report
  • GET /v3/patch-software-title-configurations/{id}/patch-summary
  • GET /v3/patch-software-title-configurations/{id}/patch-summary/versions

Migrating to the new endpoint versions

Computer inventory: /v3/v4

The general object changed in both responses and the POST request body. Update your integration before switching:

  • lastContactTime was renamed to lastContact (same date-time value).
  • lastReportedIp was removed. It was already deprecated in /v3; use lastReportedIpV4 instead (available in both versions).
  • lastCheckIn was added as a new date-time field.

All other general fields are unchanged, and no query parameters changed. Affected operations: GET and POST /v4/computers-inventory, GET /v4/computers-inventory/{id}, and GET /v4/computers-inventory-detail/{id}.

Patch software title configurations: /v2/v3

The lastContactTime field was renamed to lastCheckIn:

  • GET /v3/patch-software-title-configurations/{id}/patch-report — the response field results[].lastContactTime is now results[].lastCheckIn.
  • GET /v3/patch-software-title-configurations/{id}/export-report — request lastCheckIn in columns-to-export instead of lastContactTime; the default column set was updated to match.