POST api/apps/{appShortName}/push
Create a registration ID for the given app.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appShortName |
Short name of mobile app, e.g. florence. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Registration ID
PushRegistrationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PushRegistrationId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PushRegistrationId": "sample string 1"
}
text/html
Sample:
{"PushRegistrationId":"sample string 1"}