Returns a set of data items of type databaseentries.
GET /api/news/databaseentries
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 | |
Copyright | System.String | Read only: False | |
Title | System.String | Read only: False | |
StartYear | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Caption | System.String | Read only: False | |
EndYear | System.DateTimeOffset | 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-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-11T02:57:12.345064Z",
"regionscountries": "cb5a1788-22ab-4fd7-967a-2a37ba6e7734",
"Caption": "sample string 12",
"EndYear": "2025-09-11T02:57:12.345064Z",
"ParentId": "3c60f1a7-87c4-41f2-8829-e339674f172a",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-11T02:57:12.345064Z",
"regionscountries": "cb5a1788-22ab-4fd7-967a-2a37ba6e7734",
"Caption": "sample string 12",
"EndYear": "2025-09-11T02:57:12.345064Z",
"ParentId": "3c60f1a7-87c4-41f2-8829-e339674f172a",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets databaseentries item by id.
GET /api/news/databaseentries({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 | |
Copyright | System.String | Read only: False | |
Title | System.String | Read only: False | |
StartYear | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Caption | System.String | Read only: False | |
EndYear | System.DateTimeOffset | 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-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-11T02:57:12.345064Z",
"regionscountries": "d73593da-95ed-4850-9075-99d1efccdd10",
"Caption": "sample string 12",
"EndYear": "2025-09-11T02:57:12.345064Z",
"ParentId": "17f13b85-bc1b-43b1-981c-227181a1c480",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from databaseentries item.
GET /api/news/databaseentries({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": "a56bbbf4-19a2-4cb9-a68f-dbccb45b13a1"
}
Creates a databaseentries item.
POST /api/news/databaseentries
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 | |
Copyright | System.String | Read only: False | |
Title | System.String | Read only: False | |
StartYear | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Caption | System.String | Read only: False | |
EndYear | System.DateTimeOffset | 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-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2025-09-11T02:57:12.345064Z",
"regionscountries": "34904cba-4fbc-41f5-8db4-78109b9776dc",
"Caption": "sample string 9",
"EndYear": "2025-09-11T02:57:12.345064Z",
"ParentId": "c532a26f-5aa2-4b99-8c52-95b904b614cd"
}
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 | |
Copyright | System.String | Read only: False | |
Title | System.String | Read only: False | |
StartYear | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Caption | System.String | Read only: False | |
EndYear | System.DateTimeOffset | 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-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Copyright": "sample string 8",
"Title": "sample string 9",
"StartYear": "2025-09-11T02:57:12.345064Z",
"regionscountries": "3ccbb098-1d56-41a2-911f-453aae9564a3",
"Caption": "sample string 12",
"EndYear": "2025-09-11T02:57:12.345064Z",
"ParentId": "4d31e69a-a2e7-4d55-a9c6-49b7797068ff",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for databaseentries item.
PATCH /api/news/databaseentries({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 | |
Copyright | System.String | Read only: False | |
Title | System.String | Read only: False | |
StartYear | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Caption | System.String | Read only: False | |
EndYear | System.DateTimeOffset | 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-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2025-09-11T02:57:12.345064Z",
"regionscountries": "c2a6d2a1-cd8e-45c3-a290-77e27225e4fa",
"Caption": "sample string 9",
"EndYear": "2025-09-11T02:57:12.345064Z",
"ParentId": "645dc9fb-e97d-4e79-a35f-b62ba1f470e4"
}
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 databaseentries item.
PUT /api/news/databaseentries({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 | |
Copyright | System.String | Read only: False | |
Title | System.String | Read only: False | |
StartYear | System.DateTimeOffset | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Caption | System.String | Read only: False | |
EndYear | System.DateTimeOffset | 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-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Copyright": "sample string 5",
"Title": "sample string 6",
"StartYear": "2025-09-11T02:57:12.345064Z",
"regionscountries": "56d6ed4c-1cdd-4dc3-b5f1-13c369b1a18e",
"Caption": "sample string 9",
"EndYear": "2025-09-11T02:57:12.345064Z",
"ParentId": "882aeacc-c0b4-43dd-bd63-dca4801fa05a"
}
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 databaseentries item by Id.
DELETE /api/news/databaseentries({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 databaseentries item.
GET /api/news/databaseentries({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 | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Overview | System.String | Read only: False | |
Summary | System.String | Read only: False | |
regionscountries | System.Guid | 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-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "d28c86a1-8421-425a-a292-a83a2da48667",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "1cce6bda-c8cf-4a0e-9abb-1cff4ccf2b0a",
"healthtopics": "cc519a9a-45e9-4c20-a42e-ab7ef81fbf86",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "d28c86a1-8421-425a-a292-a83a2da48667",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "1cce6bda-c8cf-4a0e-9abb-1cff4ccf2b0a",
"healthtopics": "cc519a9a-45e9-4c20-a42e-ab7ef81fbf86",
"Provider": "sample string 14",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to databaseentries item.
POST /api/news/databaseentries({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 databaseentries item.
DELETE /api/news/databaseentries({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 RelatedDBCategory from databaseentries item.
GET /api/news/databaseentries({key})/RelatedDBCategory
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 | |
SortOrder | System.Decimal | Read only: False | |
Summary | 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-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Summary": "sample string 10",
"ParentId": "79968c3d-10ce-4ad4-9c36-5117fc491447",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T02:57:12.345064Z",
"PublicationDate": "2025-09-11T02:57:12.345064Z",
"DateCreated": "2025-09-11T02:57:12.345064Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SortOrder": 9.0,
"Summary": "sample string 10",
"ParentId": "79968c3d-10ce-4ad4-9c36-5117fc491447",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T02:57:12.345064+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedDBCategory relation to databaseentries item.
POST /api/news/databaseentries({key})/RelatedDBCategory/$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 RelatedDBCategory from databaseentries item.
DELETE /api/news/databaseentries({key})/RelatedDBCategory/$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.