Returns a set of data items of type countries.
GET /api/resultsreport/countries
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "0ff3b374-0ee2-48fa-be41-004102d77977",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "255bf901-89d1-4057-b17f-adbc5bdc38e0",
"IsoCodeNumeric": 17.0,
"publishingoffices": "74731757-8dbd-47f5-9eea-050eb72fcb8f",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "0ff3b374-0ee2-48fa-be41-004102d77977",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "255bf901-89d1-4057-b17f-adbc5bdc38e0",
"IsoCodeNumeric": 17.0,
"publishingoffices": "74731757-8dbd-47f5-9eea-050eb72fcb8f",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets countries item by id.
GET /api/resultsreport/countries({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "6885a30d-ffea-4f1f-89c1-b9d44780c0b3",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "dde45383-4c30-49aa-b43f-3c9f5176fe8d",
"IsoCodeNumeric": 17.0,
"publishingoffices": "a7183c05-d377-4d98-97ac-1ec6ce31e0a8",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from countries item.
GET /api/resultsreport/countries({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": "04c9b603-056d-4667-ab55-81bd861569fc"
}Creates a countries item.
POST /api/resultsreport/countries
None
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"regionscountries": "809a8965-f8ce-4a81-b7af-2cd662027cd1",
"WhoNotes": "sample string 7",
"Code": "sample string 8",
"IsMemberstate": true,
"WhoCode": "sample string 10",
"ColloquialSynonym": "sample string 11",
"Overview": "sample string 12",
"whostatus": "6bb0ca5f-6a04-46ff-9e0e-afe7e2224826",
"IsoCodeNumeric": 14.0,
"publishingoffices": "7fa97b60-65b6-4824-b586-692019e79a28",
"SortTitle": "sample string 16",
"code2": "sample string 17",
"Title": "sample string 18",
"CountryRelationship": "sample string 19",
"OfficialName": "sample string 20"
}Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "2ce04183-017f-43f4-b6df-bc001e1b21d8",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "d1f589da-f029-4941-b6e5-f58d54f30596",
"IsoCodeNumeric": 17.0,
"publishingoffices": "626193e4-324c-428b-bd66-0ce1c9b64805",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for countries item.
PATCH /api/resultsreport/countries({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"regionscountries": "57dfc84d-8c7e-460c-a08a-eaaea1646d46",
"WhoNotes": "sample string 7",
"Code": "sample string 8",
"IsMemberstate": true,
"WhoCode": "sample string 10",
"ColloquialSynonym": "sample string 11",
"Overview": "sample string 12",
"whostatus": "6fd168c7-8ea9-410a-9d99-3745f4fc1589",
"IsoCodeNumeric": 14.0,
"publishingoffices": "7160a99e-a5df-4165-8948-a509894d20d1",
"SortTitle": "sample string 16",
"code2": "sample string 17",
"Title": "sample string 18",
"CountryRelationship": "sample string 19",
"OfficialName": "sample string 20"
}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 countries item.
PUT /api/resultsreport/countries({key})
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"regionscountries": "691cbb28-6334-43ac-a3af-89c8a03e60c0",
"WhoNotes": "sample string 7",
"Code": "sample string 8",
"IsMemberstate": true,
"WhoCode": "sample string 10",
"ColloquialSynonym": "sample string 11",
"Overview": "sample string 12",
"whostatus": "a68c5285-2d73-4c5e-887c-1e40223f02dc",
"IsoCodeNumeric": 14.0,
"publishingoffices": "99a06a8b-ce23-4f9e-b92f-ed46163b8147",
"SortTitle": "sample string 16",
"code2": "sample string 17",
"Title": "sample string 18",
"CountryRelationship": "sample string 19",
"OfficialName": "sample string 20"
}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 countries item by Id.
DELETE /api/resultsreport/countries({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 CountryTravelAdviceLink from countries item.
GET /api/resultsreport/countries({key})/CountryTravelAdviceLink
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"UrlName": "sample string 2",
"organizations": "ad2ecb0a-764e-43c1-a5d6-e91278be5151",
"regionscountries": "d145e222-9c17-406f-b585-83baf2b6bb77",
"sustainabledevelopmentgoals": "55c27d73-6bbf-4eda-8aa3-153939dd541a",
"departmentaltargets": "2d7a564f-5793-4ae5-8c30-a3b40998a946",
"healthtopics": "eb58308b-644d-4b49-af78-68f3ea8fa852",
"events": "a2dbb0c2-73a1-4602-b809-400928cbae48",
"publishingoffices": "e798ad3c-6439-42c3-9a17-91acadd970b8",
"WebPageType": "sample string 10",
"targetaudiences": "3121b3ac-4065-4ed3-8976-88b0d4989e62",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"ShowInNavigation": true,
"ParentId": "8406dd36-fbbc-4879-be2c-d1832f0de2c9",
"RootId": "3f433303-e4f6-42cf-85b3-64258fef452e",
"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": "c3daeb58-611b-44a6-b4f1-156d5692deb4",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"UrlName": "sample string 2",
"organizations": "ad2ecb0a-764e-43c1-a5d6-e91278be5151",
"regionscountries": "d145e222-9c17-406f-b585-83baf2b6bb77",
"sustainabledevelopmentgoals": "55c27d73-6bbf-4eda-8aa3-153939dd541a",
"departmentaltargets": "2d7a564f-5793-4ae5-8c30-a3b40998a946",
"healthtopics": "eb58308b-644d-4b49-af78-68f3ea8fa852",
"events": "a2dbb0c2-73a1-4602-b809-400928cbae48",
"publishingoffices": "e798ad3c-6439-42c3-9a17-91acadd970b8",
"WebPageType": "sample string 10",
"targetaudiences": "3121b3ac-4065-4ed3-8976-88b0d4989e62",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"ShowInNavigation": true,
"ParentId": "8406dd36-fbbc-4879-be2c-d1832f0de2c9",
"RootId": "3f433303-e4f6-42cf-85b3-64258fef452e",
"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": "c3daeb58-611b-44a6-b4f1-156d5692deb4",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add CountryTravelAdviceLink relation to countries item.
POST /api/resultsreport/countries({key})/CountryTravelAdviceLink/$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 CountryTravelAdviceLink from countries item.
DELETE /api/resultsreport/countries({key})/CountryTravelAdviceLink/$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 Flag from countries item.
GET /api/resultsreport/countries({key})/Flag
| 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": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"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": "cacc6bd4-ba83-49d3-826b-5e24bd56b6ce",
"publishingoffices": "f278f8f6-b7e0-46d8-9f2e-284da83941c9",
"events": "8b5aac64-9f39-44cb-931c-6d98189eeff9",
"targets": "4abd8002-8d39-4d43-80d5-c7db0563f126",
"Category": "9046881b-18fc-47b7-8d10-8f421f6f774d",
"imagetypes": "4c1b19f1-4595-49a9-a78d-cf66e578d61a",
"departmentaltargets": "e659ec26-e7bf-4b70-a1ff-f00c5c74656f",
"stakeholders": "565ad5a9-8051-4ef5-a68a-3d99913bc168",
"Tags": "4f9b34f5-c9c5-4e41-ba52-8694d3ca2603",
"healthtopics": "9064f3d6-6703-43d8-9cd9-6465254a1f93",
"targetaudiences": "525ea5dd-e837-48d6-8a17-3e5d6d95dc5f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5b0dd9d3-4d4a-4c08-aa1d-6df3baa0c15c",
"ParentId": "5db4a5bc-ac1a-4f8e-97ed-c02f0cbeb664",
"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": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"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": "cacc6bd4-ba83-49d3-826b-5e24bd56b6ce",
"publishingoffices": "f278f8f6-b7e0-46d8-9f2e-284da83941c9",
"events": "8b5aac64-9f39-44cb-931c-6d98189eeff9",
"targets": "4abd8002-8d39-4d43-80d5-c7db0563f126",
"Category": "9046881b-18fc-47b7-8d10-8f421f6f774d",
"imagetypes": "4c1b19f1-4595-49a9-a78d-cf66e578d61a",
"departmentaltargets": "e659ec26-e7bf-4b70-a1ff-f00c5c74656f",
"stakeholders": "565ad5a9-8051-4ef5-a68a-3d99913bc168",
"Tags": "4f9b34f5-c9c5-4e41-ba52-8694d3ca2603",
"healthtopics": "9064f3d6-6703-43d8-9cd9-6465254a1f93",
"targetaudiences": "525ea5dd-e837-48d6-8a17-3e5d6d95dc5f",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "5b0dd9d3-4d4a-4c08-aa1d-6df3baa0c15c",
"ParentId": "5db4a5bc-ac1a-4f8e-97ed-c02f0cbeb664",
"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 Flag relation to countries item.
POST /api/resultsreport/countries({key})/Flag/$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 Flag from countries item.
DELETE /api/resultsreport/countries({key})/Flag/$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 CountryRelationshipLink from countries item.
GET /api/resultsreport/countries({key})/CountryRelationshipLink
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "c3090114-5822-4858-bd54-a0d6c72cb676",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "ad6838d8-dc13-485e-994c-ca019ca45d25",
"IsoCodeNumeric": 17.0,
"publishingoffices": "bffacf94-337d-4e73-8bc7-0fd1214f4c50",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "c3090114-5822-4858-bd54-a0d6c72cb676",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "ad6838d8-dc13-485e-994c-ca019ca45d25",
"IsoCodeNumeric": 17.0,
"publishingoffices": "bffacf94-337d-4e73-8bc7-0fd1214f4c50",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add CountryRelationshipLink relation to countries item.
POST /api/resultsreport/countries({key})/CountryRelationshipLink/$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 CountryRelationshipLink from countries item.
DELETE /api/resultsreport/countries({key})/CountryRelationshipLink/$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 ImageBackground from countries item.
GET /api/resultsreport/countries({key})/ImageBackground
| 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": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"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": "5d5438f9-0476-4bcd-9561-e993fe777b6d",
"publishingoffices": "693d1846-c11e-4941-8b20-88027afa7354",
"events": "9c00d153-b080-43d3-b206-8c7fb27df03f",
"targets": "0f9485ee-2106-4d63-854f-89093d13df6b",
"Category": "d512c520-71e6-4add-ad2f-43663e0e0440",
"imagetypes": "d3630963-f22f-4a77-b4ea-6106e194079e",
"departmentaltargets": "f6145ed1-3194-4e75-a120-2423b93018c8",
"stakeholders": "273756a4-6e15-481b-9a56-0f04dc753486",
"Tags": "e3523001-9987-4f17-97a1-cfbe3cf6db93",
"healthtopics": "2fbaa9c3-abf8-4a31-856b-3643b4bf5a28",
"targetaudiences": "582905f0-7ff1-4541-8630-98994b08d925",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4bfe675c-68f5-4ede-a0df-00a773a5ac50",
"ParentId": "5b7bb2fa-06e9-4c6c-8dfe-51dae8292ffb",
"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": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"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": "5d5438f9-0476-4bcd-9561-e993fe777b6d",
"publishingoffices": "693d1846-c11e-4941-8b20-88027afa7354",
"events": "9c00d153-b080-43d3-b206-8c7fb27df03f",
"targets": "0f9485ee-2106-4d63-854f-89093d13df6b",
"Category": "d512c520-71e6-4add-ad2f-43663e0e0440",
"imagetypes": "d3630963-f22f-4a77-b4ea-6106e194079e",
"departmentaltargets": "f6145ed1-3194-4e75-a120-2423b93018c8",
"stakeholders": "273756a4-6e15-481b-9a56-0f04dc753486",
"Tags": "e3523001-9987-4f17-97a1-cfbe3cf6db93",
"healthtopics": "2fbaa9c3-abf8-4a31-856b-3643b4bf5a28",
"targetaudiences": "582905f0-7ff1-4541-8630-98994b08d925",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "4bfe675c-68f5-4ede-a0df-00a773a5ac50",
"ParentId": "5b7bb2fa-06e9-4c6c-8dfe-51dae8292ffb",
"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 ImageBackground relation to countries item.
POST /api/resultsreport/countries({key})/ImageBackground/$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 ImageBackground from countries item.
DELETE /api/resultsreport/countries({key})/ImageBackground/$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 NeighbouringCountries from countries item.
GET /api/resultsreport/countries({key})/NeighbouringCountries
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| WhoNotes | System.String | Read only: False | |
| Code | System.String | Read only: False | |
| IsMemberstate | System.Boolean | Read only: False | |
| WhoCode | System.String | Read only: False | |
| ColloquialSynonym | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| whostatus | System.Guid | Read only: False | |
| IsoCodeNumeric | System.Decimal | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| SortTitle | System.String | Read only: False | |
| code2 | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| CountryRelationship | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "29210ee8-782c-46fa-8cbb-e4060e9d8ad9",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "b05e21c4-9bcb-4d74-a188-e4065f07c486",
"IsoCodeNumeric": 17.0,
"publishingoffices": "e1da983b-05c4-41c3-9242-39b444336aa1",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "29210ee8-782c-46fa-8cbb-e4060e9d8ad9",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "b05e21c4-9bcb-4d74-a188-e4065f07c486",
"IsoCodeNumeric": 17.0,
"publishingoffices": "e1da983b-05c4-41c3-9242-39b444336aa1",
"SortTitle": "sample string 19",
"code2": "sample string 20",
"Title": "sample string 21",
"CountryRelationship": "sample string 22",
"OfficialName": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-27T01:50:44.2023734+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add NeighbouringCountries relation to countries item.
POST /api/resultsreport/countries({key})/NeighbouringCountries/$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 NeighbouringCountries from countries item.
DELETE /api/resultsreport/countries({key})/NeighbouringCountries/$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 CountryWebsiteLink from countries item.
GET /api/resultsreport/countries({key})/CountryWebsiteLink
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"UrlName": "sample string 2",
"organizations": "12200733-08f0-4960-9119-72e4a1807131",
"regionscountries": "0fcb864e-8f14-4f53-a18d-120012a66f85",
"sustainabledevelopmentgoals": "01b6a870-e3f4-431e-a475-65d5267796ec",
"departmentaltargets": "bb2bcfca-cef8-44ad-a631-e3eee9064970",
"healthtopics": "3fb6cbfd-65da-4906-b518-179a4eab4562",
"events": "187bc280-1402-4fcc-8fe1-97b6871a9350",
"publishingoffices": "dd36790e-9a49-48f8-b4cf-77d8c4930939",
"WebPageType": "sample string 10",
"targetaudiences": "433ba707-7daa-405d-8170-5629367cfc16",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"ShowInNavigation": true,
"ParentId": "078d2059-f5a8-404f-92da-333050fd6695",
"RootId": "b0937bd5-8adb-40a5-b132-f46b88a94f6d",
"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": "b7b01208-ab2e-421b-b91e-e9d1ade1606f",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"UrlName": "sample string 2",
"organizations": "12200733-08f0-4960-9119-72e4a1807131",
"regionscountries": "0fcb864e-8f14-4f53-a18d-120012a66f85",
"sustainabledevelopmentgoals": "01b6a870-e3f4-431e-a475-65d5267796ec",
"departmentaltargets": "bb2bcfca-cef8-44ad-a631-e3eee9064970",
"healthtopics": "3fb6cbfd-65da-4906-b518-179a4eab4562",
"events": "187bc280-1402-4fcc-8fe1-97b6871a9350",
"publishingoffices": "dd36790e-9a49-48f8-b4cf-77d8c4930939",
"WebPageType": "sample string 10",
"targetaudiences": "433ba707-7daa-405d-8170-5629367cfc16",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"ShowInNavigation": true,
"ParentId": "078d2059-f5a8-404f-92da-333050fd6695",
"RootId": "b0937bd5-8adb-40a5-b132-f46b88a94f6d",
"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": "b7b01208-ab2e-421b-b91e-e9d1ade1606f",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add CountryWebsiteLink relation to countries item.
POST /api/resultsreport/countries({key})/CountryWebsiteLink/$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 CountryWebsiteLink from countries item.
DELETE /api/resultsreport/countries({key})/CountryWebsiteLink/$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 ImageMap from countries item.
GET /api/resultsreport/countries({key})/ImageMap
| 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": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"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": "9f1a651a-e45f-417c-8329-0eda6de0394e",
"publishingoffices": "1b2da388-e733-4686-84fb-f4d1ec7f7f62",
"events": "e8234454-86b5-4811-be83-c445f26c8813",
"targets": "aaf33036-ca0e-42c7-957e-264bcf45b0a5",
"Category": "23739ae8-7115-47f2-a70c-85051f3040d2",
"imagetypes": "9d16b6ef-a751-4c86-8b1a-f7927345765f",
"departmentaltargets": "2cd3b902-2a7d-49bc-a3f6-39da9edf7e47",
"stakeholders": "0ebf0f62-ced7-4a0e-810e-310fe790230b",
"Tags": "153be353-9b47-42f3-a32e-f608f8877056",
"healthtopics": "1db568fa-5ae6-4765-b60a-08c278ea7d81",
"targetaudiences": "04ffeedd-5e27-4d6a-b452-713ad38979e8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "cece4e47-dd36-4b60-8be3-65d7dd93b95f",
"ParentId": "ab0576ba-93ec-4c48-a94d-88266800230a",
"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": "2025-10-27T01:50:44.2023734Z",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"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": "9f1a651a-e45f-417c-8329-0eda6de0394e",
"publishingoffices": "1b2da388-e733-4686-84fb-f4d1ec7f7f62",
"events": "e8234454-86b5-4811-be83-c445f26c8813",
"targets": "aaf33036-ca0e-42c7-957e-264bcf45b0a5",
"Category": "23739ae8-7115-47f2-a70c-85051f3040d2",
"imagetypes": "9d16b6ef-a751-4c86-8b1a-f7927345765f",
"departmentaltargets": "2cd3b902-2a7d-49bc-a3f6-39da9edf7e47",
"stakeholders": "0ebf0f62-ced7-4a0e-810e-310fe790230b",
"Tags": "153be353-9b47-42f3-a32e-f608f8877056",
"healthtopics": "1db568fa-5ae6-4765-b60a-08c278ea7d81",
"targetaudiences": "04ffeedd-5e27-4d6a-b452-713ad38979e8",
"IsOptimized": true,
"OptImgStatus": "sample string 27",
"Width": 28,
"Height": 29,
"AlternativeText": "sample string 30",
"FolderId": "cece4e47-dd36-4b60-8be3-65d7dd93b95f",
"ParentId": "ab0576ba-93ec-4c48-a94d-88266800230a",
"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 ImageMap relation to countries item.
POST /api/resultsreport/countries({key})/ImageMap/$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 ImageMap from countries item.
DELETE /api/resultsreport/countries({key})/ImageMap/$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 CountryOverviewPageLink from countries item.
GET /api/resultsreport/countries({key})/CountryOverviewPageLink
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"UrlName": "sample string 2",
"organizations": "77d50e96-200b-4800-b196-bda315a2ce79",
"regionscountries": "f7f09d47-1da1-4636-93c7-09b59f412189",
"sustainabledevelopmentgoals": "bf5cdad0-133c-4926-b55a-b2b859086e3b",
"departmentaltargets": "42489536-b793-408b-a384-124fc585b116",
"healthtopics": "7e6110f8-7f31-4c8f-88dd-99c662f7c72b",
"events": "2718fe85-a6e7-4f27-af74-2883f118c1c5",
"publishingoffices": "6e51bc22-60d9-4f3f-83a6-f773fa5d9d5b",
"WebPageType": "sample string 10",
"targetaudiences": "b966fa8f-66ca-4781-a4ba-9d98d1a77788",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"ShowInNavigation": true,
"ParentId": "f5bfc494-4e9c-4a38-b94c-27d20fa0cc15",
"RootId": "17b51fe2-a5de-4266-884e-8041315ac606",
"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": "9bc5570f-a533-42d7-adb9-e9947e9ac95b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-27T01:50:44.2023734Z",
"UrlName": "sample string 2",
"organizations": "77d50e96-200b-4800-b196-bda315a2ce79",
"regionscountries": "f7f09d47-1da1-4636-93c7-09b59f412189",
"sustainabledevelopmentgoals": "bf5cdad0-133c-4926-b55a-b2b859086e3b",
"departmentaltargets": "42489536-b793-408b-a384-124fc585b116",
"healthtopics": "7e6110f8-7f31-4c8f-88dd-99c662f7c72b",
"events": "2718fe85-a6e7-4f27-af74-2883f118c1c5",
"publishingoffices": "6e51bc22-60d9-4f3f-83a6-f773fa5d9d5b",
"WebPageType": "sample string 10",
"targetaudiences": "b966fa8f-66ca-4781-a4ba-9d98d1a77788",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-27T01:50:44.2023734Z",
"ShowInNavigation": true,
"ParentId": "f5bfc494-4e9c-4a38-b94c-27d20fa0cc15",
"RootId": "17b51fe2-a5de-4266-884e-8041315ac606",
"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": "9bc5570f-a533-42d7-adb9-e9947e9ac95b",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-10-27T01:50:44.2023734Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add CountryOverviewPageLink relation to countries item.
POST /api/resultsreport/countries({key})/CountryOverviewPageLink/$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 CountryOverviewPageLink from countries item.
DELETE /api/resultsreport/countries({key})/CountryOverviewPageLink/$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.