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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "6a5580ef-ccf7-495a-8fd2-68b9f948c60e",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "dfd97154-65aa-4ec7-9061-c8c9e9a563a4",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "6a5580ef-ccf7-495a-8fd2-68b9f948c60e",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "dfd97154-65aa-4ec7-9061-c8c9e9a563a4",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "aa7510ef-918b-4a3b-8577-23b252b77268",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "93bb1099-ebf7-4650-a7b6-a09c6f454fa3",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+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": "9504e358-eca1-4ec4-839b-94bd45ac679d"
}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-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "83be8acd-5e82-4e40-8177-89486e41b7cb",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "93db881e-5442-462f-8dab-ec5697c0b548"
}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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"regionscountries": "e2f949b7-01de-49e7-8f64-22aa68ee30ca",
"Summary": "sample string 9",
"Title": "sample string 10",
"Overview": "sample string 11",
"DisplayTitle": "sample string 12",
"SortOrder": 13.0,
"ParentId": "38b5d75a-3694-45a4-9213-2bc5d89b254e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+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-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "7a89630e-7a94-45ac-b229-1625e184cab7",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "50a759e2-287d-4ff2-b41e-dcf4a4de0c6f"
}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-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"regionscountries": "1deadebc-de72-470c-b3b0-538ec4d2e471",
"Summary": "sample string 6",
"Title": "sample string 7",
"Overview": "sample string 8",
"DisplayTitle": "sample string 9",
"SortOrder": 10.0,
"ParentId": "8c562c9c-cb8d-4e5f-9863-50d35c784d98"
}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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "f475e393-6eb4-4cc3-9084-6b82c07ea008",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "671bd547-9b85-4701-97b1-ef932839a23d",
"publishingoffices": "3a0b1ad2-9a7e-4a21-92ab-0088879f0543",
"ReportingStartDate": "2026-09-22T20:59:54.7273555Z",
"ReportingEndDate": "2026-09-22T20:59:54.7273555Z",
"targetaudiences": "80055271-2169-4f8e-ade5-1e435a2a4f89",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "f475e393-6eb4-4cc3-9084-6b82c07ea008",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "671bd547-9b85-4701-97b1-ef932839a23d",
"publishingoffices": "3a0b1ad2-9a7e-4a21-92ab-0088879f0543",
"ReportingStartDate": "2026-09-22T20:59:54.7273555Z",
"ReportingEndDate": "2026-09-22T20:59:54.7273555Z",
"targetaudiences": "80055271-2169-4f8e-ade5-1e435a2a4f89",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+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 | |
| JoomlaArticleId | System.String | 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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"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": "e85b6306-5845-480d-a3b3-3ff219136e51",
"publishingoffices": "e2f5eef0-c6c0-4611-8458-2555209d6854",
"events": "23cf1ee6-dc86-4ce8-a504-a3de9db2558f",
"targets": "eaac01fe-0554-4af9-9325-95da56575bc8",
"Category": "a5ee891d-3857-4c0b-8ec0-0645058a4066",
"imagetypes": "bd763e5b-530b-4861-96b4-ec27ad3cf31e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "d69839e7-d18b-4d6d-abe7-7d06cbd7171a",
"stakeholders": "f9374e18-195a-402c-90ab-db5341768e01",
"Tags": "70867565-9c2e-4a03-bf40-5416026f528d",
"healthtopics": "61399d35-c093-44ae-a7fa-70208fd9f57b",
"targetaudiences": "899a1102-6c5e-4bdd-8c3b-34233fce2776",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "9f8e4ebd-19d4-4c14-a74e-5e14a2d00fe5",
"ParentId": "10aa31ef-8190-49ec-9114-f449311da6a0",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"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": "e85b6306-5845-480d-a3b3-3ff219136e51",
"publishingoffices": "e2f5eef0-c6c0-4611-8458-2555209d6854",
"events": "23cf1ee6-dc86-4ce8-a504-a3de9db2558f",
"targets": "eaac01fe-0554-4af9-9325-95da56575bc8",
"Category": "a5ee891d-3857-4c0b-8ec0-0645058a4066",
"imagetypes": "bd763e5b-530b-4861-96b4-ec27ad3cf31e",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "d69839e7-d18b-4d6d-abe7-7d06cbd7171a",
"stakeholders": "f9374e18-195a-402c-90ab-db5341768e01",
"Tags": "70867565-9c2e-4a03-bf40-5416026f528d",
"healthtopics": "61399d35-c093-44ae-a7fa-70208fd9f57b",
"targetaudiences": "899a1102-6c5e-4bdd-8c3b-34233fce2776",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "9f8e4ebd-19d4-4c14-a74e-5e14a2d00fe5",
"ParentId": "10aa31ef-8190-49ec-9114-f449311da6a0",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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 | |
| JoomlaArticleId | System.String | 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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"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": "23580a57-b2a6-4c64-94b5-b701a14a4dcf",
"publishingoffices": "c40357a0-3424-4c02-b400-fc97a81aaea7",
"events": "537f3d54-96ff-4c90-8664-acb54f7cb3b4",
"targets": "a2e817ad-dcb1-4c4c-985c-cc9d14ebcab1",
"Category": "d183ea6c-2f3b-4172-ac4f-a75bf2bf32a8",
"imagetypes": "0f5e04ec-c8ce-4d5d-9558-276daddaa163",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f6f966d3-2a65-44c8-a7b4-9d049d9004f8",
"stakeholders": "5ca31bcf-b940-40dd-8429-7ad68b2adbf4",
"Tags": "707fc808-9985-48d2-b5a6-8235c4d9faf0",
"healthtopics": "16dcf15b-ed4b-4226-a58a-b2968ef7147d",
"targetaudiences": "7b2ac34b-b6cc-423f-80d3-1679adaea529",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "793dd4a1-3d91-4568-946a-87de61ff4f5e",
"ParentId": "c89e30a1-8e46-4169-bd30-ca134b00e921",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"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": "23580a57-b2a6-4c64-94b5-b701a14a4dcf",
"publishingoffices": "c40357a0-3424-4c02-b400-fc97a81aaea7",
"events": "537f3d54-96ff-4c90-8664-acb54f7cb3b4",
"targets": "a2e817ad-dcb1-4c4c-985c-cc9d14ebcab1",
"Category": "d183ea6c-2f3b-4172-ac4f-a75bf2bf32a8",
"imagetypes": "0f5e04ec-c8ce-4d5d-9558-276daddaa163",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "f6f966d3-2a65-44c8-a7b4-9d049d9004f8",
"stakeholders": "5ca31bcf-b940-40dd-8429-7ad68b2adbf4",
"Tags": "707fc808-9985-48d2-b5a6-8235c4d9faf0",
"healthtopics": "16dcf15b-ed4b-4226-a58a-b2968ef7147d",
"targetaudiences": "7b2ac34b-b6cc-423f-80d3-1679adaea529",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "793dd4a1-3d91-4568-946a-87de61ff4f5e",
"ParentId": "c89e30a1-8e46-4169-bd30-ca134b00e921",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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 | |
| JoomlaArticleId | System.String | 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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"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": "90310a74-e064-4928-bdba-c2741b737016",
"publishingoffices": "e1a5ad16-6de6-4633-8579-acad67b02115",
"events": "5802c447-5f75-4a4d-bafa-4d66f672f88b",
"targets": "fef3ecd9-0ccd-46a9-8a6e-400988dc9634",
"Category": "b343f1f5-c1d1-4342-914a-ca01461ba8f4",
"imagetypes": "648e13a8-dab2-4341-b229-18089ab3bacd",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "88f2db99-cb67-4fe1-864d-f1b07f388306",
"stakeholders": "ec8ebbf2-d00b-486a-ab69-422a697230d9",
"Tags": "eb6b58c5-ac08-4014-ae1d-3c22d509db40",
"healthtopics": "263e3bb9-c9ec-4962-b91a-03bc07725b74",
"targetaudiences": "8e609f69-9e7d-4b98-b929-d80452df2dc5",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "5a78fafa-e8a0-4ba1-a4e4-f624961b8482",
"ParentId": "7ca70fee-fa97-411d-b1bf-cd27503961f3",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"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": "90310a74-e064-4928-bdba-c2741b737016",
"publishingoffices": "e1a5ad16-6de6-4633-8579-acad67b02115",
"events": "5802c447-5f75-4a4d-bafa-4d66f672f88b",
"targets": "fef3ecd9-0ccd-46a9-8a6e-400988dc9634",
"Category": "b343f1f5-c1d1-4342-914a-ca01461ba8f4",
"imagetypes": "648e13a8-dab2-4341-b229-18089ab3bacd",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "88f2db99-cb67-4fe1-864d-f1b07f388306",
"stakeholders": "ec8ebbf2-d00b-486a-ab69-422a697230d9",
"Tags": "eb6b58c5-ac08-4014-ae1d-3c22d509db40",
"healthtopics": "263e3bb9-c9ec-4962-b91a-03bc07725b74",
"targetaudiences": "8e609f69-9e7d-4b98-b929-d80452df2dc5",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "5a78fafa-e8a0-4ba1-a4e4-f624961b8482",
"ParentId": "7ca70fee-fa97-411d-b1bf-cd27503961f3",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"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-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "05e0d276-4d73-4d58-a54e-dbf04ac88d58",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "0020a275-5aba-41d0-8034-33c68fbc6261",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "773393f8-4c49-4841-bd11-8cc664d7a128",
"SortOrder": 15.0,
"publishingoffices": "870b586f-9051-4417-bd81-ef6b29bada61",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "f2b86f46-11b7-4432-8b93-ec0026c3312e",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-22T20:59:54.7273555Z",
"PublicationDate": "2026-09-22T20:59:54.7273555Z",
"DateCreated": "2026-09-22T20:59:54.7273555Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "05e0d276-4d73-4d58-a54e-dbf04ac88d58",
"InfographicVideo": "sample string 9",
"Summary": "sample string 10",
"targetaudiences": "0020a275-5aba-41d0-8034-33c68fbc6261",
"Title": "sample string 12",
"Overview": "sample string 13",
"regionscountries": "773393f8-4c49-4841-bd11-8cc664d7a128",
"SortOrder": 15.0,
"publishingoffices": "870b586f-9051-4417-bd81-ef6b29bada61",
"AdditionalContent": "sample string 17",
"OutcomeCode": "sample string 18",
"IconColor": "sample string 19",
"ParentId": "f2b86f46-11b7-4432-8b93-ec0026c3312e",
"Provider": "sample string 21",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-22T20:59:54.7273555+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-09-22T20:59:54.7383988Z",
"UrlName": "sample string 2",
"organizations": "9e9eb5ca-3025-4a19-9e26-93379d660da5",
"regionscountries": "458d9b4e-9091-42e2-86bf-65c7f0aded3b",
"sustainabledevelopmentgoals": "0a9ac690-d84b-470b-bbe4-365e74a53b18",
"departmentaltargets": "36284318-e613-49f6-a647-f6c72674b57a",
"healthtopics": "415d57b7-d0aa-4bc6-b538-ac8a7f88a230",
"events": "41219dc1-9485-449a-a0cd-e21a130d053d",
"publishingoffices": "c50a86a1-3c4b-4adc-bbad-a46260723ba2",
"WebPageType": "sample string 10",
"targetaudiences": "4327b7ac-1422-473c-a52c-0fc6e03e89c9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-22T20:59:54.7383988Z",
"ShowInNavigation": true,
"ParentId": "ec4cbf4e-398e-4e7c-836b-5dbf5bff9672",
"RootId": "89173406-d4ad-431a-905b-90fb09f849e5",
"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": "c6a5d6d1-a89f-4fd5-8f7d-dd8a388693f0",
"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-09-22T20:59:54.7383988Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-22T20:59:54.7383988Z",
"UrlName": "sample string 2",
"organizations": "9e9eb5ca-3025-4a19-9e26-93379d660da5",
"regionscountries": "458d9b4e-9091-42e2-86bf-65c7f0aded3b",
"sustainabledevelopmentgoals": "0a9ac690-d84b-470b-bbe4-365e74a53b18",
"departmentaltargets": "36284318-e613-49f6-a647-f6c72674b57a",
"healthtopics": "415d57b7-d0aa-4bc6-b538-ac8a7f88a230",
"events": "41219dc1-9485-449a-a0cd-e21a130d053d",
"publishingoffices": "c50a86a1-3c4b-4adc-bbad-a46260723ba2",
"WebPageType": "sample string 10",
"targetaudiences": "4327b7ac-1422-473c-a52c-0fc6e03e89c9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-22T20:59:54.7383988Z",
"ShowInNavigation": true,
"ParentId": "ec4cbf4e-398e-4e7c-836b-5dbf5bff9672",
"RootId": "89173406-d4ad-431a-905b-90fb09f849e5",
"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": "c6a5d6d1-a89f-4fd5-8f7d-dd8a388693f0",
"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-09-22T20:59:54.7383988Z",
"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.