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-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "6d547125-9a42-48e2-9f13-09bbe638aaa6",
"MetaTitle": "sample string 13",
"regionscountries": "4e7b015d-2b9d-4733-be32-7b3f17feeb7c",
"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": "c71d6575-390b-4458-aca7-208ba599d57d",
"MetaDescription": "sample string 22",
"healthtopictypes": "ddd5c450-d647-46ef-8706-b12b004aa611",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-01T08:15:28.444693+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "6d547125-9a42-48e2-9f13-09bbe638aaa6",
"MetaTitle": "sample string 13",
"regionscountries": "4e7b015d-2b9d-4733-be32-7b3f17feeb7c",
"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": "c71d6575-390b-4458-aca7-208ba599d57d",
"MetaDescription": "sample string 22",
"healthtopictypes": "ddd5c450-d647-46ef-8706-b12b004aa611",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-01T08:15:28.444693+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-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "edfbe9ec-15a2-40db-a806-7f4a12d56a9d",
"MetaTitle": "sample string 13",
"regionscountries": "217616d0-b7b5-42ab-98e9-11da114448f8",
"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": "8c4988f3-0f06-446b-a126-43628c851906",
"MetaDescription": "sample string 22",
"healthtopictypes": "7b44d0fc-62c8-4065-b9b1-b6c8479e40c7",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-01T08:15:28.444693+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": "1ca84e8b-4703-4579-8db8-72dfdda840e2"
}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-09-01T08:15:28.444693Z",
"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": "a38408b5-9edc-4d17-8d6f-a917d5657fac",
"MetaTitle": "sample string 10",
"regionscountries": "1c103f00-035f-4db4-bf2b-b3dc90a6ef65",
"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": "1491b1b2-0099-41db-b36d-6a4565441a65",
"MetaDescription": "sample string 19",
"healthtopictypes": "9197fb33-ba5a-4aca-ab05-dcb14d212449"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Tab3Title | System.String | Read only: False | |
| TechnicalLinks | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Tab1Summary | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Tab2Title | System.String | Read only: False | |
| Tab2Summary | System.String | Read only: False | |
| Tab3Summary | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| sites | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| healthtopictypes | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "d312ded1-548a-4585-a8cf-a5566d02cef7",
"MetaTitle": "sample string 13",
"regionscountries": "91df476d-84a5-46da-881e-2d237721d830",
"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": "ef46d5bb-451f-466b-bad5-12119ab92c4d",
"MetaDescription": "sample string 22",
"healthtopictypes": "80f85eaa-6ee9-4ced-a305-c08740cb62cf",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-01T08:15:28.444693+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-09-01T08:15:28.444693Z",
"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": "4142040e-3c4b-42e8-a1fa-f0193bdef71e",
"MetaTitle": "sample string 10",
"regionscountries": "aee0c1ce-2c5c-45c0-a988-887911be7ab1",
"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": "c1b7d28b-2e00-40b9-bca1-e05d90da499f",
"MetaDescription": "sample string 19",
"healthtopictypes": "94b14844-5feb-49c9-aac7-50d0d1fc0c62"
}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-09-01T08:15:28.444693Z",
"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": "6d4ba767-3fbd-4932-8cfd-c95f4d8e36b0",
"MetaTitle": "sample string 10",
"regionscountries": "b80f147c-e8cc-48e1-9146-c706981c0ea3",
"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": "959e64dc-b259-4de7-b132-7af232fae435",
"MetaDescription": "sample string 19",
"healthtopictypes": "2722984c-2468-49be-af11-6bae080ff2b9"
}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-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "9096b4c2-04d0-4889-9e05-d23197f53b9d",
"publishingoffices": "67c1ed8a-085f-484c-b699-6275980cd8c1",
"events": "cfe0d817-1a0d-4862-be69-cd5e7a3de5f6",
"targets": "dfcc442d-5b8c-4b73-81f1-d76335704666",
"Category": "974b0c98-9edd-4302-ab00-3748d96a608c",
"imagetypes": "c80b1d5a-5810-4040-8780-a8e9b1b582a7",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f1c5c02d-d003-4eb1-b189-6debe9066657",
"stakeholders": "d8b1532e-2a81-4162-baf1-9defa7a5fbfd",
"Tags": "66b70c84-4790-4be6-826d-af85dbcdb75b",
"healthtopics": "59ef2ce1-07ca-4e07-a475-e9e9be6afdbb",
"targetaudiences": "0a308f15-5d5e-40d4-9c38-a60ca2abd3d6",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "ba4febb3-a6d8-49d4-aa38-afb6b6565bde",
"ParentId": "733bc8d1-6f8f-4f7d-8da3-cef9a9524b80",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "9096b4c2-04d0-4889-9e05-d23197f53b9d",
"publishingoffices": "67c1ed8a-085f-484c-b699-6275980cd8c1",
"events": "cfe0d817-1a0d-4862-be69-cd5e7a3de5f6",
"targets": "dfcc442d-5b8c-4b73-81f1-d76335704666",
"Category": "974b0c98-9edd-4302-ab00-3748d96a608c",
"imagetypes": "c80b1d5a-5810-4040-8780-a8e9b1b582a7",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f1c5c02d-d003-4eb1-b189-6debe9066657",
"stakeholders": "d8b1532e-2a81-4162-baf1-9defa7a5fbfd",
"Tags": "66b70c84-4790-4be6-826d-af85dbcdb75b",
"healthtopics": "59ef2ce1-07ca-4e07-a475-e9e9be6afdbb",
"targetaudiences": "0a308f15-5d5e-40d4-9c38-a60ca2abd3d6",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "ba4febb3-a6d8-49d4-aa38-afb6b6565bde",
"ParentId": "733bc8d1-6f8f-4f7d-8da3-cef9a9524b80",
"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-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "64f316d8-b0e4-41d9-9da8-7b0713382a22",
"MetaTitle": "sample string 13",
"regionscountries": "9afc0647-3375-4201-b5bc-b8a456d4effd",
"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": "0175c36f-7864-4bfd-bec3-29b4a17a242d",
"MetaDescription": "sample string 22",
"healthtopictypes": "431c91d0-657a-401b-ba07-b8559b93d004",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-01T08:15:28.444693+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "64f316d8-b0e4-41d9-9da8-7b0713382a22",
"MetaTitle": "sample string 13",
"regionscountries": "9afc0647-3375-4201-b5bc-b8a456d4effd",
"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": "0175c36f-7864-4bfd-bec3-29b4a17a242d",
"MetaDescription": "sample string 22",
"healthtopictypes": "431c91d0-657a-401b-ba07-b8559b93d004",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-01T08:15:28.444693+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-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "3125c4ca-f218-4ff7-8042-97104b3c2e0f",
"publishingoffices": "70d82b49-0a25-437e-b43e-c9a0f7362c95",
"events": "9430e27f-f649-4f70-ad14-48825e75ae17",
"targets": "04b42d6e-7d7b-431c-9422-779e11d08916",
"Category": "30ea323e-9960-4d29-8717-d411c20621f3",
"imagetypes": "35299844-de34-49c9-85bd-2abf6d4fe0f0",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "00205818-3bdd-46f1-b2d1-0c7e4f1242de",
"stakeholders": "412cb83a-5247-41cb-97b0-b8b8bb7719e7",
"Tags": "27c20e87-206c-4527-86e2-4476ba858368",
"healthtopics": "16071eb5-b04d-4c7e-942b-d7c8b5ed900e",
"targetaudiences": "b0f2bbf5-f220-41bb-b9da-7ed4311935b3",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "98705591-4c49-499c-b368-0d1f8da86187",
"ParentId": "51052765-d764-43dc-8d41-5744a27cad1a",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-01T08:15:28.444693Z",
"PublicationDate": "2026-09-01T08:15:28.444693Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-01T08:15:28.444693Z",
"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": "3125c4ca-f218-4ff7-8042-97104b3c2e0f",
"publishingoffices": "70d82b49-0a25-437e-b43e-c9a0f7362c95",
"events": "9430e27f-f649-4f70-ad14-48825e75ae17",
"targets": "04b42d6e-7d7b-431c-9422-779e11d08916",
"Category": "30ea323e-9960-4d29-8717-d411c20621f3",
"imagetypes": "35299844-de34-49c9-85bd-2abf6d4fe0f0",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "00205818-3bdd-46f1-b2d1-0c7e4f1242de",
"stakeholders": "412cb83a-5247-41cb-97b0-b8b8bb7719e7",
"Tags": "27c20e87-206c-4527-86e2-4476ba858368",
"healthtopics": "16071eb5-b04d-4c7e-942b-d7c8b5ed900e",
"targetaudiences": "b0f2bbf5-f220-41bb-b9da-7ed4311935b3",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "98705591-4c49-499c-b368-0d1f8da86187",
"ParentId": "51052765-d764-43dc-8d41-5744a27cad1a",
"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-09-01T08:15:28.4603181Z",
"PublicationDate": "2026-09-01T08:15:28.4603181Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-01T08:15:28.4603181Z",
"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": "8f320dbd-88bb-4b7c-96a8-deba5afe8fd5",
"publishingoffices": "d2e9c13e-93f7-4468-804a-6cfe386bb5fd",
"events": "7e89eaae-e652-42b4-af72-4ea1e5161efa",
"targets": "857f3ea2-39a0-4a2c-8474-ab3f9ac09428",
"Category": "687a932f-6432-4870-bc3c-57e97ecb89da",
"imagetypes": "3d343682-ca66-4857-80e1-35f51d22787a",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b3a4ca1d-77c9-4fa1-a0bb-2548cc4538f9",
"stakeholders": "45141b73-2d80-4554-9db7-e22685d9bb6d",
"Tags": "685ebc26-1d31-462a-9aa3-493c44bc92a7",
"healthtopics": "93419b66-70c6-465e-86c2-b65287cae3c7",
"targetaudiences": "56186ee8-72a9-4fab-b4f5-ef17fa38fbce",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "4c2e3a27-da98-4b0e-9b7f-b275c8590d99",
"ParentId": "bd31bcb9-8928-486a-b88c-3367db9fd0d3",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-01T08:15:28.4603181Z",
"PublicationDate": "2026-09-01T08:15:28.4603181Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-01T08:15:28.4603181Z",
"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": "8f320dbd-88bb-4b7c-96a8-deba5afe8fd5",
"publishingoffices": "d2e9c13e-93f7-4468-804a-6cfe386bb5fd",
"events": "7e89eaae-e652-42b4-af72-4ea1e5161efa",
"targets": "857f3ea2-39a0-4a2c-8474-ab3f9ac09428",
"Category": "687a932f-6432-4870-bc3c-57e97ecb89da",
"imagetypes": "3d343682-ca66-4857-80e1-35f51d22787a",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "b3a4ca1d-77c9-4fa1-a0bb-2548cc4538f9",
"stakeholders": "45141b73-2d80-4554-9db7-e22685d9bb6d",
"Tags": "685ebc26-1d31-462a-9aa3-493c44bc92a7",
"healthtopics": "93419b66-70c6-465e-86c2-b65287cae3c7",
"targetaudiences": "56186ee8-72a9-4fab-b4f5-ef17fa38fbce",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "4c2e3a27-da98-4b0e-9b7f-b275c8590d99",
"ParentId": "bd31bcb9-8928-486a-b88c-3367db9fd0d3",
"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.