Returns a set of data items of type healthtopics.
GET /api/whoreference/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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "2517f845-6f47-4043-bca2-aca02890dbd5",
"MetaTitle": "sample string 13",
"regionscountries": "c4b3365a-2411-43ac-87e4-740e13ce5c76",
"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": "94b141e9-d56a-4f4b-b511-bba12c8abb58",
"MetaDescription": "sample string 22",
"healthtopictypes": "17e2e133-6339-4adc-ae35-b6a896ba0eaa",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T21:28:23.609871+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "2517f845-6f47-4043-bca2-aca02890dbd5",
"MetaTitle": "sample string 13",
"regionscountries": "c4b3365a-2411-43ac-87e4-740e13ce5c76",
"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": "94b141e9-d56a-4f4b-b511-bba12c8abb58",
"MetaDescription": "sample string 22",
"healthtopictypes": "17e2e133-6339-4adc-ae35-b6a896ba0eaa",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T21:28:23.609871+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets healthtopics item by id.
GET /api/whoreference/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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "a29f819a-920a-433b-8513-15a3341b19b7",
"MetaTitle": "sample string 13",
"regionscountries": "8c30c781-de8e-49a5-b4aa-71d59cc9d921",
"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": "e7788140-0047-4831-9dca-464d6d79f57e",
"MetaDescription": "sample string 22",
"healthtopictypes": "c0fefbff-aad1-4bd0-883c-dbfed2bbc183",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T21:28:23.609871+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from healthtopics item.
GET /api/whoreference/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": "b64976f3-1587-41c2-8e09-6fedac5bb0ba"
}Creates a healthtopics item.
POST /api/whoreference/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-01-09T21:28:23.609871Z",
"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": "34471c95-8252-46cf-943d-a57f921fe669",
"MetaTitle": "sample string 10",
"regionscountries": "8213735a-1fa2-4bc7-8081-a596af35c891",
"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": "579ddc3c-c390-4a47-b3af-6b5c17b2c03c",
"MetaDescription": "sample string 19",
"healthtopictypes": "898cdd48-b4be-4741-8b29-fe0d37754538"
}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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "304c0758-088e-4007-be44-ef18d92f2ee2",
"MetaTitle": "sample string 13",
"regionscountries": "f051e2d4-ebf1-4d09-bd32-33761e64b4c1",
"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": "1880dbb7-64c2-41b6-ac06-a9b7e8db2ad0",
"MetaDescription": "sample string 22",
"healthtopictypes": "eaf673e0-39e3-4986-90a0-4cb61e0bb64d",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T21:28:23.609871+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for healthtopics item.
PATCH /api/whoreference/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-01-09T21:28:23.609871Z",
"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": "060a30da-92a1-4414-948b-7cdc5ce42f50",
"MetaTitle": "sample string 10",
"regionscountries": "ca74ced2-2f8e-418b-a1a6-4bb5f43c44a3",
"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": "aee8cb3d-5b5a-4f8b-9bce-3ae7cc040a4a",
"MetaDescription": "sample string 19",
"healthtopictypes": "eb3ad9b6-8301-4d37-b489-2290fecd5a03"
}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/whoreference/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-01-09T21:28:23.609871Z",
"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": "388443fe-d5bb-498c-83c0-2e89d54df7f7",
"MetaTitle": "sample string 10",
"regionscountries": "87ebd8af-dc2a-44a0-8630-2769a06f00de",
"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": "71d4b2a4-8fbe-459d-86e6-b33bf6266ccc",
"MetaDescription": "sample string 19",
"healthtopictypes": "4c3bbf82-437a-4bc8-b05f-134804b1c14c"
}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/whoreference/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/whoreference/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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "360c7967-6265-4065-9c9b-efaa7207e04c",
"publishingoffices": "e7444187-e4a6-4931-9499-78719f48c491",
"events": "533f374e-ad5b-44a4-9430-cca1376a50a2",
"targets": "191ec84e-a80c-4e7e-8659-baab05d24f91",
"Category": "7209ae32-4fd9-48f7-baa4-d8d00b1a3a56",
"imagetypes": "3789964f-7626-4600-abe8-c5fe72927365",
"departmentaltargets": "686705dd-c952-4528-a9e4-90aa68cd51be",
"stakeholders": "0485d9dc-5974-47b4-8c5b-b397164d562b",
"Tags": "65247a67-0c3e-437a-9d2f-294cda064374",
"healthtopics": "37e87f43-6f14-4c79-a85c-062cac84d5bf",
"targetaudiences": "fde7de6d-191c-4f39-a3ba-7bc5b3bd4c0b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "61e3a6bd-4730-4a34-ac55-8fd4458a68c8",
"ParentId": "f08e329e-daa5-4425-a8d6-1d3934407bda",
"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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "360c7967-6265-4065-9c9b-efaa7207e04c",
"publishingoffices": "e7444187-e4a6-4931-9499-78719f48c491",
"events": "533f374e-ad5b-44a4-9430-cca1376a50a2",
"targets": "191ec84e-a80c-4e7e-8659-baab05d24f91",
"Category": "7209ae32-4fd9-48f7-baa4-d8d00b1a3a56",
"imagetypes": "3789964f-7626-4600-abe8-c5fe72927365",
"departmentaltargets": "686705dd-c952-4528-a9e4-90aa68cd51be",
"stakeholders": "0485d9dc-5974-47b4-8c5b-b397164d562b",
"Tags": "65247a67-0c3e-437a-9d2f-294cda064374",
"healthtopics": "37e87f43-6f14-4c79-a85c-062cac84d5bf",
"targetaudiences": "fde7de6d-191c-4f39-a3ba-7bc5b3bd4c0b",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "61e3a6bd-4730-4a34-ac55-8fd4458a68c8",
"ParentId": "f08e329e-daa5-4425-a8d6-1d3934407bda",
"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/whoreference/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/whoreference/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/whoreference/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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "588a5317-9f1b-476a-b2f4-5ab721a1f215",
"MetaTitle": "sample string 13",
"regionscountries": "162d5643-73ba-48a8-a2f3-20572a084dba",
"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": "f92047f0-16ca-4cf0-9bdc-6a3677bc5788",
"MetaDescription": "sample string 22",
"healthtopictypes": "8ea451f3-1f77-4d0d-983e-ebc0b5a2f746",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T21:28:23.609871+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "588a5317-9f1b-476a-b2f4-5ab721a1f215",
"MetaTitle": "sample string 13",
"regionscountries": "162d5643-73ba-48a8-a2f3-20572a084dba",
"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": "f92047f0-16ca-4cf0-9bdc-6a3677bc5788",
"MetaDescription": "sample string 22",
"healthtopictypes": "8ea451f3-1f77-4d0d-983e-ebc0b5a2f746",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-09T21:28:23.609871+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedTopics relation to healthtopics item.
POST /api/whoreference/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/whoreference/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/whoreference/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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "37128211-4121-4bf6-89e2-8e37289b4cb3",
"publishingoffices": "b93d0f51-63a7-49f2-bbc3-13f4b4b4439c",
"events": "8170480a-d044-40af-972e-cd2a57a38830",
"targets": "b78e4a91-f8ad-4430-99ac-fce9a1f2c577",
"Category": "9ab391e6-574c-4887-835a-3f16507cc395",
"imagetypes": "2f108fb3-cad4-42b9-a25b-ac79539cc7f5",
"departmentaltargets": "b2261adf-f896-4d19-8f57-e6fb916fe903",
"stakeholders": "37dea0f8-a667-44fa-9c41-6b35d1e9ab98",
"Tags": "5b4abf0e-d4a0-4382-acb7-29dab767d76d",
"healthtopics": "fe3dbda6-47a9-4a94-954f-4e80be50a2c3",
"targetaudiences": "de97c72f-a541-4e02-993d-4cb75140134c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b971b8bf-9a91-4a0f-9907-fd4250f33a46",
"ParentId": "e3e80d00-3b48-4724-9a1d-9ca0d6985984",
"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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "37128211-4121-4bf6-89e2-8e37289b4cb3",
"publishingoffices": "b93d0f51-63a7-49f2-bbc3-13f4b4b4439c",
"events": "8170480a-d044-40af-972e-cd2a57a38830",
"targets": "b78e4a91-f8ad-4430-99ac-fce9a1f2c577",
"Category": "9ab391e6-574c-4887-835a-3f16507cc395",
"imagetypes": "2f108fb3-cad4-42b9-a25b-ac79539cc7f5",
"departmentaltargets": "b2261adf-f896-4d19-8f57-e6fb916fe903",
"stakeholders": "37dea0f8-a667-44fa-9c41-6b35d1e9ab98",
"Tags": "5b4abf0e-d4a0-4382-acb7-29dab767d76d",
"healthtopics": "fe3dbda6-47a9-4a94-954f-4e80be50a2c3",
"targetaudiences": "de97c72f-a541-4e02-993d-4cb75140134c",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b971b8bf-9a91-4a0f-9907-fd4250f33a46",
"ParentId": "e3e80d00-3b48-4724-9a1d-9ca0d6985984",
"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/whoreference/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/whoreference/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/whoreference/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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "0de838da-efd2-4eae-8657-8db8ef25cc76",
"publishingoffices": "678e1e7a-05d0-409b-b8a7-17b7ac8979d6",
"events": "88a75438-2437-4211-8158-f17ead426a35",
"targets": "885c739e-d2bf-424c-958a-b5b43e2d4726",
"Category": "82dcf68c-31c3-4f15-b540-40f06ef2a3ca",
"imagetypes": "8cb054ed-5479-4731-bb51-ec9dce702549",
"departmentaltargets": "5c36cbeb-260c-4855-8823-f5e629dc125b",
"stakeholders": "b8a328ac-a1a9-4ee4-98f2-1422dd501e3d",
"Tags": "c42de16e-dac7-4259-9dec-ad7c7b0cfea5",
"healthtopics": "47f048f2-fa85-4b5e-b5e9-4071f86e0680",
"targetaudiences": "b632fc25-6030-4a01-9ea6-7c1d9d48d63a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6ad0df99-5fe7-499b-bae3-65636397cd68",
"ParentId": "1e79753c-7a07-4cb0-96c7-71a94b2b9b11",
"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-01-09T21:28:23.609871Z",
"PublicationDate": "2026-01-09T21:28:23.609871Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-01-09T21:28:23.609871Z",
"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": "0de838da-efd2-4eae-8657-8db8ef25cc76",
"publishingoffices": "678e1e7a-05d0-409b-b8a7-17b7ac8979d6",
"events": "88a75438-2437-4211-8158-f17ead426a35",
"targets": "885c739e-d2bf-424c-958a-b5b43e2d4726",
"Category": "82dcf68c-31c3-4f15-b540-40f06ef2a3ca",
"imagetypes": "8cb054ed-5479-4731-bb51-ec9dce702549",
"departmentaltargets": "5c36cbeb-260c-4855-8823-f5e629dc125b",
"stakeholders": "b8a328ac-a1a9-4ee4-98f2-1422dd501e3d",
"Tags": "c42de16e-dac7-4259-9dec-ad7c7b0cfea5",
"healthtopics": "47f048f2-fa85-4b5e-b5e9-4071f86e0680",
"targetaudiences": "b632fc25-6030-4a01-9ea6-7c1d9d48d63a",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "6ad0df99-5fe7-499b-bae3-65636397cd68",
"ParentId": "1e79753c-7a07-4cb0-96c7-71a94b2b9b11",
"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/whoreference/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/whoreference/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.