User notifications
This resource represents notifications for the current user.
Operations
Get user notifications
Request all push notification configurations for current user by specified token and token type (see below table specification for value enumerations). Type is always required but if Token is not specified then all push notification configurations will be returned for user which could span multiple tokens.
Request
Query parameters
GET /api/User/Notify?Token={pushToken}&Type={pushTokenType}
Create push notification
Request to set specific push notification configuration for current user.
Request
POST /api/User/Notify