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-09-18T15:59:17.8244679Z",
"PublicationDate": "2026-09-18T15:59:17.8244679Z",
"DateCreated": "2026-09-18T15:59:17.8244679Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "33575a8f-0487-423c-8312-0b4a4cc40007",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-09-18T15:59:17.8244679Z",
"healthtopictypes": "b5c3dea9-2af1-4dbc-af52-83a293fa8230",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:59:17.8244679+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T15:59:17.8244679Z",
"PublicationDate": "2026-09-18T15:59:17.8244679Z",
"DateCreated": "2026-09-18T15:59:17.8244679Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "33575a8f-0487-423c-8312-0b4a4cc40007",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-09-18T15:59:17.8244679Z",
"healthtopictypes": "b5c3dea9-2af1-4dbc-af52-83a293fa8230",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:59:17.8244679+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-09-18T15:59:17.8244679Z",
"PublicationDate": "2026-09-18T15:59:17.8244679Z",
"DateCreated": "2026-09-18T15:59:17.8244679Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "66a959eb-85b1-4771-a15e-f17a71c6e900",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-09-18T15:59:17.8244679Z",
"healthtopictypes": "86cf61b0-8546-4d54-82d7-dabb51df525c",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:59:17.8244679+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": "8eb7afd9-6bba-4d74-9ac5-7c716ba5d2b5"
}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-09-18T15:59:17.8244679Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "6c75bed8-f9c5-4d8b-b2f7-5009d46aff87",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-09-18T15:59:17.8244679Z",
"healthtopictypes": "73c98e53-63ea-4e6d-8200-00048a4a4daf"
}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-09-18T15:59:17.8244679Z",
"PublicationDate": "2026-09-18T15:59:17.8244679Z",
"DateCreated": "2026-09-18T15:59:17.8244679Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "8ca10fe2-11a8-48c9-aa45-32dd84a1f682",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2026-09-18T15:59:17.8244679Z",
"healthtopictypes": "3fc5d28d-a770-4728-b2ce-5d85daa27ad1",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:59:17.8244679+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-09-18T15:59:17.8244679Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "b1862cad-1a60-4460-a322-4179a25e9941",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-09-18T15:59:17.8244679Z",
"healthtopictypes": "b73bf283-b0fa-4579-9d45-35c0242b6e80"
}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-09-18T15:59:17.8244679Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "f84a71e1-852b-45cf-af1c-19bf93dac66a",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2026-09-18T15:59:17.8244679Z",
"healthtopictypes": "797f909c-60f7-4d76-aa49-08754a28f84e"
}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.