Returns a set of data items of type whodynamicdatasources.
GET /api/news/whodynamicdatasources
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 | |
| QueryUrl | System.String | Read only: False | |
| BaseUrl | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | 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-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QueryUrl": "sample string 8",
"BaseUrl": "sample string 9",
"Title": "sample string 10",
"ParentId": "dc19d14d-337c-4a6d-9876-586be6aa9035",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QueryUrl": "sample string 8",
"BaseUrl": "sample string 9",
"Title": "sample string 10",
"ParentId": "dc19d14d-337c-4a6d-9876-586be6aa9035",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets whodynamicdatasources item by id.
GET /api/news/whodynamicdatasources({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 | |
| QueryUrl | System.String | Read only: False | |
| BaseUrl | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | 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-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QueryUrl": "sample string 8",
"BaseUrl": "sample string 9",
"Title": "sample string 10",
"ParentId": "ae605489-6226-4163-858d-89bd65fec94f",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from whodynamicdatasources item.
GET /api/news/whodynamicdatasources({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": "eea02d84-4ce2-4680-929d-3f4affcd716f"
}Creates a whodynamicdatasources item.
POST /api/news/whodynamicdatasources
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 | |
| QueryUrl | System.String | Read only: False | |
| BaseUrl | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | 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-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"QueryUrl": "sample string 5",
"BaseUrl": "sample string 6",
"Title": "sample string 7",
"ParentId": "bd528c72-9781-4a10-b4a8-251c94bd54cd"
}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 | |
| QueryUrl | System.String | Read only: False | |
| BaseUrl | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | 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-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QueryUrl": "sample string 8",
"BaseUrl": "sample string 9",
"Title": "sample string 10",
"ParentId": "3c3472ea-4a43-443d-8ade-df23673864cb",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for whodynamicdatasources item.
PATCH /api/news/whodynamicdatasources({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 | |
| QueryUrl | System.String | Read only: False | |
| BaseUrl | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | 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-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"QueryUrl": "sample string 5",
"BaseUrl": "sample string 6",
"Title": "sample string 7",
"ParentId": "9897da41-ed73-4e97-ba02-99f9cfb560e6"
}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 whodynamicdatasources item.
PUT /api/news/whodynamicdatasources({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 | |
| QueryUrl | System.String | Read only: False | |
| BaseUrl | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | 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-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"QueryUrl": "sample string 5",
"BaseUrl": "sample string 6",
"Title": "sample string 7",
"ParentId": "d846dea9-6a0c-4fa5-bb91-9eae6c70bc16"
}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 whodynamicdatasources item by Id.
DELETE /api/news/whodynamicdatasources({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 Parent from whodynamicdatasources item.
GET /api/news/whodynamicdatasources({key})/Parent
| 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-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "9bcd5dfb-901b-468b-a750-d2f741a8a4b6",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "389d954e-947e-4f59-b7ac-f90936bba97c",
"regionscountries": "bc66e977-86a8-4a09-9f68-cf4d178229d9",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "9bcd5dfb-901b-468b-a750-d2f741a8a4b6",
"Summary": "sample string 9",
"Title": "sample string 10",
"healthtopics": "389d954e-947e-4f59-b7ac-f90936bba97c",
"regionscountries": "bc66e977-86a8-4a09-9f68-cf4d178229d9",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to whodynamicdatasources item.
POST /api/news/whodynamicdatasources({key})/Parent/$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 Parent from whodynamicdatasources item.
DELETE /api/news/whodynamicdatasources({key})/Parent/$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 RelatedDefinition from whodynamicdatasources item.
GET /api/news/whodynamicdatasources({key})/RelatedDefinition
| 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 | |
| SchemaVersion | System.String | Read only: False | |
| SchemaMapping | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SchemaVersion": "sample string 8",
"SchemaMapping": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:03:10.5530719Z",
"PublicationDate": "2025-12-09T23:03:10.5530719Z",
"DateCreated": "2025-12-09T23:03:10.5530719Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"SchemaVersion": "sample string 8",
"SchemaMapping": "sample string 9",
"Title": "sample string 10",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:03:10.5530719+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedDefinition relation to whodynamicdatasources item.
POST /api/news/whodynamicdatasources({key})/RelatedDefinition/$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 RelatedDefinition from whodynamicdatasources item.
DELETE /api/news/whodynamicdatasources({key})/RelatedDefinition/$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.