POST api/NewsandAlertsManagement/GetNewsAlertByID?newsAlertId={newsAlertId}
To get News and Alert By newsAlertId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| newsAlertId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
NewsAndAlertsResposeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or Set ID |
integer |
None. |
| InstanceId |
Gets or Sets Instance Id |
integer |
None. |
| EffectiveStartDate |
Gets or Sets EffectiveStartDate |
string |
None. |
| EffectiveEndDate |
Gets or Sets EffectiveEndDate |
string |
None. |
| Contents |
Gets or Sets List of News and Alert Conetnts |
Collection of NewsAndAlertsContentResposeViewModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.