GET api/Revolution/Alert/ForApplication?repDID={repDID}
To allow a user to retrieve their top 50 Revolution Application Alerts based on the proper RepDID. These alerts contain much of the same information as alerts but come pre-formatted with information pertaining to the alert.
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 IApplicationAlertViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
|
| ApplicationMessage | string |
None. |
|
| ThisRepID | integer |
None. |
|
| ThisRepDisplayName | string |
None. |
|
| ThisRepProfileImageURL | string |
None. |
|
| CustomerID | integer |
None. |
|
| CustomerDID | string |
None. |
|
| CustomerDisplayName | string |
None. |
|
| CustomerPhoneNumber | string |
None. |
|
| CustomerEmail | string |
None. |
|
| ContextRepID | integer |
None. |
|
| ContextRepDisplayName | string |
None. |
|
| ContextRepProfileImageURL | string |
None. |
|
| ContextRepPhoneNumber | string |
None. |
|
| ContextRepEmail | string |
None. |
|
| LeadID | integer |
None. |
|
| LeadDisplayName | string |
None. |
|
| LeadPhoneNumber | string |
None. |
|
| LeadEmail | string |
None. |
|
| DateCreated | date |
None. |
|
| OrderID | integer |
None. |
|
| AlertTypeID | integer |
None. |
|
| IsRead | boolean |
None. |
|
| Class | string |
None. |
|
| PresentationID | integer |
None. |
|
| PresentationDisplayName | string |
None. |
|
| PresentationDescription | string |
None. |
|
| PresentationAssets | Collection of string |
None. |
|
| PresentationThumbnail | string |
None. |
|
| ExternalReferenceID | string |
None. |
|
| PresentationURL | string |
None. |
|
| NewsID | integer |
None. |
|
| NewsSummary | string |
None. |
|
| Headline | string |
None. |
|
| ImageFile | string |
None. |
|
| Story | string |
None. |
|
| ResourceID | integer |
None. |
|
| ResourceDisplayName | string |
None. |
|
| ResourceAssetURL | string |
None. |
|
| ResourceExplanation | string |
None. |
|
| ResourceCategoryID | integer |
None. |
|
| RankType | string |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.