Returns a set of data items of type emergencyevents.
GET /api/news/emergencyevents
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| EventId | System.String | Read only: False | |
| EmergencyEventStartDate | System.DateTimeOffset | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-08-07T16:38:53.8690153Z",
"PublicationDate": "2026-08-07T16:38:53.8690153Z",
"DateCreated": "2026-08-07T16:38:53.8690153Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "73f64967-da12-42d9-8a95-c3eb9dd8231c",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-07T16:38:53.8690153Z",
"healthtopictypes": "c6367c1f-f1f7-4c27-92e8-014a920a0839",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T16:38:53.8690153+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-07T16:38:53.8690153Z",
"PublicationDate": "2026-08-07T16:38:53.8690153Z",
"DateCreated": "2026-08-07T16:38:53.8690153Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "73f64967-da12-42d9-8a95-c3eb9dd8231c",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-07T16:38:53.8690153Z",
"healthtopictypes": "c6367c1f-f1f7-4c27-92e8-014a920a0839",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T16:38:53.8690153+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets emergencyevents item by id.
GET /api/news/emergencyevents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| EventId | System.String | Read only: False | |
| EmergencyEventStartDate | System.DateTimeOffset | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-08-07T16:38:53.8690153Z",
"PublicationDate": "2026-08-07T16:38:53.8690153Z",
"DateCreated": "2026-08-07T16:38:53.8690153Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "0f3855fe-2a2f-4a00-a1db-bf12ba880cf8",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-07T16:38:53.8690153Z",
"healthtopictypes": "3a90a797-26b0-497d-a7a8-760ae3d87276",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T16:38:53.8690153+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from emergencyevents item.
GET /api/news/emergencyevents({key})/property
| Name | Description | Type | Additional Information |
| key | System.Guid | Required | |
| property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| Id | System.Guid | Read only: False |
application/json
{
"Id": "88e7ad1d-5035-4abc-ba88-214bdadd2b2f"
}Creates a emergencyevents item.
POST /api/news/emergencyevents
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| EventId | System.String | Read only: False | |
| EmergencyEventStartDate | System.DateTimeOffset | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T16:38:53.8690153Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "7dea7f71-d675-4bc1-becb-c2ed22ad9ba6",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-08-07T16:38:53.8690153Z",
"healthtopictypes": "e78a2059-b5fc-4543-b6cc-b3a65dbe2279"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| EventId | System.String | Read only: False | |
| EmergencyEventStartDate | System.DateTimeOffset | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-08-07T16:38:53.8690153Z",
"PublicationDate": "2026-08-07T16:38:53.8690153Z",
"DateCreated": "2026-08-07T16:38:53.8690153Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "2571d175-97be-4f06-b715-e41584b7906d",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-07T16:38:53.8690153Z",
"healthtopictypes": "a462b1c3-c162-4433-9b50-5c430cc5729b",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T16:38:53.8690153+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for emergencyevents item.
PATCH /api/news/emergencyevents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| EventId | System.String | Read only: False | |
| EmergencyEventStartDate | System.DateTimeOffset | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T16:38:53.8690153Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "9becb9ca-eec6-4eac-9727-54e94bf3249e",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-08-07T16:38:53.8690153Z",
"healthtopictypes": "310e4c86-93bf-4774-9bf1-a56d2105b0bf"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for emergencyevents item.
PUT /api/news/emergencyevents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| healthtopics | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| EventId | System.String | Read only: False | |
| EmergencyEventStartDate | System.DateTimeOffset | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T16:38:53.8690153Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "f91d51b2-21d6-4164-971c-e9e79dc1791f",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-08-07T16:38:53.8690153Z",
"healthtopictypes": "467ebe8c-6f77-4be6-9b4b-b7fefa7ce130"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a emergencyevents item by Id.
DELETE /api/news/emergencyevents({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.