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-02-07T02:09:56.5757714Z",
"PublicationDate": "2026-02-07T02:09:56.5757714Z",
"DateCreated": "2026-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "1c600018-c29f-44ca-9bc7-46e83e8131f3",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "bb110bb1-903b-47c0-883d-f887810832f3",
"ChartCustomization": "sample string 13",
"healthtopics": "66e3d286-c19d-44ba-9eab-ed423937b579",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T02:09:56.5757714+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T02:09:56.5757714Z",
"PublicationDate": "2026-02-07T02:09:56.5757714Z",
"DateCreated": "2026-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "1c600018-c29f-44ca-9bc7-46e83e8131f3",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "bb110bb1-903b-47c0-883d-f887810832f3",
"ChartCustomization": "sample string 13",
"healthtopics": "66e3d286-c19d-44ba-9eab-ed423937b579",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T02:09:56.5757714+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-02-07T02:09:56.5757714Z",
"PublicationDate": "2026-02-07T02:09:56.5757714Z",
"DateCreated": "2026-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "724c7161-ef83-4a66-a0dd-5809dee256a3",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "9ebdd87b-2c12-49fd-a2ac-b9eb1c3c5766",
"ChartCustomization": "sample string 13",
"healthtopics": "96f932a7-ebbe-45ff-bdee-a472d94f6a07",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T02:09:56.5757714+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": "358d772e-86a2-4587-91d1-96f718e133bd"
}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-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "0b6f9a5f-1a61-4f40-9dc8-9ff6742ad910",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "38202ddf-76bf-461e-bd1e-ed58bac7e1f7",
"ChartCustomization": "sample string 10",
"healthtopics": "4ef1bf42-21f4-480a-93f0-a713e7674cc8"
}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-02-07T02:09:56.5757714Z",
"PublicationDate": "2026-02-07T02:09:56.5757714Z",
"DateCreated": "2026-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "5ae05651-e59c-42f8-98e6-b629c36305c3",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "cfa3a49a-8290-4202-90f2-80295932ba66",
"ChartCustomization": "sample string 13",
"healthtopics": "d039fb45-675e-4286-9274-73246df5b3c5",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T02:09:56.5757714+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-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "3872d027-d836-463d-a5a7-16ed2bf1b052",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "68403319-fe42-4963-9270-5398fe9b709e",
"ChartCustomization": "sample string 10",
"healthtopics": "9d590a1a-e5ef-4818-ac38-f954b8ee8a46"
}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-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "b6705d40-3f7f-44a9-93eb-2d8037ebbcf6",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "adcf8b83-718e-4930-80d4-2e7f7ae4acac",
"ChartCustomization": "sample string 10",
"healthtopics": "568fbbe7-a4db-414c-8608-493a26646971"
}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-02-07T02:09:56.5757714Z",
"PublicationDate": "2026-02-07T02:09:56.5757714Z",
"DateCreated": "2026-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "a7fecd52-6310-49f2-85e1-fcaf9e743ac6",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "866a085d-9258-4898-ba93-6e3439e245ba",
"regionscountries": "7126d4fb-3493-4a72-9866-2bd98f578f97",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T02:09:56.5757714+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-07T02:09:56.5757714Z",
"PublicationDate": "2026-02-07T02:09:56.5757714Z",
"DateCreated": "2026-02-07T02:09:56.5757714Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "a7fecd52-6310-49f2-85e1-fcaf9e743ac6",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "866a085d-9258-4898-ba93-6e3439e245ba",
"regionscountries": "7126d4fb-3493-4a72-9866-2bd98f578f97",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-07T02:09:56.5757714+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.