Added
11.30.0 Additions
8 days ago by [email protected]
What's new
Computer inventory /v4 — a new version of the computer inventory endpoints:
GETandPOST/v4/computers-inventoryGETandPATCH/v4/computers-inventory-detail/{id}GET/v4/computers-inventory/filevaultGETandDELETE/v4/computers-inventory/{id}POST/v4/computers-inventory/{id}/attachmentsGETandDELETE/v4/computers-inventory/{id}/attachments/{attachmentId}POST/v4/computers-inventory/{id}/eraseGET/v4/computers-inventory/{id}/filevaultPOST/v4/computers-inventory/{id}/remove-mdm-profileGET/v4/computers-inventory/{id}/view-device-lock-pinGET/v4/computers-inventory/{id}/view-recovery-lock-password
Patch software title configurations /v3 — a new version of the patch software title configuration endpoints:
GETandPOST/v3/patch-software-title-configurationsGET,PATCH, andDELETE/v3/patch-software-title-configurations/{id}GET,POST, andDELETE/v3/patch-software-title-configurations/{id}/dashboardGET/v3/patch-software-title-configurations/{id}/definitionsGET/v3/patch-software-title-configurations/{id}/dependenciesGET/v3/patch-software-title-configurations/{id}/export-reportGET/v3/patch-software-title-configurations/{id}/extension-attributesGETandPOST/v3/patch-software-title-configurations/{id}/historyGET/v3/patch-software-title-configurations/{id}/patch-reportGET/v3/patch-software-title-configurations/{id}/patch-summaryGET/v3/patch-software-title-configurations/{id}/patch-summary/versions
Migrating to the new endpoint versions
Computer inventory: /v3 → /v4
/v3 → /v4The general object changed in both responses and the POST request body. Update your integration before switching:
lastContactTimewas renamed tolastContact(samedate-timevalue).lastReportedIpwas removed. It was already deprecated in/v3; uselastReportedIpV4instead (available in both versions).lastCheckInwas added as a newdate-timefield.
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
/v2 → /v3The lastContactTime field was renamed to lastCheckIn:
GET /v3/patch-software-title-configurations/{id}/patch-report— the response fieldresults[].lastContactTimeis nowresults[].lastCheckIn.GET /v3/patch-software-title-configurations/{id}/export-report— requestlastCheckInincolumns-to-exportinstead oflastContactTime; the default column set was updated to match.