Returns a set of data items of type resultsreportfacts.
GET /api/news/resultsreportfacts
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 | |
| Summary | System.String | Read only: False | |
| FactContent | 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": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"FactContent": "sample string 9",
"Title": "sample string 10",
"ParentId": "29d486e5-8d1c-4b8e-ad6d-4d19523dcec2",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"FactContent": "sample string 9",
"Title": "sample string 10",
"ParentId": "29d486e5-8d1c-4b8e-ad6d-4d19523dcec2",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportfacts item by id.
GET /api/news/resultsreportfacts({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 | |
| Summary | System.String | Read only: False | |
| FactContent | 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": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"FactContent": "sample string 9",
"Title": "sample string 10",
"ParentId": "4e1c6715-4da8-41c6-b482-01e11ab527d5",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportfacts item.
GET /api/news/resultsreportfacts({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": "4e702fa3-ab9c-4d22-845e-d674bfdcec3d"
}Creates a resultsreportfacts item.
POST /api/news/resultsreportfacts
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 | |
| Summary | System.String | Read only: False | |
| FactContent | 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": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"FactContent": "sample string 6",
"Title": "sample string 7",
"ParentId": "5e374eee-dc44-4a2f-86ea-c142d057ffe6"
}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 | |
| Summary | System.String | Read only: False | |
| FactContent | 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": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"FactContent": "sample string 9",
"Title": "sample string 10",
"ParentId": "6d1bdecd-4a39-4189-a001-2e5b8f6ab218",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportfacts item.
PATCH /api/news/resultsreportfacts({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 | |
| Summary | System.String | Read only: False | |
| FactContent | 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": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"FactContent": "sample string 6",
"Title": "sample string 7",
"ParentId": "ce9929a2-228d-475e-9fd9-0402ad42c69b"
}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 resultsreportfacts item.
PUT /api/news/resultsreportfacts({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 | |
| Summary | System.String | Read only: False | |
| FactContent | 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": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"FactContent": "sample string 6",
"Title": "sample string 7",
"ParentId": "eb5bfb4b-aaab-4788-81a8-56decdd8f12e"
}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 resultsreportfacts item by Id.
DELETE /api/news/resultsreportfacts({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 resultsreportfacts item.
GET /api/news/resultsreportfacts({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 | |
| healthtopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ReportingStartDate | System.DateTimeOffset | Read only: False | |
| ReportingEndDate | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "e8ed9f42-6f0f-419e-ae68-3303f98f35c4",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "783f6928-5e9d-4e99-98f8-70adf963269d",
"publishingoffices": "9fe043d7-0a6f-4a5d-8c62-407f92b542df",
"ReportingStartDate": "2026-01-12T20:05:00.7315301Z",
"ReportingEndDate": "2026-01-12T20:05:00.7315301Z",
"targetaudiences": "86e24c50-21f5-4c76-8708-7eda993ba708",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "e8ed9f42-6f0f-419e-ae68-3303f98f35c4",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "783f6928-5e9d-4e99-98f8-70adf963269d",
"publishingoffices": "9fe043d7-0a6f-4a5d-8c62-407f92b542df",
"ReportingStartDate": "2026-01-12T20:05:00.7315301Z",
"ReportingEndDate": "2026-01-12T20:05:00.7315301Z",
"targetaudiences": "86e24c50-21f5-4c76-8708-7eda993ba708",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportfacts item.
POST /api/news/resultsreportfacts({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 resultsreportfacts item.
DELETE /api/news/resultsreportfacts({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 ReferencePageLink from resultsreportfacts item.
GET /api/news/resultsreportfacts({key})/ReferencePageLink
| 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 | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-01-12T20:05:00.7315301Z",
"UrlName": "sample string 2",
"organizations": "a63d5cef-68d4-42b5-b379-5d359a573733",
"regionscountries": "cd70691b-2083-4b63-8876-0c162c8d7ec3",
"sustainabledevelopmentgoals": "51ff5dce-8087-477b-8fef-2156b24fe15d",
"departmentaltargets": "b7fe0150-8973-489a-9698-c1bcc14267b3",
"healthtopics": "8109fb02-3ced-4bb4-891a-3df873071d74",
"events": "dfefd408-a7c4-4718-b540-ddf1cb081c54",
"publishingoffices": "0415e980-f8c3-4409-86c2-e1dcb4217442",
"WebPageType": "sample string 10",
"targetaudiences": "3913f5e6-bd25-407b-8e62-f16308474f6b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"ShowInNavigation": true,
"ParentId": "79660e68-f766-42ad-a2af-71e1868800f1",
"RootId": "28bdeb78-163c-4e31-8d99-735ffb9bd84e",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "b72be611-fa36-4e80-9426-0f980cf0bc68",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-01-12T20:05:00.7315301Z",
"UrlName": "sample string 2",
"organizations": "a63d5cef-68d4-42b5-b379-5d359a573733",
"regionscountries": "cd70691b-2083-4b63-8876-0c162c8d7ec3",
"sustainabledevelopmentgoals": "51ff5dce-8087-477b-8fef-2156b24fe15d",
"departmentaltargets": "b7fe0150-8973-489a-9698-c1bcc14267b3",
"healthtopics": "8109fb02-3ced-4bb4-891a-3df873071d74",
"events": "dfefd408-a7c4-4718-b540-ddf1cb081c54",
"publishingoffices": "0415e980-f8c3-4409-86c2-e1dcb4217442",
"WebPageType": "sample string 10",
"targetaudiences": "3913f5e6-bd25-407b-8e62-f16308474f6b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"ShowInNavigation": true,
"ParentId": "79660e68-f766-42ad-a2af-71e1868800f1",
"RootId": "28bdeb78-163c-4e31-8d99-735ffb9bd84e",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "b72be611-fa36-4e80-9426-0f980cf0bc68",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add ReferencePageLink relation to resultsreportfacts item.
POST /api/news/resultsreportfacts({key})/ReferencePageLink/$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 ReferencePageLink from resultsreportfacts item.
DELETE /api/news/resultsreportfacts({key})/ReferencePageLink/$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 RelatedResultsReportTarget from resultsreportfacts item.
GET /api/news/resultsreportfacts({key})/RelatedResultsReportTarget
| 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 | |
| ProgressValue | System.Decimal | Read only: False | |
| ProgressHeading | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| ColouredTitle | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ProgressSubheading | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| Color | System.String | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | 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": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ProgressValue": 8.0,
"ProgressHeading": "sample string 9",
"Overview": "sample string 10",
"ColouredTitle": "sample string 11",
"Summary": "sample string 12",
"ProgressSubheading": "sample string 13",
"Title": "sample string 14",
"SortOrder": 15.0,
"Color": "sample string 16",
"sustainabledevelopmentgoals": "2cc5a052-c1f3-4f5a-bde1-c3717fe8a915",
"ParentId": "7c385906-66db-441e-848e-32214e8f2f6e",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ProgressValue": 8.0,
"ProgressHeading": "sample string 9",
"Overview": "sample string 10",
"ColouredTitle": "sample string 11",
"Summary": "sample string 12",
"ProgressSubheading": "sample string 13",
"Title": "sample string 14",
"SortOrder": 15.0,
"Color": "sample string 16",
"sustainabledevelopmentgoals": "2cc5a052-c1f3-4f5a-bde1-c3717fe8a915",
"ParentId": "7c385906-66db-441e-848e-32214e8f2f6e",
"Provider": "sample string 19",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedResultsReportTarget relation to resultsreportfacts item.
POST /api/news/resultsreportfacts({key})/RelatedResultsReportTarget/$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 RelatedResultsReportTarget from resultsreportfacts item.
DELETE /api/news/resultsreportfacts({key})/RelatedResultsReportTarget/$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 RelatedResultsReportOutcome from resultsreportfacts item.
GET /api/news/resultsreportfacts({key})/RelatedResultsReportOutcome
| 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 | |
| healthtopics | System.Guid | Read only: False | |
| InfographicVideo | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SortOrder | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| AdditionalContent | System.String | Read only: False | |
| OutcomeCode | System.String | Read only: False | |
| IconColor | 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": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "5eb7d55a-1fa6-4f2d-9b45-9c81bc3d2d15",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "a2686d2a-c118-4017-920d-b6667e2c6e50",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "4d7e702a-2a84-4123-b2bb-d7e76340dd8d",
"SortOrder": 15.0,
"publishingoffices": "afc46124-ebde-47f9-af11-caa22a088ee9",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "2a689440-afd0-4f47-8508-faca2e842fd4",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-12T20:05:00.7315301Z",
"PublicationDate": "2026-01-12T20:05:00.7315301Z",
"DateCreated": "2026-01-12T20:05:00.7315301Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "5eb7d55a-1fa6-4f2d-9b45-9c81bc3d2d15",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "a2686d2a-c118-4017-920d-b6667e2c6e50",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "4d7e702a-2a84-4123-b2bb-d7e76340dd8d",
"SortOrder": 15.0,
"publishingoffices": "afc46124-ebde-47f9-af11-caa22a088ee9",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "2a689440-afd0-4f47-8508-faca2e842fd4",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-12T20:05:00.7315301+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedResultsReportOutcome relation to resultsreportfacts item.
POST /api/news/resultsreportfacts({key})/RelatedResultsReportOutcome/$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 RelatedResultsReportOutcome from resultsreportfacts item.
DELETE /api/news/resultsreportfacts({key})/RelatedResultsReportOutcome/$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.