Added
11.30.0 Changes
8 days ago by [email protected]
What's changed
- MDM commands (
GET /v1/mdm/commands,GET /v2/mdm/commands) — the command state enum now includesCOMMAND_FORMAT_ERROR, and the command type enum now includesCANCEL_ENHANCED_LOG_COLLECTIONandTRIGGER_ENHANCED_LOG_COLLECTION. - Send MDM command (
POST /v2/mdm/commands) — adds support for the newCANCEL_ENHANCED_LOG_COLLECTIONandTRIGGER_ENHANCED_LOG_COLLECTIONcommand types, and adds an optionalappleCareTokenfield on the applicable command payload. - Mobile device group membership (
GET /v1and/v2/mobile-device-groups/smart-group-membership/{id}and.../static-group-membership/{id}) — each result now includeslastContactDate. - Mobile device inventory —
GET /v2/mobile-devices/detailandGET /v2/mobile-devices/{id}/paired-devicesnow includegeneral.lastContactDate;PATCH /v2/mobile-devices/{id}andGET /v2/mobile-devices/{id}/detailnow includelastContactTimestamp. - OIDC dispatch (
POST /v2/oidc/dispatch) — identity provider redirects now include alogoUrl.