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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "df37d73b-5fc9-49eb-80b9-ce55ee037bf7",
"MetaTitle": "sample string 13",
"regionscountries": "073e8887-ff67-4427-8038-4887c9bff294",
"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": "760921e8-1847-4a6e-a44c-38d97e793c19",
"MetaDescription": "sample string 22",
"healthtopictypes": "38d9a20c-fb59-4ef1-a76f-ce518702f0e4",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T21:10:11.7961189+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "df37d73b-5fc9-49eb-80b9-ce55ee037bf7",
"MetaTitle": "sample string 13",
"regionscountries": "073e8887-ff67-4427-8038-4887c9bff294",
"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": "760921e8-1847-4a6e-a44c-38d97e793c19",
"MetaDescription": "sample string 22",
"healthtopictypes": "38d9a20c-fb59-4ef1-a76f-ce518702f0e4",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T21:10:11.7961189+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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "64c55a61-21e2-479c-a330-427c0c3e80f7",
"MetaTitle": "sample string 13",
"regionscountries": "3bda2e5b-5eb0-467f-a9ce-ee11268464bd",
"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": "0fd04dac-726f-4cfb-aa88-b352ece4b771",
"MetaDescription": "sample string 22",
"healthtopictypes": "cf573141-13c4-49c4-aff9-a897ad95d639",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T21:10:11.7961189+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": "f5a0ff8c-40cb-43dc-8445-cd3fd004a7cc"
}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-07-22T21:10:11.7961189Z",
"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": "d3635a0b-a5fc-4029-b406-43458a733cc4",
"MetaTitle": "sample string 10",
"regionscountries": "05274c21-91a3-447e-832b-020d0120489b",
"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": "8ac9b269-12c2-40e6-9f09-346ddd07277c",
"MetaDescription": "sample string 19",
"healthtopictypes": "557017da-6f12-44e9-a2c9-255bb8a64b25"
}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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "69d95d65-8941-4215-9313-5535f3466678",
"MetaTitle": "sample string 13",
"regionscountries": "9c73e4fd-a751-4599-9890-8c20c029998c",
"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": "0fdfd492-7980-4e6c-ba3f-b70d19d82835",
"MetaDescription": "sample string 22",
"healthtopictypes": "d6ff7aa5-6ca0-4456-98ec-85d96fbf39ff",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T21:10:11.7961189+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-07-22T21:10:11.7961189Z",
"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": "46b3aa5b-967d-475c-9dca-af3b063a0066",
"MetaTitle": "sample string 10",
"regionscountries": "42bb3b16-e086-4ee0-b6f8-c3e4add0dcab",
"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": "478c74b2-6acc-4673-95cb-87aec4cae886",
"MetaDescription": "sample string 19",
"healthtopictypes": "ae8d4c8e-8fdb-4df9-a3a5-55ad2e3563e9"
}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-07-22T21:10:11.7961189Z",
"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": "36718132-2905-4e33-837d-04489a7ba1b8",
"MetaTitle": "sample string 10",
"regionscountries": "0827bdb1-b842-4a87-9b9f-e606e470b0ef",
"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": "3f0d61cf-2023-406e-81b9-63530bcb2b4f",
"MetaDescription": "sample string 19",
"healthtopictypes": "7b8b6ff8-f33e-4032-9218-0bfa308f3126"
}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 | |
| 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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "f9726010-635d-4123-85aa-e3a70e3c8ca0",
"publishingoffices": "46411517-9c9d-437f-9443-71347b9f6741",
"events": "01e4c2b0-8712-4272-9175-ead715c6c6df",
"targets": "c376badb-ca5d-403c-8635-375495cc9c13",
"Category": "686f3e34-4250-4cab-b404-4a7cadf7fd42",
"imagetypes": "7e864d34-1644-4bff-a9ce-bd6420c6def1",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "49796d0c-d64b-4fc8-a3ad-fca34618bede",
"stakeholders": "f4866162-e218-4d85-a8f0-de21a4905390",
"Tags": "77c0320b-52be-4942-8018-35457afe101c",
"healthtopics": "7e233e3d-21ba-44c7-ab22-e7330a223358",
"targetaudiences": "8ec04641-9dd6-4dd1-897d-107bd9669715",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "da530a8d-a8d2-4150-b176-9f3e401832ca",
"ParentId": "9da23b34-cd48-47eb-a413-d061736a532c",
"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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "f9726010-635d-4123-85aa-e3a70e3c8ca0",
"publishingoffices": "46411517-9c9d-437f-9443-71347b9f6741",
"events": "01e4c2b0-8712-4272-9175-ead715c6c6df",
"targets": "c376badb-ca5d-403c-8635-375495cc9c13",
"Category": "686f3e34-4250-4cab-b404-4a7cadf7fd42",
"imagetypes": "7e864d34-1644-4bff-a9ce-bd6420c6def1",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "49796d0c-d64b-4fc8-a3ad-fca34618bede",
"stakeholders": "f4866162-e218-4d85-a8f0-de21a4905390",
"Tags": "77c0320b-52be-4942-8018-35457afe101c",
"healthtopics": "7e233e3d-21ba-44c7-ab22-e7330a223358",
"targetaudiences": "8ec04641-9dd6-4dd1-897d-107bd9669715",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "da530a8d-a8d2-4150-b176-9f3e401832ca",
"ParentId": "9da23b34-cd48-47eb-a413-d061736a532c",
"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/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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "d737c3c0-e5c0-4333-8a92-648cd3f4639a",
"MetaTitle": "sample string 13",
"regionscountries": "f28e18d1-4557-41a8-9dd4-3d244655d96f",
"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": "9efa79af-93fd-4d1e-baba-c4cea99fb434",
"MetaDescription": "sample string 22",
"healthtopictypes": "8938c5e1-ef6e-4299-a63c-dcaf4768ddea",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T21:10:11.7961189+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "d737c3c0-e5c0-4333-8a92-648cd3f4639a",
"MetaTitle": "sample string 13",
"regionscountries": "f28e18d1-4557-41a8-9dd4-3d244655d96f",
"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": "9efa79af-93fd-4d1e-baba-c4cea99fb434",
"MetaDescription": "sample string 22",
"healthtopictypes": "8938c5e1-ef6e-4299-a63c-dcaf4768ddea",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-22T21:10:11.7961189+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 | |
| 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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "d4716c7f-c0ce-49c6-aa2d-9dc3da445266",
"publishingoffices": "d0b59d41-4047-4a96-8e37-c706d6dd4be4",
"events": "50ae3972-17ae-409e-8552-4cb264a70040",
"targets": "646c6a2e-fa82-4258-88d5-aae8222043e7",
"Category": "ff93816b-cf6f-4bbe-82d2-436fdc25014f",
"imagetypes": "ace6f426-f6c4-4894-b580-180604dba6a0",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "da129676-57f6-4b51-98a1-24dc02c6ddc8",
"stakeholders": "22ae4833-ce4c-4d34-987a-67c509eb5a50",
"Tags": "5e0aaf6e-fd1f-411e-a32b-757fbdc0eb45",
"healthtopics": "1f6a7f5f-b177-41f9-9979-27c4c275c1be",
"targetaudiences": "013a0126-0c91-43f9-8a04-99db09ad04c3",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "554b6e4a-5d7e-4195-b611-959855f5a835",
"ParentId": "d1978cee-adcd-4c03-a55d-382e51683f8a",
"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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "d4716c7f-c0ce-49c6-aa2d-9dc3da445266",
"publishingoffices": "d0b59d41-4047-4a96-8e37-c706d6dd4be4",
"events": "50ae3972-17ae-409e-8552-4cb264a70040",
"targets": "646c6a2e-fa82-4258-88d5-aae8222043e7",
"Category": "ff93816b-cf6f-4bbe-82d2-436fdc25014f",
"imagetypes": "ace6f426-f6c4-4894-b580-180604dba6a0",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "da129676-57f6-4b51-98a1-24dc02c6ddc8",
"stakeholders": "22ae4833-ce4c-4d34-987a-67c509eb5a50",
"Tags": "5e0aaf6e-fd1f-411e-a32b-757fbdc0eb45",
"healthtopics": "1f6a7f5f-b177-41f9-9979-27c4c275c1be",
"targetaudiences": "013a0126-0c91-43f9-8a04-99db09ad04c3",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "554b6e4a-5d7e-4195-b611-959855f5a835",
"ParentId": "d1978cee-adcd-4c03-a55d-382e51683f8a",
"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/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 | |
| 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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "726cc4bb-6d2a-49b1-843e-d705a5ffb497",
"publishingoffices": "0d1bfbeb-0e0c-4190-b357-9d158dc3d651",
"events": "83640d0a-2869-4f93-abd2-807284118a2f",
"targets": "0bbc5cbd-d17a-42b6-a597-a9850526eaf3",
"Category": "4a01c82a-cb52-4ce8-8148-9f55e9ce762f",
"imagetypes": "ecf9b6a0-1a94-41bd-a14e-740b2d9867bd",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "6fc1c2df-aa56-4726-9f4b-423bf2a255ea",
"stakeholders": "a20a3da7-082f-4958-99b3-0ea5b018aec1",
"Tags": "31be4644-1f66-4312-b993-39d702c9e9cc",
"healthtopics": "6b1d4773-1f1c-44a2-8b85-80fef13a25fd",
"targetaudiences": "42c6bb72-f79b-4211-b211-64a1457ab1ed",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "513e15e7-74d6-427c-a441-d4a2368dbe8f",
"ParentId": "b3eb75c9-d8ac-4098-a4bc-50180824c3d3",
"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-07-22T21:10:11.7961189Z",
"PublicationDate": "2026-07-22T21:10:11.7961189Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-22T21:10:11.7961189Z",
"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": "726cc4bb-6d2a-49b1-843e-d705a5ffb497",
"publishingoffices": "0d1bfbeb-0e0c-4190-b357-9d158dc3d651",
"events": "83640d0a-2869-4f93-abd2-807284118a2f",
"targets": "0bbc5cbd-d17a-42b6-a597-a9850526eaf3",
"Category": "4a01c82a-cb52-4ce8-8148-9f55e9ce762f",
"imagetypes": "ecf9b6a0-1a94-41bd-a14e-740b2d9867bd",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "6fc1c2df-aa56-4726-9f4b-423bf2a255ea",
"stakeholders": "a20a3da7-082f-4958-99b3-0ea5b018aec1",
"Tags": "31be4644-1f66-4312-b993-39d702c9e9cc",
"healthtopics": "6b1d4773-1f1c-44a2-8b85-80fef13a25fd",
"targetaudiences": "42c6bb72-f79b-4211-b211-64a1457ab1ed",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "513e15e7-74d6-427c-a441-d4a2368dbe8f",
"ParentId": "b3eb75c9-d8ac-4098-a4bc-50180824c3d3",
"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/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.