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-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "bddea11a-ad80-4782-9236-a1257eff6d33",
"MetaTitle": "sample string 13",
"regionscountries": "85cef494-0b25-41a2-8377-7f4540788b49",
"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": "c78f597e-e661-4cbd-932a-950d52b6391f",
"MetaDescription": "sample string 22",
"healthtopictypes": "271eab89-3e7b-41d4-ac10-eee6cab7b4d6",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-21T15:12:50.4228095+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "bddea11a-ad80-4782-9236-a1257eff6d33",
"MetaTitle": "sample string 13",
"regionscountries": "85cef494-0b25-41a2-8377-7f4540788b49",
"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": "c78f597e-e661-4cbd-932a-950d52b6391f",
"MetaDescription": "sample string 22",
"healthtopictypes": "271eab89-3e7b-41d4-ac10-eee6cab7b4d6",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-21T15:12:50.4228095+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-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "70d4e308-82b8-4dac-8109-2382a2008ea1",
"MetaTitle": "sample string 13",
"regionscountries": "86629e25-2ddb-49bb-983a-c3374a4a56d1",
"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": "d7fe6261-0a6a-4867-b252-6a29e9599e77",
"MetaDescription": "sample string 22",
"healthtopictypes": "b8a1afac-10f2-491c-81a5-04bfe96fe999",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-21T15:12:50.4228095+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": "7f9ba925-60d7-463c-91fd-a1375ecddb57"
}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-04-21T15:12:50.4228095Z",
"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": "3e4e2acb-f184-40dc-a441-9cdb133ac7b8",
"MetaTitle": "sample string 10",
"regionscountries": "8a1734b2-a944-4652-ba1f-99f711530ca8",
"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": "8324e646-a451-4e5b-a6ab-2901045d4ed8",
"MetaDescription": "sample string 19",
"healthtopictypes": "fff157a3-f043-404f-adcf-03ce545cd90f"
}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-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "a92fc131-8622-42a3-93e4-208e8306646b",
"MetaTitle": "sample string 13",
"regionscountries": "a8d51d92-48ea-436c-9d88-dd22e13931ab",
"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": "6134fd9c-c57f-45a1-b6ef-2381dcda36c3",
"MetaDescription": "sample string 22",
"healthtopictypes": "f859a975-06c7-4213-a7f5-b7897a479e74",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-21T15:12:50.4228095+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-04-21T15:12:50.4228095Z",
"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": "a7e6efad-8045-43bb-8a25-d9cb109696d9",
"MetaTitle": "sample string 10",
"regionscountries": "5b1fe607-602d-4cf9-9533-f8c9062f52aa",
"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": "f6ce0004-a954-4de1-aeb6-6d7562faa450",
"MetaDescription": "sample string 19",
"healthtopictypes": "338fef9e-677c-4702-832f-c7123247a232"
}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-04-21T15:12:50.4228095Z",
"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": "0362bf03-1796-4e38-9dee-8bb077760bed",
"MetaTitle": "sample string 10",
"regionscountries": "6778fcc9-459d-473b-96aa-5d2ca2ee1a9a",
"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": "e7937ece-94b6-4d73-a7b8-0a6d683d1da8",
"MetaDescription": "sample string 19",
"healthtopictypes": "56a9ff3b-f03c-40b8-841e-4bf17560f181"
}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 | |
| 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-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "1d9c3366-ffb4-4d05-b5b4-dc995f17651b",
"publishingoffices": "0eceb6dc-e081-4c55-9e39-3011fc32afa7",
"events": "199b4c02-295a-49cc-92da-6960dffc3d91",
"targets": "6c925b58-9dd5-416b-877d-f4e260960881",
"Category": "98391363-5921-4ba2-8eb7-44fd73e4bc35",
"imagetypes": "eb0901ad-8ed2-4007-b6f7-abc87cab59d4",
"departmentaltargets": "ba938a9d-449d-40d4-bc89-e8dfad7f3337",
"stakeholders": "53a3eb54-ae0b-4a3f-9538-aed3c926b7c9",
"Tags": "a8a4ecfa-510f-4d60-911c-fc12405849a6",
"healthtopics": "c1c8b605-8d53-42d4-9ba1-0532d999939d",
"targetaudiences": "033523f4-d0fa-4c16-990a-d3569c63b624",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "79b6c74f-79da-4835-806e-62c656b7b2ef",
"ParentId": "24e528f8-e9ba-49b2-9ee6-8fa07759f10b",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "1d9c3366-ffb4-4d05-b5b4-dc995f17651b",
"publishingoffices": "0eceb6dc-e081-4c55-9e39-3011fc32afa7",
"events": "199b4c02-295a-49cc-92da-6960dffc3d91",
"targets": "6c925b58-9dd5-416b-877d-f4e260960881",
"Category": "98391363-5921-4ba2-8eb7-44fd73e4bc35",
"imagetypes": "eb0901ad-8ed2-4007-b6f7-abc87cab59d4",
"departmentaltargets": "ba938a9d-449d-40d4-bc89-e8dfad7f3337",
"stakeholders": "53a3eb54-ae0b-4a3f-9538-aed3c926b7c9",
"Tags": "a8a4ecfa-510f-4d60-911c-fc12405849a6",
"healthtopics": "c1c8b605-8d53-42d4-9ba1-0532d999939d",
"targetaudiences": "033523f4-d0fa-4c16-990a-d3569c63b624",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "79b6c74f-79da-4835-806e-62c656b7b2ef",
"ParentId": "24e528f8-e9ba-49b2-9ee6-8fa07759f10b",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"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-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "56c3bdf0-4c66-4a4b-be4f-e67476a13ddb",
"MetaTitle": "sample string 13",
"regionscountries": "5d4163a0-d0a0-4aa6-ab14-1be1e1a2d3e9",
"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": "62925ed7-3073-407d-aaa7-21af4b0939b9",
"MetaDescription": "sample string 22",
"healthtopictypes": "e723a489-26b5-49d4-883c-580126126d80",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-21T15:12:50.4228095+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "56c3bdf0-4c66-4a4b-be4f-e67476a13ddb",
"MetaTitle": "sample string 13",
"regionscountries": "5d4163a0-d0a0-4aa6-ab14-1be1e1a2d3e9",
"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": "62925ed7-3073-407d-aaa7-21af4b0939b9",
"MetaDescription": "sample string 22",
"healthtopictypes": "e723a489-26b5-49d4-883c-580126126d80",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-04-21T15:12:50.4228095+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 | |
| 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-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "09197166-635d-4fe4-b33f-b05f3510cf62",
"publishingoffices": "f42ecfda-94bf-44d3-8f9e-eaf00f89434d",
"events": "5a976502-fd5a-4b3e-94b6-f11dfaef61b9",
"targets": "339d82ec-7da2-4bde-ad31-33ca8ab1dd7b",
"Category": "e0d34b27-5bf1-42f4-9d07-3a2b4fb3dd39",
"imagetypes": "b6bc6ab4-9865-4cd3-84a7-60dc2100fad6",
"departmentaltargets": "ca5922a1-c333-4228-8e80-535cbdb30ea0",
"stakeholders": "2c3f72bc-f51a-42b5-9d0a-b66d1fd2aafa",
"Tags": "e23762c2-e5de-455e-8cfc-8973b8dc9bee",
"healthtopics": "116ff377-f02d-4a26-9f32-245e58974d5a",
"targetaudiences": "411d782e-f331-4b00-81c7-d6e8e7eb7c39",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "d06e03fc-3859-462f-abae-2bbd36aeb04e",
"ParentId": "64b0de5e-bceb-406e-89e8-220cc53b5698",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "09197166-635d-4fe4-b33f-b05f3510cf62",
"publishingoffices": "f42ecfda-94bf-44d3-8f9e-eaf00f89434d",
"events": "5a976502-fd5a-4b3e-94b6-f11dfaef61b9",
"targets": "339d82ec-7da2-4bde-ad31-33ca8ab1dd7b",
"Category": "e0d34b27-5bf1-42f4-9d07-3a2b4fb3dd39",
"imagetypes": "b6bc6ab4-9865-4cd3-84a7-60dc2100fad6",
"departmentaltargets": "ca5922a1-c333-4228-8e80-535cbdb30ea0",
"stakeholders": "2c3f72bc-f51a-42b5-9d0a-b66d1fd2aafa",
"Tags": "e23762c2-e5de-455e-8cfc-8973b8dc9bee",
"healthtopics": "116ff377-f02d-4a26-9f32-245e58974d5a",
"targetaudiences": "411d782e-f331-4b00-81c7-d6e8e7eb7c39",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "d06e03fc-3859-462f-abae-2bbd36aeb04e",
"ParentId": "64b0de5e-bceb-406e-89e8-220cc53b5698",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"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 | |
| 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-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "5063ba22-70f6-4688-80c3-cc93a86a5187",
"publishingoffices": "d9ba29f9-d849-4aaa-9fd4-08391626e1b1",
"events": "f5665e25-9bba-4a41-9998-1bd49a849bf7",
"targets": "776f3929-263d-4fa6-a353-14d809fb0d65",
"Category": "7849a8ee-9f2d-483d-897b-b6037320f128",
"imagetypes": "be93e38b-3576-43b2-9654-8a9b239bc185",
"departmentaltargets": "0eb7fade-fc61-47d3-aed8-a4e788a8df22",
"stakeholders": "13d7fba4-a0d7-45b5-bc50-817fbf86216c",
"Tags": "242bec39-5071-4a7c-bcd0-0075a55b87ad",
"healthtopics": "9f2e9716-e362-4d1e-b43c-abc6057cb6c2",
"targetaudiences": "e28d89bc-60f8-4d89-b33c-7e0f8d40c7dc",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dec1f3ae-1188-4c42-94da-0dfffd2f1726",
"ParentId": "86586bd8-a225-48eb-a412-72563d24a6d9",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-04-21T15:12:50.4228095Z",
"PublicationDate": "2026-04-21T15:12:50.4228095Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-04-21T15:12:50.4228095Z",
"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": "5063ba22-70f6-4688-80c3-cc93a86a5187",
"publishingoffices": "d9ba29f9-d849-4aaa-9fd4-08391626e1b1",
"events": "f5665e25-9bba-4a41-9998-1bd49a849bf7",
"targets": "776f3929-263d-4fa6-a353-14d809fb0d65",
"Category": "7849a8ee-9f2d-483d-897b-b6037320f128",
"imagetypes": "be93e38b-3576-43b2-9654-8a9b239bc185",
"departmentaltargets": "0eb7fade-fc61-47d3-aed8-a4e788a8df22",
"stakeholders": "13d7fba4-a0d7-45b5-bc50-817fbf86216c",
"Tags": "242bec39-5071-4a7c-bcd0-0075a55b87ad",
"healthtopics": "9f2e9716-e362-4d1e-b43c-abc6057cb6c2",
"targetaudiences": "e28d89bc-60f8-4d89-b33c-7e0f8d40c7dc",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "dec1f3ae-1188-4c42-94da-0dfffd2f1726",
"ParentId": "86586bd8-a225-48eb-a412-72563d24a6d9",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"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.