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": "2025-12-09T22:52:55.6475164Z",
"PublicationDate": "2025-12-09T22:52:55.6475164Z",
"DateCreated": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "e75138d5-ae9c-4ada-a844-f91bfddb0cce",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "cc814f25-77dc-441f-b7b1-24f27811214e",
"ChartCustomization": "sample string 13",
"healthtopics": "e69c1815-b76c-4c40-bbaf-1fb70aa83ac2",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.6475164+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T22:52:55.6475164Z",
"PublicationDate": "2025-12-09T22:52:55.6475164Z",
"DateCreated": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "e75138d5-ae9c-4ada-a844-f91bfddb0cce",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "cc814f25-77dc-441f-b7b1-24f27811214e",
"ChartCustomization": "sample string 13",
"healthtopics": "e69c1815-b76c-4c40-bbaf-1fb70aa83ac2",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.6475164+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": "2025-12-09T22:52:55.6475164Z",
"PublicationDate": "2025-12-09T22:52:55.6475164Z",
"DateCreated": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "d099d4a8-5945-4542-8c1d-84e1094ceda0",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "8ac50de2-1de2-4981-ac48-3b57a21bb28e",
"ChartCustomization": "sample string 13",
"healthtopics": "5e676862-0f2e-4c3b-a69f-d5ca2856e117",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.6475164+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": "040aa977-f3bb-4993-80b2-7a431020da4f"
}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": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "589b567e-02bf-4d90-8d11-43dfec552edd",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "118c1115-7639-4fc5-bfc2-45feec1467da",
"ChartCustomization": "sample string 10",
"healthtopics": "ddee0dc6-db76-408b-83b6-392ec5cbba9a"
}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": "2025-12-09T22:52:55.6475164Z",
"PublicationDate": "2025-12-09T22:52:55.6475164Z",
"DateCreated": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "72a158dc-70ac-4415-bc07-a06d2a612352",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "40fec326-a0bb-4595-941e-342d49cf1e39",
"ChartCustomization": "sample string 13",
"healthtopics": "82cee10f-977c-4262-8777-f35477b280ed",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.6475164+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": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "3e90549e-167b-4245-9b42-dc0a4c7039ef",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "ccbd6172-8518-47e8-843b-5dd571033feb",
"ChartCustomization": "sample string 10",
"healthtopics": "43dd978c-e53d-4a40-a07c-1b14b4dcb673"
}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": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "a72f1538-7f03-4342-bc42-698d6aede8ef",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "3349b5b5-c319-49ac-a5d8-29baaead447a",
"ChartCustomization": "sample string 10",
"healthtopics": "16f37f1c-33be-4fde-8d0b-42e7928b5a37"
}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": "2025-12-09T22:52:55.6475164Z",
"PublicationDate": "2025-12-09T22:52:55.6475164Z",
"DateCreated": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "f84b3baa-c4f6-4544-864f-e56aff17482a",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "70925e00-2f95-49ae-bacf-8a43d0265e20",
"regionscountries": "35babed2-5aaf-4cdb-a598-75aa3fed497a",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.6475164+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T22:52:55.6475164Z",
"PublicationDate": "2025-12-09T22:52:55.6475164Z",
"DateCreated": "2025-12-09T22:52:55.6475164Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "f84b3baa-c4f6-4544-864f-e56aff17482a",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "70925e00-2f95-49ae-bacf-8a43d0265e20",
"regionscountries": "35babed2-5aaf-4cdb-a598-75aa3fed497a",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T22:52:55.6475164+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.