Returns a set of data items of type healthtopics.
GET /api/emergencies/healthtopics
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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | 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-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "a17daa42-0d62-4a7e-ba17-03c6a6b71425",
"MetaTitle": "sample string 13",
"regionscountries": "19942894-3b55-42ef-9619-7102adcc83ef",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "911199c0-1506-4f58-ae3a-ae02ac95117f",
"MetaDescription": "sample string 22",
"healthtopictypes": "cbf7d4df-05ee-4089-b80a-57228c905dbb",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T14:16:43.5410205+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "a17daa42-0d62-4a7e-ba17-03c6a6b71425",
"MetaTitle": "sample string 13",
"regionscountries": "19942894-3b55-42ef-9619-7102adcc83ef",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "911199c0-1506-4f58-ae3a-ae02ac95117f",
"MetaDescription": "sample string 22",
"healthtopictypes": "cbf7d4df-05ee-4089-b80a-57228c905dbb",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T14:16:43.5410205+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets healthtopics item by id.
GET /api/emergencies/healthtopics({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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | 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-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "682a7777-6229-40cb-8143-2faf58bac211",
"MetaTitle": "sample string 13",
"regionscountries": "a15bd57c-b186-444b-af63-133a8fc75d01",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "39627650-76f5-4a36-9522-605885c99a67",
"MetaDescription": "sample string 22",
"healthtopictypes": "3bac185b-09e8-41e0-a8d7-c03a8f78967c",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T14:16:43.5410205+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from healthtopics item.
GET /api/emergencies/healthtopics({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": "b3f8700e-dcaa-48b4-919e-9ac2d9c86371"
}Creates a healthtopics item.
POST /api/emergencies/healthtopics
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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | 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-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"Tab3Title": "sample string 7",
"TechnicalLinks": "sample string 8",
"healthtopics": "11d8f551-1e9e-4af7-bf3a-5ed87633f894",
"MetaTitle": "sample string 10",
"regionscountries": "e1b74208-79e4-49f0-bf1a-89f9ec8f0e7e",
"Tab1Summary": "sample string 12",
"OpenGraphTitle": "sample string 13",
"Tab2Title": "sample string 14",
"Tab2Summary": "sample string 15",
"Tab3Summary": "sample string 16",
"OpenGraphDescription": "sample string 17",
"sites": "ea317072-641e-41fe-b9fc-b3ce633aa5d6",
"MetaDescription": "sample string 19",
"healthtopictypes": "ac87b488-3b83-47b7-83a6-5ce5de473691"
}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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | 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-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "f336c3e2-ffed-4797-8f98-ae726a655b07",
"MetaTitle": "sample string 13",
"regionscountries": "262f819e-c33f-427c-ba82-d4dc41402a8a",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "010033a8-c775-4c66-9cb6-d2560b59a282",
"MetaDescription": "sample string 22",
"healthtopictypes": "6cdda479-9579-4aa1-8fab-2c81548c26d1",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T14:16:43.5410205+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for healthtopics item.
PATCH /api/emergencies/healthtopics({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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | 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-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"Tab3Title": "sample string 7",
"TechnicalLinks": "sample string 8",
"healthtopics": "54545173-9b9c-4b48-807d-ea844375aa88",
"MetaTitle": "sample string 10",
"regionscountries": "064a923f-9eee-4312-9e50-642df1256b5d",
"Tab1Summary": "sample string 12",
"OpenGraphTitle": "sample string 13",
"Tab2Title": "sample string 14",
"Tab2Summary": "sample string 15",
"Tab3Summary": "sample string 16",
"OpenGraphDescription": "sample string 17",
"sites": "f8be905e-303a-4b8f-90e4-3ce766cda1ab",
"MetaDescription": "sample string 19",
"healthtopictypes": "4b797642-8a4f-43ab-ab80-16038306712d"
}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 healthtopics item.
PUT /api/emergencies/healthtopics({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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | 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-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"Title": "sample string 6",
"Tab3Title": "sample string 7",
"TechnicalLinks": "sample string 8",
"healthtopics": "54c1a57c-acda-41ce-9994-15d5a01fb867",
"MetaTitle": "sample string 10",
"regionscountries": "233e56fb-36f9-4806-9d09-1eec82f97fae",
"Tab1Summary": "sample string 12",
"OpenGraphTitle": "sample string 13",
"Tab2Title": "sample string 14",
"Tab2Summary": "sample string 15",
"Tab3Summary": "sample string 16",
"OpenGraphDescription": "sample string 17",
"sites": "f2c66785-58c3-4341-9e1a-411be08ae931",
"MetaDescription": "sample string 19",
"healthtopictypes": "c30d39fe-ad08-4a8e-8da9-9b566874067c"
}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 healthtopics item by Id.
DELETE /api/emergencies/healthtopics({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.
Returns a set of related items of type OpenGraphImage from healthtopics item.
GET /api/emergencies/healthtopics({key})/OpenGraphImage
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "6fc60144-249c-457f-888b-2fc7df5895d0",
"publishingoffices": "e8bf6b72-7807-42b5-9a96-7ab02ec92881",
"events": "a1709659-6b87-4597-98fc-4362269b12d9",
"targets": "4d61a510-eed9-42be-befb-b9df16fdf0c9",
"Category": "ecfb95d6-a8be-4a6d-abb6-5096412c43a9",
"imagetypes": "8b8ed7dc-d84a-475a-8577-49b7c9dd548a",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "443483c9-f2bc-41d4-8cb4-a9205ba2b6d2",
"stakeholders": "176c660a-3997-4b69-825f-c0a4f982d151",
"Tags": "cb30ed5c-d7e7-4840-bc49-75fbdc73c39e",
"healthtopics": "bfa217de-1a92-4e3f-879f-c2554739741a",
"targetaudiences": "689bc035-2079-49c7-bbb1-8c74157795ef",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "aa80d37a-88a2-4548-b4fe-25a758da434a",
"ParentId": "40988f16-c3b6-4919-b4ce-d5055e8d4d4c",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "6fc60144-249c-457f-888b-2fc7df5895d0",
"publishingoffices": "e8bf6b72-7807-42b5-9a96-7ab02ec92881",
"events": "a1709659-6b87-4597-98fc-4362269b12d9",
"targets": "4d61a510-eed9-42be-befb-b9df16fdf0c9",
"Category": "ecfb95d6-a8be-4a6d-abb6-5096412c43a9",
"imagetypes": "8b8ed7dc-d84a-475a-8577-49b7c9dd548a",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "443483c9-f2bc-41d4-8cb4-a9205ba2b6d2",
"stakeholders": "176c660a-3997-4b69-825f-c0a4f982d151",
"Tags": "cb30ed5c-d7e7-4840-bc49-75fbdc73c39e",
"healthtopics": "bfa217de-1a92-4e3f-879f-c2554739741a",
"targetaudiences": "689bc035-2079-49c7-bbb1-8c74157795ef",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "aa80d37a-88a2-4548-b4fe-25a758da434a",
"ParentId": "40988f16-c3b6-4919-b4ce-d5055e8d4d4c",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add OpenGraphImage relation to healthtopics item.
POST /api/emergencies/healthtopics({key})/OpenGraphImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type OpenGraphImage from healthtopics item.
DELETE /api/emergencies/healthtopics({key})/OpenGraphImage/$ref
| 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.
Returns a set of related items of type RelatedTopics from healthtopics item.
GET /api/emergencies/healthtopics({key})/RelatedTopics
| 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 | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | 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-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "bc2dfdaf-e6a4-4559-9ff2-d56e1164aa00",
"MetaTitle": "sample string 13",
"regionscountries": "ddaf660a-3060-4c30-849a-017cd5fd89b2",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "16c75bda-a8f5-4873-93e0-f8b102248dce",
"MetaDescription": "sample string 22",
"healthtopictypes": "e48abc21-2bbe-4e3d-b104-ff8b2d6f7218",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T14:16:43.5410205+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-22T14:16:43.5410205Z",
"PublicationDate": "2026-09-22T14:16:43.5410205Z",
"DateCreated": "2026-09-22T14:16:43.5410205Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"Title": "sample string 9",
"Tab3Title": "sample string 10",
"TechnicalLinks": "sample string 11",
"healthtopics": "bc2dfdaf-e6a4-4559-9ff2-d56e1164aa00",
"MetaTitle": "sample string 13",
"regionscountries": "ddaf660a-3060-4c30-849a-017cd5fd89b2",
"Tab1Summary": "sample string 15",
"OpenGraphTitle": "sample string 16",
"Tab2Title": "sample string 17",
"Tab2Summary": "sample string 18",
"Tab3Summary": "sample string 19",
"OpenGraphDescription": "sample string 20",
"sites": "16c75bda-a8f5-4873-93e0-f8b102248dce",
"MetaDescription": "sample string 22",
"healthtopictypes": "e48abc21-2bbe-4e3d-b104-ff8b2d6f7218",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T14:16:43.5410205+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedTopics relation to healthtopics item.
POST /api/emergencies/healthtopics({key})/RelatedTopics/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type RelatedTopics from healthtopics item.
DELETE /api/emergencies/healthtopics({key})/RelatedTopics/$ref
| 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.
Returns a set of related items of type Thumbnail from healthtopics item.
GET /api/emergencies/healthtopics({key})/Thumbnail
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-22T14:16:43.5527006Z",
"PublicationDate": "2026-09-22T14:16:43.5527006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T14:16:43.5527006Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "586014b8-824d-4dec-bf45-234f88c02a02",
"publishingoffices": "139cc976-94f3-4bf0-bbd5-c4ba8f967c4a",
"events": "8f01ff64-38c2-43cb-985e-e089be718c3d",
"targets": "538a7630-ed58-4cfe-a507-0505c6cdf312",
"Category": "98391fff-ba1d-4a95-a1cc-596b6d5beab7",
"imagetypes": "e932f0d2-5186-4847-a15e-7764fca76c63",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "6dfad2b8-ab44-4c2d-972a-9f415942588e",
"stakeholders": "cccf73ab-2458-4fa9-857f-03d25a3540de",
"Tags": "f6e93b97-e447-4b56-b5cd-d3e932769841",
"healthtopics": "20881242-88a6-459d-a498-a2cddada45a2",
"targetaudiences": "4da9878c-c38c-4919-b1fd-59f287507e59",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "a7e64dc1-4e22-4424-8fed-891c63154b2c",
"ParentId": "1dd510f3-b747-410c-befd-f20cf632d08e",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-22T14:16:43.5527006Z",
"PublicationDate": "2026-09-22T14:16:43.5527006Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T14:16:43.5527006Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "586014b8-824d-4dec-bf45-234f88c02a02",
"publishingoffices": "139cc976-94f3-4bf0-bbd5-c4ba8f967c4a",
"events": "8f01ff64-38c2-43cb-985e-e089be718c3d",
"targets": "538a7630-ed58-4cfe-a507-0505c6cdf312",
"Category": "98391fff-ba1d-4a95-a1cc-596b6d5beab7",
"imagetypes": "e932f0d2-5186-4847-a15e-7764fca76c63",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "6dfad2b8-ab44-4c2d-972a-9f415942588e",
"stakeholders": "cccf73ab-2458-4fa9-857f-03d25a3540de",
"Tags": "f6e93b97-e447-4b56-b5cd-d3e932769841",
"healthtopics": "20881242-88a6-459d-a498-a2cddada45a2",
"targetaudiences": "4da9878c-c38c-4919-b1fd-59f287507e59",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "a7e64dc1-4e22-4424-8fed-891c63154b2c",
"ParentId": "1dd510f3-b747-410c-befd-f20cf632d08e",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to healthtopics item.
POST /api/emergencies/healthtopics({key})/Thumbnail/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type Thumbnail from healthtopics item.
DELETE /api/emergencies/healthtopics({key})/Thumbnail/$ref
| 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.
Returns a set of related items of type MainImage from healthtopics item.
GET /api/emergencies/healthtopics({key})/MainImage
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-22T14:16:43.5532653Z",
"PublicationDate": "2026-09-22T14:16:43.5532653Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T14:16:43.5532653Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "23cd1d61-88d7-4d13-b936-62494284ef7b",
"publishingoffices": "e3b7cf9a-6edd-46fc-a252-e79841632f98",
"events": "33500856-ea7e-4ab4-9790-5bbe5b4a331d",
"targets": "70dd722d-75fe-4df3-a4ce-64fb0a1bb503",
"Category": "dfd12de4-6d59-493b-ac4b-75caee06beac",
"imagetypes": "a92140ca-0b87-4d1f-8242-9567e502f998",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "1bf6fa5c-365c-426f-b44b-e409b2f3df92",
"stakeholders": "5b681f8f-4884-4f87-bbc1-f13a8d6e3ce0",
"Tags": "327788c4-bb76-4694-b513-9a20dc2c6b16",
"healthtopics": "91305ba2-13f1-4431-8058-73e7e6566ce8",
"targetaudiences": "133df03c-d6ae-4113-950d-a32dd8824c6a",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b2f95347-6b59-4047-9805-99a3a8ff0db9",
"ParentId": "33df2306-06c0-4c89-9dcd-d5128ecb3a32",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-22T14:16:43.5532653Z",
"PublicationDate": "2026-09-22T14:16:43.5532653Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T14:16:43.5532653Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "23cd1d61-88d7-4d13-b936-62494284ef7b",
"publishingoffices": "e3b7cf9a-6edd-46fc-a252-e79841632f98",
"events": "33500856-ea7e-4ab4-9790-5bbe5b4a331d",
"targets": "70dd722d-75fe-4df3-a4ce-64fb0a1bb503",
"Category": "dfd12de4-6d59-493b-ac4b-75caee06beac",
"imagetypes": "a92140ca-0b87-4d1f-8242-9567e502f998",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "1bf6fa5c-365c-426f-b44b-e409b2f3df92",
"stakeholders": "5b681f8f-4884-4f87-bbc1-f13a8d6e3ce0",
"Tags": "327788c4-bb76-4694-b513-9a20dc2c6b16",
"healthtopics": "91305ba2-13f1-4431-8058-73e7e6566ce8",
"targetaudiences": "133df03c-d6ae-4113-950d-a32dd8824c6a",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "b2f95347-6b59-4047-9805-99a3a8ff0db9",
"ParentId": "33df2306-06c0-4c89-9dcd-d5128ecb3a32",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to healthtopics item.
POST /api/emergencies/healthtopics({key})/MainImage/$ref
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type MainImage from healthtopics item.
DELETE /api/emergencies/healthtopics({key})/MainImage/$ref
| 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.