Returns a set of data items of type whodatavisualizations.
GET /api/news/whodatavisualizations
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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartType | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T14:45:59.6420852Z",
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"DateCreated": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "8ff12ecf-9af1-4b8c-9468-ccdbd2c0fed4",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "f6cfbd35-a3cb-4007-944c-1632893b8976",
"ChartCustomization": "sample string 13",
"healthtopics": "3889ae1c-30a3-4e98-9b0e-6d5dde6d7788",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.6420852+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T14:45:59.6420852Z",
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"DateCreated": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "8ff12ecf-9af1-4b8c-9468-ccdbd2c0fed4",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "f6cfbd35-a3cb-4007-944c-1632893b8976",
"ChartCustomization": "sample string 13",
"healthtopics": "3889ae1c-30a3-4e98-9b0e-6d5dde6d7788",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.6420852+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets whodatavisualizations item by id.
GET /api/news/whodatavisualizations({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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartType | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T14:45:59.6420852Z",
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"DateCreated": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "861debcc-f42f-4bfb-b155-aacf4506465f",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "5c9bc5cd-5562-4e83-8ad6-6dcc89ecf5de",
"ChartCustomization": "sample string 13",
"healthtopics": "6bdaa3f4-213b-4049-8ffb-f763ebcebe22",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.6420852+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from whodatavisualizations item.
GET /api/news/whodatavisualizations({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": "02e0934c-06a8-464d-8048-feaa697cbaa1"
}Creates a whodatavisualizations item.
POST /api/news/whodatavisualizations
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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartType | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "d59f3938-9a4b-4cdf-b638-75a7eab333ef",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "2d57624d-c112-4b82-92ac-2117b4230659",
"ChartCustomization": "sample string 10",
"healthtopics": "ecae7116-f419-48d6-b163-ab98a16d8ac2"
}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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartType | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T14:45:59.6420852Z",
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"DateCreated": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "d1917b19-4095-4853-8771-3e047e03c71e",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "00f62ba0-2c7a-43af-acf5-036cf92c3107",
"ChartCustomization": "sample string 13",
"healthtopics": "a6cd1f5e-a60c-4ddd-b20c-82d0893d056b",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.6420852+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for whodatavisualizations item.
PATCH /api/news/whodatavisualizations({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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartType | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "03fc4c21-3084-406b-9c6d-c614d54fc3ec",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "7c85904b-7174-42c3-a563-3663faf04d75",
"ChartCustomization": "sample string 10",
"healthtopics": "2106448d-6dca-42fa-803b-fe68777668bd"
}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 whodatavisualizations item.
PUT /api/news/whodatavisualizations({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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartType | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "672a01b4-8f12-4405-8547-905a75c32893",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "f591b7e2-c55a-4c76-8721-68c19a6a39d9",
"ChartCustomization": "sample string 10",
"healthtopics": "62877dee-9a7c-4c5e-a508-dfda632a6f4a"
}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 whodatavisualizations item by Id.
DELETE /api/news/whodatavisualizations({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 RelatedDataSource from whodatavisualizations item.
GET /api/news/whodatavisualizations({key})/RelatedDataSource
| 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 | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T14:45:59.6420852Z",
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"DateCreated": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "fd33c789-7594-4e5e-8b12-5106ff8adc1e",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "1a3c5da7-aec4-45b0-8104-edeeb8204807",
"regionscountries": "efa5194b-a876-45d6-be02-efb9c6b50270",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.6420852+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T14:45:59.6420852Z",
"PublicationDate": "2026-03-03T14:45:59.6420852Z",
"DateCreated": "2026-03-03T14:45:59.6420852Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "fd33c789-7594-4e5e-8b12-5106ff8adc1e",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "1a3c5da7-aec4-45b0-8104-edeeb8204807",
"regionscountries": "efa5194b-a876-45d6-be02-efb9c6b50270",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T14:45:59.6420852+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedDataSource relation to whodatavisualizations item.
POST /api/news/whodatavisualizations({key})/RelatedDataSource/$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 RelatedDataSource from whodatavisualizations item.
DELETE /api/news/whodatavisualizations({key})/RelatedDataSource/$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.