Versions Compared

Key

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

A sample resource definition, together with details on the information that is added in the JSON are as follows:

Table of Contents
maxLevel3

Sample definition JSON to send notifications

The following are sample configurations that can be used in a JSON to send notifications to iOS devices:

Excerpt
Code Block
{  
   "deviceIDs":[  
      "2be702beaaf4ad34fc9e7f8da2b6b808c453fa72b",
      "2ec33430ad456713c633de75b2219376bac45de56"
   ],
   "operation":{  
      "message":"Meeting at 10.30 AM to revisit the sales strategy. All members of the sales team must be present"
   }
}

 

Property definitions

All the properties that correspond to sending a notification are explained as follows: 

PropertyDescriptionImage AddedImage Added

Data Type

Example

Anchor
deviceIDs
deviceIDs
deviceIDs

The Device ID. This field is not case sensitive. 

YesN/AString

2be702beaaf4ad34fc9e7f8da2b6b808c453fa72b

Anchor
operation
operation
operation
The attributes required to carry out the operation of configuring LDAP are defined here.YesN/Aoperation-


Operation

PropertyDescriptionImage AddedImage Added

Data Type

Example

Anchor
message
message
message

The message that you need to send to the iOS device or devices in the form of a notification.

YesN/AString

Meeting at 10.30 AM to revisit the sales strategy.
All members of the sales team must be present