POST api/Notification/Download
Retrieve any notifications for the specified client/user
Request Information
URI Parameters
None.
Body Parameters
The download request with authentication.
NotificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| Auth | string |
Required |
|
| RSAAuth | HybridEncrypted |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| RSA | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "9e71fcf2-0046-46a3-93ce-0f89aa830bf5",
"Auth": "sample string 2",
"RSAAuth": {
"$id": "2",
"Message": "sample string 1",
"Key": "sample string 2",
"IV": "sample string 3"
},
"CustomerId": "79298d99-0ad4-4a15-b5c9-84a3221b6a35",
"RSA": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{
"UserId": "9e71fcf2-0046-46a3-93ce-0f89aa830bf5",
"Auth": "sample string 2",
"RSAAuth": {
"Message": "sample string 1",
"Key": "sample string 2",
"IV": "sample string 3"
},
"CustomerId": "79298d99-0ad4-4a15-b5c9-84a3221b6a35",
"RSA": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.