GET api/Revolution/Alert?repDID={repDID}
To allow a user to retrieve their top 50 Revolution alerts based on the proper RepDID. If this is called by an API user, they can call for this for any representative. If called by a Rep, the rep can only access their own alerts.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
repDID |
The representative display ID for the user wanting to see all their messages. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AlertName | Description | Type | Additional information |
---|---|---|---|
AlertID |
The identification used to determine which alert was returned. |
integer |
None. |
DateCreated |
The date of which the alert was created. |
date |
None. |
Subject |
The subject of the alert. |
string |
None. |
Message |
The full text of the alert. |
string |
None. |
CreatedBy |
Who created the Alert |
string |
None. |
ApplicationMessage |
Application message configured on the Alert |
string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.