GuidesRecipesAPI ReferenceChangelog
Log In
Changelog
Added

11.30.0 Changes

What's changed

  • MDM commands (GET /v1/mdm/commands, GET /v2/mdm/commands) — the command state enum now includes COMMAND_FORMAT_ERROR, and the command type enum now includes CANCEL_ENHANCED_LOG_COLLECTION and TRIGGER_ENHANCED_LOG_COLLECTION.
  • Send MDM command (POST /v2/mdm/commands) — adds support for the new CANCEL_ENHANCED_LOG_COLLECTION and TRIGGER_ENHANCED_LOG_COLLECTION command types, and adds an optional appleCareToken field on the applicable command payload.
  • Mobile device group membership (GET /v1 and /v2/mobile-device-groups/smart-group-membership/{id} and .../static-group-membership/{id}) — each result now includes lastContactDate.
  • Mobile device inventoryGET /v2/mobile-devices/detail and GET /v2/mobile-devices/{id}/paired-devices now include general.lastContactDate; PATCH /v2/mobile-devices/{id} and GET /v2/mobile-devices/{id}/detail now include lastContactTimestamp.
  • OIDC dispatch (POST /v2/oidc/dispatch) — identity provider redirects now include a logoUrl.