userDeviceClientGetRequest
Extends: | authRequest |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
os (int) | 1/1 | The os of the client device 0 .. android (cd2m) 1 .. ios 2 .. symbian 6 .. android (gcm) 7 .. windows (metro) |
pushRegistrationId (string) | 1/1 |
The push registration id depends on the os.
android: c2dm registration id ios: push notification device id |
pushConfig (string) | 0/1 | Sets the push config which depends on the os and is usually a in json format. iOS/iOS2: { sound : { name : { user : "", // name of sound file group : "", // name of sound file }, onlyOnFirstMessage : true/false } } others: push config is ignored |
JSON
property | type | description |
---|---|---|
os | os (int) | The os of the client device 0 .. android (cd2m) 1 .. ios 2 .. symbian 6 .. android (gcm) 7 .. windows (metro) |
pushRegistrationId | pushRegistrationId (string) |
The push registration id depends on the os.
android: c2dm registration id ios: push notification device id |
pushConfig | pushConfig (string) | Sets the push config which depends on the os and is usually a in json format. iOS/iOS2: { sound : { name : { user : "", // name of sound file group : "", // name of sound file }, onlyOnFirstMessage : true/false } } others: push config is ignored |