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": "2025-10-06T10:06:49.9219084Z",
"PublicationDate": "2025-10-06T10:06:49.9219084Z",
"DateCreated": "2025-10-06T10:06:49.9219084Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "92db6922-4ca6-436b-a4c5-83d3f4c89dd8",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2025-10-06T10:06:49.9219084Z",
"healthtopictypes": "c5952c28-b146-4676-a6f5-f4816e4254ce",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:49.9219084+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T10:06:49.9219084Z",
"PublicationDate": "2025-10-06T10:06:49.9219084Z",
"DateCreated": "2025-10-06T10:06:49.9219084Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "92db6922-4ca6-436b-a4c5-83d3f4c89dd8",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2025-10-06T10:06:49.9219084Z",
"healthtopictypes": "c5952c28-b146-4676-a6f5-f4816e4254ce",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:49.9219084+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": "2025-10-06T10:06:49.9219084Z",
"PublicationDate": "2025-10-06T10:06:49.9219084Z",
"DateCreated": "2025-10-06T10:06:49.9219084Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "60279b39-9a64-45d1-b9d5-653eb00d4571",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2025-10-06T10:06:49.9219084Z",
"healthtopictypes": "7c068358-ac9b-4e27-97cf-3dd440a6597e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:49.9219084+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": "6a875d5f-03e7-4d2b-ba99-f443321b57b9"
}
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": "2025-10-06T10:06:49.9219084Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "459ab5ef-4b01-42b9-820b-4b929698007f",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2025-10-06T10:06:49.9219084Z",
"healthtopictypes": "a484bc0f-3a99-45e5-93a9-574e92635f83"
}
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": "2025-10-06T10:06:49.9219084Z",
"PublicationDate": "2025-10-06T10:06:49.9219084Z",
"DateCreated": "2025-10-06T10:06:49.9219084Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "32f79d1c-cacf-4d89-9ea7-53cb002051f4",
"Title": "sample string 9",
"EventId": "sample string 10",
"EmergencyEventStartDate": "2025-10-06T10:06:49.9219084Z",
"healthtopictypes": "6c4db559-3c87-4bf2-8877-2cbc5702b223",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:49.9219084+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": "2025-10-06T10:06:49.9219084Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "5bd1b09a-9327-4a12-8151-a35eb77d582b",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2025-10-06T10:06:49.9219084Z",
"healthtopictypes": "e84303f5-519e-4039-a184-5d0aad5cc0d1"
}
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": "2025-10-06T10:06:49.9219084Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "33d280d6-9403-4890-8a26-cf840fe0b7a3",
"Title": "sample string 6",
"EventId": "sample string 7",
"EmergencyEventStartDate": "2025-10-06T10:06:49.9219084Z",
"healthtopictypes": "999b21f0-8096-4535-bc30-5a32c3c45363"
}
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.