Returns a set of data items of type resultsreportcountrystories.
GET /api/news/resultsreportcountrystories
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 | |
regionscountries | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
DisplayTitle | System.String | Read only: False | |
SortOrder | System.Decimal | 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-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "9fa08707-5e42-4773-933a-168c172e3a7f",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "d73a9562-431b-44bb-9f20-00fdf7fac37e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "9fa08707-5e42-4773-933a-168c172e3a7f",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "d73a9562-431b-44bb-9f20-00fdf7fac37e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets resultsreportcountrystories item by id.
GET /api/news/resultsreportcountrystories({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 | |
regionscountries | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
DisplayTitle | System.String | Read only: False | |
SortOrder | System.Decimal | 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-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "a55fd5d6-b221-46f0-8746-a61ab41911e0",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "b067dd18-44c8-4395-ac73-5ed6138fd877",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from resultsreportcountrystories item.
GET /api/news/resultsreportcountrystories({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": "c146ae73-0708-4629-baac-0a7f7a145379"
}
Creates a resultsreportcountrystories item.
POST /api/news/resultsreportcountrystories
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 | |
regionscountries | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
DisplayTitle | System.String | Read only: False | |
SortOrder | System.Decimal | 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-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "78dd7cf0-e4df-4967-a53f-7ef24726033c",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "76dbf429-7c61-4002-955a-87f27996ce8c"
}
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 | |
regionscountries | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
DisplayTitle | System.String | Read only: False | |
SortOrder | System.Decimal | 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-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "bb7fec14-5116-4c09-9cf9-d1cd7f23f58c",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "c9f2b6c2-f781-4c55-b12f-cc685a396fe2",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for resultsreportcountrystories item.
PATCH /api/news/resultsreportcountrystories({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 | |
regionscountries | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
DisplayTitle | System.String | Read only: False | |
SortOrder | System.Decimal | 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-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "d03146ca-1098-48ee-bb3f-eb32e6d9b750",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "e987a290-b58d-4680-b2b3-153bc0bd156e"
}
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 resultsreportcountrystories item.
PUT /api/news/resultsreportcountrystories({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 | |
regionscountries | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
Overview | System.String | Read only: False | |
DisplayTitle | System.String | Read only: False | |
SortOrder | System.Decimal | 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-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "e82f78d1-ecdb-4eba-b87b-48287af7a802",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "32c3e248-6e22-4610-8e61-883d708eccb8"
}
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 resultsreportcountrystories item by Id.
DELETE /api/news/resultsreportcountrystories({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 resultsreportcountrystories item.
GET /api/news/resultsreportcountrystories({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": "2025-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "c453c99f-4203-4011-a551-911740abb246",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "804cbcbe-d6e6-4484-ac41-1184772bb90f",
"publishingoffices": "c74e747d-ae57-47a7-9d33-59b1ea913a5f",
"ReportingStartDate": "2025-10-06T16:57:24.451394Z",
"ReportingEndDate": "2025-10-06T16:57:24.451394Z",
"targetaudiences": "24c54314-a692-43d1-9da9-56ea30c79c61",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "c453c99f-4203-4011-a551-911740abb246",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "804cbcbe-d6e6-4484-ac41-1184772bb90f",
"publishingoffices": "c74e747d-ae57-47a7-9d33-59b1ea913a5f",
"ReportingStartDate": "2025-10-06T16:57:24.451394Z",
"ReportingEndDate": "2025-10-06T16:57:24.451394Z",
"targetaudiences": "24c54314-a692-43d1-9da9-56ea30c79c61",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to resultsreportcountrystories item.
POST /api/news/resultsreportcountrystories({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 resultsreportcountrystories item.
DELETE /api/news/resultsreportcountrystories({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 RelatedOutcome from resultsreportcountrystories item.
GET /api/news/resultsreportcountrystories({key})/RelatedOutcome
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": "2025-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "4caf0bb7-5e1b-4a18-834d-7ee454ccc73e",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "df96cae0-f0c2-45ca-856b-b79e80f5f3fd",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "23e7d16b-2c3c-4d89-b830-c14963aa47bb",
"SortOrder": 15.0,
"publishingoffices": "b2a6c516-9adb-43eb-b869-ba34a8cf675c",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "dcd6a772-c0cb-41a7-a313-0f249e05ec04",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:24.451394Z",
"PublicationDate": "2025-10-06T16:57:24.451394Z",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "4caf0bb7-5e1b-4a18-834d-7ee454ccc73e",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "df96cae0-f0c2-45ca-856b-b79e80f5f3fd",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "23e7d16b-2c3c-4d89-b830-c14963aa47bb",
"SortOrder": 15.0,
"publishingoffices": "b2a6c516-9adb-43eb-b869-ba34a8cf675c",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "dcd6a772-c0cb-41a7-a313-0f249e05ec04",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:24.451394+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedOutcome relation to resultsreportcountrystories item.
POST /api/news/resultsreportcountrystories({key})/RelatedOutcome/$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 RelatedOutcome from resultsreportcountrystories item.
DELETE /api/news/resultsreportcountrystories({key})/RelatedOutcome/$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 MoreInfoLink from resultsreportcountrystories item.
GET /api/news/resultsreportcountrystories({key})/MoreInfoLink
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": "2025-10-06T16:57:24.451394Z",
"UrlName": "sample string 2",
"organizations": "dbb4750b-aa2b-448d-9aaa-ac365b03612d",
"regionscountries": "d717d932-9fc6-42ad-858e-81dea6566ef2",
"sustainabledevelopmentgoals": "b92c12eb-ed86-429d-a1c2-1c3e0836e691",
"departmentaltargets": "fa5fc59b-c7dd-4915-b535-3e6aba26f271",
"healthtopics": "2ed973f9-f75a-405e-a604-08a6cfc2091d",
"events": "9fc1c4c4-1bcd-461f-9d9f-873a8e3ea872",
"publishingoffices": "c87fa201-a156-4217-b571-6834f9613b38",
"WebPageType": "sample string 10",
"targetaudiences": "3d0ef39f-cec2-4628-ae49-cbd1588d2d41",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"ShowInNavigation": true,
"ParentId": "ac4dc4f9-6e63-408e-abd5-6f0bcb4b6c15",
"RootId": "8eeaaf36-2dd2-4a04-ad2d-29ce70095278",
"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": "a2a38ecf-eb2e-41b1-9a2e-989cd0979c75",
"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": "2025-10-06T16:57:24.451394Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-06T16:57:24.451394Z",
"UrlName": "sample string 2",
"organizations": "dbb4750b-aa2b-448d-9aaa-ac365b03612d",
"regionscountries": "d717d932-9fc6-42ad-858e-81dea6566ef2",
"sustainabledevelopmentgoals": "b92c12eb-ed86-429d-a1c2-1c3e0836e691",
"departmentaltargets": "fa5fc59b-c7dd-4915-b535-3e6aba26f271",
"healthtopics": "2ed973f9-f75a-405e-a604-08a6cfc2091d",
"events": "9fc1c4c4-1bcd-461f-9d9f-873a8e3ea872",
"publishingoffices": "c87fa201-a156-4217-b571-6834f9613b38",
"WebPageType": "sample string 10",
"targetaudiences": "3d0ef39f-cec2-4628-ae49-cbd1588d2d41",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:57:24.451394Z",
"ShowInNavigation": true,
"ParentId": "ac4dc4f9-6e63-408e-abd5-6f0bcb4b6c15",
"RootId": "8eeaaf36-2dd2-4a04-ad2d-29ce70095278",
"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": "a2a38ecf-eb2e-41b1-9a2e-989cd0979c75",
"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": "2025-10-06T16:57:24.451394Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add MoreInfoLink relation to resultsreportcountrystories item.
POST /api/news/resultsreportcountrystories({key})/MoreInfoLink/$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 MoreInfoLink from resultsreportcountrystories item.
DELETE /api/news/resultsreportcountrystories({key})/MoreInfoLink/$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.