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-29T01:52:15.6905124Z",
"PublicationDate": "2026-08-29T01:52:15.6905124Z",
"DateCreated": "2026-08-29T01:52:15.6905124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "019c910f-e2b2-4722-ad3a-02729ef75dac",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-29T01:52:15.6905124Z",
"healthtopictypes": "4f86ebe7-3616-45ac-b688-6a64861f506e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:52:15.6905124+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-29T01:52:15.6905124Z",
"PublicationDate": "2026-08-29T01:52:15.6905124Z",
"DateCreated": "2026-08-29T01:52:15.6905124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "019c910f-e2b2-4722-ad3a-02729ef75dac",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-29T01:52:15.6905124Z",
"healthtopictypes": "4f86ebe7-3616-45ac-b688-6a64861f506e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:52:15.6905124+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-29T01:52:15.6905124Z",
"PublicationDate": "2026-08-29T01:52:15.6905124Z",
"DateCreated": "2026-08-29T01:52:15.6905124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "c8ba2637-2568-4f07-af03-4f0254be76d9",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-29T01:52:15.6905124Z",
"healthtopictypes": "bbb46d49-f279-4da3-b768-733db4fec2c0",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:52:15.6905124+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": "f42b1c2d-56fc-440a-9be2-9936c76d79cc"
}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-29T01:52:15.6905124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "9f744536-db5f-47b3-8eac-628f93e2bf8c",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-08-29T01:52:15.6905124Z",
"healthtopictypes": "4c8c62e4-5ad4-44a7-a0b2-8f66372362dc"
}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-29T01:52:15.6905124Z",
"PublicationDate": "2026-08-29T01:52:15.6905124Z",
"DateCreated": "2026-08-29T01:52:15.6905124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "0dd62440-cacc-48c7-a9d0-773533039f44",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-08-29T01:52:15.6905124Z",
"healthtopictypes": "2b964421-7d75-4007-b0e3-4ebf2da6e2be",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-29T01:52:15.6905124+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-29T01:52:15.6905124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "e68282c7-8c09-45f3-bf00-1bf93a8b7fbd",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-08-29T01:52:15.6905124Z",
"healthtopictypes": "7755743f-1a27-49cd-939e-bf5596ff24ef"
}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-29T01:52:15.6905124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "12fa70ca-c3d4-4228-b875-7615691faf34",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-08-29T01:52:15.6905124Z",
"healthtopictypes": "5cb68dc8-8713-4b5d-8d6d-a4ab734c43fa"
}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.