Returns a set of data items of type resultsreportcountrystories.
GET /api/resultsreport/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": "2026-03-13T12:22:29.1651648Z",
"PublicationDate": "2026-03-13T12:22:29.1651648Z",
"DateCreated": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "bdbe4981-4618-4849-a18f-7300a129e425",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "3094919e-c44d-4b3f-b7d2-f6f37612052d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1651648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:22:29.1651648Z",
"PublicationDate": "2026-03-13T12:22:29.1651648Z",
"DateCreated": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "bdbe4981-4618-4849-a18f-7300a129e425",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "3094919e-c44d-4b3f-b7d2-f6f37612052d",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1651648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportcountrystories item by id.
GET /api/resultsreport/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": "2026-03-13T12:22:29.1651648Z",
"PublicationDate": "2026-03-13T12:22:29.1651648Z",
"DateCreated": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "61b6ee59-caf2-4758-9472-48cab7bfff26",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "d3c25df2-40dd-42f4-ae6b-535284fd763b",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1651648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportcountrystories item.
GET /api/resultsreport/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": "fb843408-b23c-4040-a3b9-76dce1cbe61e"
}Creates a resultsreportcountrystories item.
POST /api/resultsreport/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": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "bf305f48-e164-4fe9-a02f-ea5a5bd4cdd4",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "a30e48ee-9c8b-43e7-bfc5-64565d3d2cf4"
}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": "2026-03-13T12:22:29.1651648Z",
"PublicationDate": "2026-03-13T12:22:29.1651648Z",
"DateCreated": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "84d323bd-64e3-4b5c-8683-a27503e0328b",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "9fee1941-ed5b-416f-9116-f6713a171b89",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1651648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportcountrystories item.
PATCH /api/resultsreport/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": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "711bc5b5-4182-4cd7-8fdc-40bf0c38ed29",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "dfbfddcb-a4a8-44ca-9007-8cc178fe755e"
}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/resultsreport/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": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "3c8e5ca9-4dff-4cd8-95ad-ce5cf6ad2dfa",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "00793215-aa26-418b-becf-307737e638f8"
}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/resultsreport/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/resultsreport/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": "2026-03-13T12:22:29.1651648Z",
"PublicationDate": "2026-03-13T12:22:29.1651648Z",
"DateCreated": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "c15a77e4-a433-41ac-b5f4-37b069ad5d38",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "d03334bf-be9c-41da-b1cf-e3b8c323c08e",
"publishingoffices": "61652f66-83e9-443a-9f14-dcb71ed3a3b7",
"ReportingStartDate": "2026-03-13T12:22:29.1651648Z",
"ReportingEndDate": "2026-03-13T12:22:29.1651648Z",
"targetaudiences": "85943bae-7a87-4c37-aece-767e24a5c6bf",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1651648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:22:29.1651648Z",
"PublicationDate": "2026-03-13T12:22:29.1651648Z",
"DateCreated": "2026-03-13T12:22:29.1651648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "c15a77e4-a433-41ac-b5f4-37b069ad5d38",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "d03334bf-be9c-41da-b1cf-e3b8c323c08e",
"publishingoffices": "61652f66-83e9-443a-9f14-dcb71ed3a3b7",
"ReportingStartDate": "2026-03-13T12:22:29.1651648Z",
"ReportingEndDate": "2026-03-13T12:22:29.1651648Z",
"targetaudiences": "85943bae-7a87-4c37-aece-767e24a5c6bf",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1651648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportcountrystories item.
POST /api/resultsreport/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/resultsreport/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 Thumbnail from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/Thumbnail
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "5b3c42aa-7d27-4e84-a6df-4e6d41c5965e",
"publishingoffices": "af9d2db8-35dc-4a11-a71a-489817e26611",
"events": "7289a0f3-61ec-4d3e-ad0c-36fe396d8d4e",
"targets": "e425acbd-cab6-47fa-a7cb-5363c0b16a33",
"Category": "620d6676-5b9b-4bd3-8c7a-cd41802f6aef",
"imagetypes": "d4d24d9e-d8d2-4be8-9321-eb3936dd8149",
"departmentaltargets": "51de8c24-633b-4be2-b9ba-6a31cb515e38",
"stakeholders": "0c779cd8-a0d3-4efc-a60b-51b5ea8eed86",
"Tags": "eb092c70-f332-4faa-a6a6-d04e8905b872",
"healthtopics": "7a94d8fa-202e-4477-96dd-047c9d0be3e7",
"targetaudiences": "6c6775d7-bf54-4617-a03f-136b7b0da215",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "47b3fb8b-d339-42e6-af84-883596448a55",
"ParentId": "cc383bbe-0f40-418d-bb40-763f451ffd33",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "5b3c42aa-7d27-4e84-a6df-4e6d41c5965e",
"publishingoffices": "af9d2db8-35dc-4a11-a71a-489817e26611",
"events": "7289a0f3-61ec-4d3e-ad0c-36fe396d8d4e",
"targets": "e425acbd-cab6-47fa-a7cb-5363c0b16a33",
"Category": "620d6676-5b9b-4bd3-8c7a-cd41802f6aef",
"imagetypes": "d4d24d9e-d8d2-4be8-9321-eb3936dd8149",
"departmentaltargets": "51de8c24-633b-4be2-b9ba-6a31cb515e38",
"stakeholders": "0c779cd8-a0d3-4efc-a60b-51b5ea8eed86",
"Tags": "eb092c70-f332-4faa-a6a6-d04e8905b872",
"healthtopics": "7a94d8fa-202e-4477-96dd-047c9d0be3e7",
"targetaudiences": "6c6775d7-bf54-4617-a03f-136b7b0da215",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "47b3fb8b-d339-42e6-af84-883596448a55",
"ParentId": "cc383bbe-0f40-418d-bb40-763f451ffd33",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add Thumbnail relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({key})/Thumbnail/$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 Thumbnail from resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({key})/Thumbnail/$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 MainImage from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/MainImage
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "f872560f-e916-4c8f-b15f-16c5f737f246",
"publishingoffices": "3dcd5541-92ee-4600-b9da-e39ce8400d43",
"events": "a76b43c6-0346-4afa-b624-695536d36b94",
"targets": "3e4fee76-cc69-462e-b0b8-85d27b0fb056",
"Category": "6cc9fdfa-6c3b-4116-b1b2-b364a83396d6",
"imagetypes": "f4300321-bf49-47b1-acc5-e6de76c85c36",
"departmentaltargets": "212cdb5c-4a45-433a-820a-8bcd21972068",
"stakeholders": "cf0d8468-d5dc-4247-a0de-d0c2ba48bc4b",
"Tags": "1b7835d5-fbcd-47df-ba42-2f9cca05026d",
"healthtopics": "c6176238-616e-48cd-84f1-3fb6858cf8ca",
"targetaudiences": "3c095b8a-4c3f-4eba-9e7a-4a920eaf36d0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b264a23a-487b-4864-84b0-edbecb7ff9f9",
"ParentId": "2a4d9b69-ced1-4af7-a821-6e5b80546609",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "f872560f-e916-4c8f-b15f-16c5f737f246",
"publishingoffices": "3dcd5541-92ee-4600-b9da-e39ce8400d43",
"events": "a76b43c6-0346-4afa-b624-695536d36b94",
"targets": "3e4fee76-cc69-462e-b0b8-85d27b0fb056",
"Category": "6cc9fdfa-6c3b-4116-b1b2-b364a83396d6",
"imagetypes": "f4300321-bf49-47b1-acc5-e6de76c85c36",
"departmentaltargets": "212cdb5c-4a45-433a-820a-8bcd21972068",
"stakeholders": "cf0d8468-d5dc-4247-a0de-d0c2ba48bc4b",
"Tags": "1b7835d5-fbcd-47df-ba42-2f9cca05026d",
"healthtopics": "c6176238-616e-48cd-84f1-3fb6858cf8ca",
"targetaudiences": "3c095b8a-4c3f-4eba-9e7a-4a920eaf36d0",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "b264a23a-487b-4864-84b0-edbecb7ff9f9",
"ParentId": "2a4d9b69-ced1-4af7-a821-6e5b80546609",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({key})/MainImage/$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 MainImage from resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({key})/MainImage/$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 OtherMedia from resultsreportcountrystories item.
GET /api/resultsreport/resultsreportcountrystories({key})/OtherMedia
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "b6bccdb9-1039-424c-9bc1-e53bf436b2da",
"publishingoffices": "8668cccd-098e-4e71-a322-70443bc0027b",
"events": "3308b5cd-0db5-4e9b-a207-3ab7269faad3",
"targets": "61661ab8-4211-449a-b216-c62ed18eee8e",
"Category": "7c586735-8758-47af-8a38-650b66faf952",
"imagetypes": "6f2c1edd-4dec-4bdc-9fa0-6fcd1543ccc8",
"departmentaltargets": "d32028a6-b4d8-4ee5-89aa-a790cd21b0c1",
"stakeholders": "eca3f6ff-05fa-45cf-a6ec-aa8483cc3ac4",
"Tags": "78a43371-ede8-4ba6-bfd4-334e5998f9ef",
"healthtopics": "48fbd77a-1df8-4ac4-add6-e90498037201",
"targetaudiences": "30920dca-3f96-4a29-8fe8-cdf08a27e8de",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "35bb30ad-8895-45e5-862c-354f5c96d37e",
"ParentId": "3131c1a2-7e96-4537-9950-30c2bfe7c16f",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "b6bccdb9-1039-424c-9bc1-e53bf436b2da",
"publishingoffices": "8668cccd-098e-4e71-a322-70443bc0027b",
"events": "3308b5cd-0db5-4e9b-a207-3ab7269faad3",
"targets": "61661ab8-4211-449a-b216-c62ed18eee8e",
"Category": "7c586735-8758-47af-8a38-650b66faf952",
"imagetypes": "6f2c1edd-4dec-4bdc-9fa0-6fcd1543ccc8",
"departmentaltargets": "d32028a6-b4d8-4ee5-89aa-a790cd21b0c1",
"stakeholders": "eca3f6ff-05fa-45cf-a6ec-aa8483cc3ac4",
"Tags": "78a43371-ede8-4ba6-bfd4-334e5998f9ef",
"healthtopics": "48fbd77a-1df8-4ac4-add6-e90498037201",
"targetaudiences": "30920dca-3f96-4a29-8fe8-cdf08a27e8de",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "35bb30ad-8895-45e5-862c-354f5c96d37e",
"ParentId": "3131c1a2-7e96-4537-9950-30c2bfe7c16f",
"Provider": "sample string 33",
"Url": "sample string 34",
"ThumbnailUrl": "sample string 35",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add OtherMedia relation to resultsreportcountrystories item.
POST /api/resultsreport/resultsreportcountrystories({key})/OtherMedia/$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 OtherMedia from resultsreportcountrystories item.
DELETE /api/resultsreport/resultsreportcountrystories({key})/OtherMedia/$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/resultsreport/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": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "cd39adae-5720-4fbe-93cb-ce49f9738d92",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "2374c43c-2432-4b07-accb-c4df0dad5fd5",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "84063cf8-79fd-4627-9c81-796177661383",
"SortOrder": 15.0,
"publishingoffices": "68f917f4-5d0d-49b9-bd68-891809279e61",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "37241da2-3773-45d0-a145-eed92445fbfe",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1807888+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"PublicationDate": "2026-03-13T12:22:29.1807888Z",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "cd39adae-5720-4fbe-93cb-ce49f9738d92",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "2374c43c-2432-4b07-accb-c4df0dad5fd5",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "84063cf8-79fd-4627-9c81-796177661383",
"SortOrder": 15.0,
"publishingoffices": "68f917f4-5d0d-49b9-bd68-891809279e61",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "37241da2-3773-45d0-a145-eed92445fbfe",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-13T12:22:29.1807888+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedOutcome relation to resultsreportcountrystories item.
POST /api/resultsreport/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/resultsreport/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/resultsreport/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": "2026-03-13T12:22:29.1807888Z",
"UrlName": "sample string 2",
"organizations": "2943bcb8-c953-4e53-a70d-13fa9c320b9d",
"regionscountries": "928a5c0c-d475-4709-85e1-019af3856d0c",
"sustainabledevelopmentgoals": "efd0a834-d5f4-43ad-98ed-d33ba55dc530",
"departmentaltargets": "42d8a52d-7d98-4dd7-9ee9-af4502a85fc4",
"healthtopics": "429d5a55-f1c1-4871-aec1-67ece87983e2",
"events": "158dced1-e490-40f4-8a95-cfc30358c03b",
"publishingoffices": "864a7fe9-cbf6-4c43-93d1-1f74f533b777",
"WebPageType": "sample string 10",
"targetaudiences": "f593b5ae-568f-497c-b8af-32c9fa7282d2",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"ShowInNavigation": true,
"ParentId": "56fde7cf-f913-4488-9ecb-89bd7833f4a9",
"RootId": "ea9b22bb-1a78-4cf9-9f25-f1f210e377d2",
"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": "579656f1-dc06-4f50-8c2c-cec72847428f",
"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-03-13T12:22:29.1807888Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-03-13T12:22:29.1807888Z",
"UrlName": "sample string 2",
"organizations": "2943bcb8-c953-4e53-a70d-13fa9c320b9d",
"regionscountries": "928a5c0c-d475-4709-85e1-019af3856d0c",
"sustainabledevelopmentgoals": "efd0a834-d5f4-43ad-98ed-d33ba55dc530",
"departmentaltargets": "42d8a52d-7d98-4dd7-9ee9-af4502a85fc4",
"healthtopics": "429d5a55-f1c1-4871-aec1-67ece87983e2",
"events": "158dced1-e490-40f4-8a95-cfc30358c03b",
"publishingoffices": "864a7fe9-cbf6-4c43-93d1-1f74f533b777",
"WebPageType": "sample string 10",
"targetaudiences": "f593b5ae-568f-497c-b8af-32c9fa7282d2",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-03-13T12:22:29.1807888Z",
"ShowInNavigation": true,
"ParentId": "56fde7cf-f913-4488-9ecb-89bd7833f4a9",
"RootId": "ea9b22bb-1a78-4cf9-9f25-f1f210e377d2",
"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": "579656f1-dc06-4f50-8c2c-cec72847428f",
"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-03-13T12:22:29.1807888Z",
"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/resultsreport/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/resultsreport/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.