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-10-06T10:06:36.15295Z",
"PublicationDate": "2025-10-06T10:06:36.15295Z",
"DateCreated": "2025-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "191807d0-be0d-40f1-ab3d-801ea250fc09",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "3d113fa5-c323-4ca8-82a7-dcf69a4f21e6",
"ChartCustomization": "sample string 13",
"healthtopics": "45dedff1-8241-4bde-8c36-e811b0dc1539",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:36.15295+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T10:06:36.15295Z",
"PublicationDate": "2025-10-06T10:06:36.15295Z",
"DateCreated": "2025-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "191807d0-be0d-40f1-ab3d-801ea250fc09",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "3d113fa5-c323-4ca8-82a7-dcf69a4f21e6",
"ChartCustomization": "sample string 13",
"healthtopics": "45dedff1-8241-4bde-8c36-e811b0dc1539",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:36.15295+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-10-06T10:06:36.15295Z",
"PublicationDate": "2025-10-06T10:06:36.15295Z",
"DateCreated": "2025-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "cb167c58-e95d-46c0-838a-8ee7b3529804",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "1dd931aa-993e-4401-9192-388c00f03179",
"ChartCustomization": "sample string 13",
"healthtopics": "814f5c3e-8cc1-484b-8dd5-ea38a57cd3cd",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:36.15295+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": "239aa588-f667-4906-bcdc-c7766aeef4a7"
}
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-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "85cf12f3-74b4-485b-bca1-56aa57acec6d",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "6be3c1b1-fb2f-42dd-a2f6-0ce1f04e80e4",
"ChartCustomization": "sample string 10",
"healthtopics": "0cfd880a-e36c-4f3b-bf24-ea0b5b440a5e"
}
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-10-06T10:06:36.15295Z",
"PublicationDate": "2025-10-06T10:06:36.15295Z",
"DateCreated": "2025-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "7aad4b45-9272-47e1-99f5-69457b5b6016",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "aeb431c5-7902-478a-9012-17bb213b9765",
"ChartCustomization": "sample string 13",
"healthtopics": "e69d1404-25d4-4c52-a012-97892349bfd7",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:36.15295+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-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "eaf304ea-d359-4920-8a7e-17e8f04314d5",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "b32c0c32-9293-4f0c-8ceb-b074a76c007b",
"ChartCustomization": "sample string 10",
"healthtopics": "2e38355a-c8e7-4dfc-8609-4e4ed6371063"
}
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-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"publishingoffices": "d18f3599-37e1-4ec4-84a7-26ad4250e684",
"Summary": "sample string 7",
"ChartType": "sample string 8",
"regionscountries": "14cd7cdc-2b57-4776-8dd8-e754526c1ff3",
"ChartCustomization": "sample string 10",
"healthtopics": "1243b132-fdeb-4de3-844a-ed72570b725d"
}
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-10-06T10:06:36.15295Z",
"PublicationDate": "2025-10-06T10:06:36.15295Z",
"DateCreated": "2025-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "7554cd2a-755b-4340-827a-574ec9db8ee8",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "cbdb97d9-b026-4228-8839-f14ff18da900",
"regionscountries": "60401c43-971e-452f-9079-78993a8ea061",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:36.15295+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T10:06:36.15295Z",
"PublicationDate": "2025-10-06T10:06:36.15295Z",
"DateCreated": "2025-10-06T10:06:36.15295Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "7554cd2a-755b-4340-827a-574ec9db8ee8",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "cbdb97d9-b026-4228-8839-f14ff18da900",
"regionscountries": "60401c43-971e-452f-9079-78993a8ea061",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T10:06:36.15295+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.