Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

Description

Notify iOS device users on important details or tasks via the REST API.

Example: Notify the sales employees of an urgent meeting to revisit the sales strategy.

Resource Path/notification
URL/ios/operation/notification
HTTP MethodPOST
Request/Response Formatapplication/json

Sample request

Insert excerpt
EMM210:Resource Definition to Remove an Application on iOS DevicesEMM210:
Resource Definition to Remove an Application on iOS Devices
nopaneltrue

For information on the property definitions, seeĀ Resource Definition to Send Notifications to iOS Devices.

cURL command

Code Block
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <EMM_API_TOKEN>" -d @'<JSON_PAYLOAD>' -k -v https://<EMM_HOST>:<EMM_HTTPS_PORT>/ios/operation/notification

...