GuidesRecipesAPI ReferenceChangelog
Log In
Changelog
Added

11.23.0 Additions

/v3/computers-inventory

  • V3 adds support for new Application Bundle Version and Application Bundle Short Version inventory items. With keys cfBundleShortVersionString and cfBundleVersion
"applications": [
    {
      "name": "Microsoft Word",
      "path": "/usr/local/app",
      "version": "1.0.0",
      "cfBundleShortVersionString": "1.0.0",
      "cfBundleVersion": "1.0.0",
      "macAppStore": true,
      "sizeMegabytes": 25,
      "bundleId": "1",
      "updateAvailable": false,
      "externalVersionId": "1"
    }
"applications": [
    {
      "name": "Microsoft Word",
      "path": "/usr/local/app",
      "version": "1.0.0",
      "macAppStore": true,
      "sizeMegabytes": 25,
      "bundleId": "1",
      "updateAvailable": false,
      "externalVersionId": "1"
    }

GET /v3/computers-inventory

POST /v3/computers-inventory

GET /v3/computers-inventory-detail/{id}

PATCH /v3/computers-inventory-detail/{id}

GET /v3/computers-inventory/filevault

GET /v3/computers-inventory/{id}

DELETE /v3/computers-inventory/{id}

POST /v3/computers-inventory/{id}/attachments

GET /v3/computers-inventory/{id}/attachments/{attachmentId}

DELETE /v3/computers-inventory/{id}/attachments/{attachmentId}

GET /v3/computers-inventory/{id}/filevault

GET /v3/computers-inventory/{id}/view-device-lock-pin

GET /v3/computers-inventory/{id}/view-recovery-lock-password