Returns a set of data items of type countrycontactinformations.
GET /api/news/countrycontactinformations
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 | |
| TelAreaCode | System.Decimal | Read only: False | |
| ContactPerson | System.String | Read only: False | |
| ContactProfession | System.String | Read only: False | |
| FaxCountryCode | System.String | Read only: False | |
| FaxDialCode | System.Decimal | Read only: False | |
| ZipCode | System.String | Read only: False | |
| TelDialCode | System.Decimal | Read only: False | |
| EmailAddress | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| OfficeBuildingNameLong | System.String | Read only: False | |
| City | System.String | Read only: False | |
| TelCountryCode | System.String | Read only: False | |
| District | System.String | Read only: False | |
| FaxAreaCode | System.Decimal | Read only: False | |
| OfficeType | System.String | Read only: False | |
| OfficeAddressLong | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-08-07T23:31:59.265933Z",
"PublicationDate": "2026-08-07T23:31:59.265933Z",
"DateCreated": "2026-08-07T23:31:59.265933Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TelAreaCode": 8.0,
"ContactPerson": "sample string 9",
"ContactProfession": "sample string 10",
"FaxCountryCode": "sample string 11",
"FaxDialCode": 12.0,
"ZipCode": "sample string 13",
"TelDialCode": 14.0,
"EmailAddress": "sample string 15",
"Title": "sample string 16",
"OfficeBuildingNameLong": "sample string 17",
"City": "sample string 18",
"TelCountryCode": "sample string 19",
"District": "sample string 20",
"FaxAreaCode": 21.0,
"OfficeType": "sample string 22",
"OfficeAddressLong": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:31:59.265933+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-07T23:31:59.265933Z",
"PublicationDate": "2026-08-07T23:31:59.265933Z",
"DateCreated": "2026-08-07T23:31:59.265933Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TelAreaCode": 8.0,
"ContactPerson": "sample string 9",
"ContactProfession": "sample string 10",
"FaxCountryCode": "sample string 11",
"FaxDialCode": 12.0,
"ZipCode": "sample string 13",
"TelDialCode": 14.0,
"EmailAddress": "sample string 15",
"Title": "sample string 16",
"OfficeBuildingNameLong": "sample string 17",
"City": "sample string 18",
"TelCountryCode": "sample string 19",
"District": "sample string 20",
"FaxAreaCode": 21.0,
"OfficeType": "sample string 22",
"OfficeAddressLong": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:31:59.265933+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets countrycontactinformations item by id.
GET /api/news/countrycontactinformations({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 | |
| TelAreaCode | System.Decimal | Read only: False | |
| ContactPerson | System.String | Read only: False | |
| ContactProfession | System.String | Read only: False | |
| FaxCountryCode | System.String | Read only: False | |
| FaxDialCode | System.Decimal | Read only: False | |
| ZipCode | System.String | Read only: False | |
| TelDialCode | System.Decimal | Read only: False | |
| EmailAddress | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| OfficeBuildingNameLong | System.String | Read only: False | |
| City | System.String | Read only: False | |
| TelCountryCode | System.String | Read only: False | |
| District | System.String | Read only: False | |
| FaxAreaCode | System.Decimal | Read only: False | |
| OfficeType | System.String | Read only: False | |
| OfficeAddressLong | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-08-07T23:31:59.2815379Z",
"PublicationDate": "2026-08-07T23:31:59.2815379Z",
"DateCreated": "2026-08-07T23:31:59.2815379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TelAreaCode": 8.0,
"ContactPerson": "sample string 9",
"ContactProfession": "sample string 10",
"FaxCountryCode": "sample string 11",
"FaxDialCode": 12.0,
"ZipCode": "sample string 13",
"TelDialCode": 14.0,
"EmailAddress": "sample string 15",
"Title": "sample string 16",
"OfficeBuildingNameLong": "sample string 17",
"City": "sample string 18",
"TelCountryCode": "sample string 19",
"District": "sample string 20",
"FaxAreaCode": 21.0,
"OfficeType": "sample string 22",
"OfficeAddressLong": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:31:59.2815379+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from countrycontactinformations item.
GET /api/news/countrycontactinformations({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": "0987ab5d-ccec-47cf-85cb-8e18c96acb89"
}Creates a countrycontactinformations item.
POST /api/news/countrycontactinformations
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 | |
| TelAreaCode | System.Decimal | Read only: False | |
| ContactPerson | System.String | Read only: False | |
| ContactProfession | System.String | Read only: False | |
| FaxCountryCode | System.String | Read only: False | |
| FaxDialCode | System.Decimal | Read only: False | |
| ZipCode | System.String | Read only: False | |
| TelDialCode | System.Decimal | Read only: False | |
| EmailAddress | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| OfficeBuildingNameLong | System.String | Read only: False | |
| City | System.String | Read only: False | |
| TelCountryCode | System.String | Read only: False | |
| District | System.String | Read only: False | |
| FaxAreaCode | System.Decimal | Read only: False | |
| OfficeType | System.String | Read only: False | |
| OfficeAddressLong | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T23:31:59.2815379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TelAreaCode": 5.0,
"ContactPerson": "sample string 6",
"ContactProfession": "sample string 7",
"FaxCountryCode": "sample string 8",
"FaxDialCode": 9.0,
"ZipCode": "sample string 10",
"TelDialCode": 11.0,
"EmailAddress": "sample string 12",
"Title": "sample string 13",
"OfficeBuildingNameLong": "sample string 14",
"City": "sample string 15",
"TelCountryCode": "sample string 16",
"District": "sample string 17",
"FaxAreaCode": 18.0,
"OfficeType": "sample string 19",
"OfficeAddressLong": "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 | |
| TelAreaCode | System.Decimal | Read only: False | |
| ContactPerson | System.String | Read only: False | |
| ContactProfession | System.String | Read only: False | |
| FaxCountryCode | System.String | Read only: False | |
| FaxDialCode | System.Decimal | Read only: False | |
| ZipCode | System.String | Read only: False | |
| TelDialCode | System.Decimal | Read only: False | |
| EmailAddress | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| OfficeBuildingNameLong | System.String | Read only: False | |
| City | System.String | Read only: False | |
| TelCountryCode | System.String | Read only: False | |
| District | System.String | Read only: False | |
| FaxAreaCode | System.Decimal | Read only: False | |
| OfficeType | System.String | Read only: False | |
| OfficeAddressLong | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-08-07T23:31:59.2815379Z",
"PublicationDate": "2026-08-07T23:31:59.2815379Z",
"DateCreated": "2026-08-07T23:31:59.2815379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"TelAreaCode": 8.0,
"ContactPerson": "sample string 9",
"ContactProfession": "sample string 10",
"FaxCountryCode": "sample string 11",
"FaxDialCode": 12.0,
"ZipCode": "sample string 13",
"TelDialCode": 14.0,
"EmailAddress": "sample string 15",
"Title": "sample string 16",
"OfficeBuildingNameLong": "sample string 17",
"City": "sample string 18",
"TelCountryCode": "sample string 19",
"District": "sample string 20",
"FaxAreaCode": 21.0,
"OfficeType": "sample string 22",
"OfficeAddressLong": "sample string 23",
"Provider": "sample string 24",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-08-07T23:31:59.2815379+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for countrycontactinformations item.
PATCH /api/news/countrycontactinformations({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 | |
| TelAreaCode | System.Decimal | Read only: False | |
| ContactPerson | System.String | Read only: False | |
| ContactProfession | System.String | Read only: False | |
| FaxCountryCode | System.String | Read only: False | |
| FaxDialCode | System.Decimal | Read only: False | |
| ZipCode | System.String | Read only: False | |
| TelDialCode | System.Decimal | Read only: False | |
| EmailAddress | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| OfficeBuildingNameLong | System.String | Read only: False | |
| City | System.String | Read only: False | |
| TelCountryCode | System.String | Read only: False | |
| District | System.String | Read only: False | |
| FaxAreaCode | System.Decimal | Read only: False | |
| OfficeType | System.String | Read only: False | |
| OfficeAddressLong | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T23:31:59.2815379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TelAreaCode": 5.0,
"ContactPerson": "sample string 6",
"ContactProfession": "sample string 7",
"FaxCountryCode": "sample string 8",
"FaxDialCode": 9.0,
"ZipCode": "sample string 10",
"TelDialCode": 11.0,
"EmailAddress": "sample string 12",
"Title": "sample string 13",
"OfficeBuildingNameLong": "sample string 14",
"City": "sample string 15",
"TelCountryCode": "sample string 16",
"District": "sample string 17",
"FaxAreaCode": 18.0,
"OfficeType": "sample string 19",
"OfficeAddressLong": "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 countrycontactinformations item.
PUT /api/news/countrycontactinformations({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 | |
| TelAreaCode | System.Decimal | Read only: False | |
| ContactPerson | System.String | Read only: False | |
| ContactProfession | System.String | Read only: False | |
| FaxCountryCode | System.String | Read only: False | |
| FaxDialCode | System.Decimal | Read only: False | |
| ZipCode | System.String | Read only: False | |
| TelDialCode | System.Decimal | Read only: False | |
| EmailAddress | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| OfficeBuildingNameLong | System.String | Read only: False | |
| City | System.String | Read only: False | |
| TelCountryCode | System.String | Read only: False | |
| District | System.String | Read only: False | |
| FaxAreaCode | System.Decimal | Read only: False | |
| OfficeType | System.String | Read only: False | |
| OfficeAddressLong | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-08-07T23:31:59.2815379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"TelAreaCode": 5.0,
"ContactPerson": "sample string 6",
"ContactProfession": "sample string 7",
"FaxCountryCode": "sample string 8",
"FaxDialCode": 9.0,
"ZipCode": "sample string 10",
"TelDialCode": 11.0,
"EmailAddress": "sample string 12",
"Title": "sample string 13",
"OfficeBuildingNameLong": "sample string 14",
"City": "sample string 15",
"TelCountryCode": "sample string 16",
"District": "sample string 17",
"FaxAreaCode": 18.0,
"OfficeType": "sample string 19",
"OfficeAddressLong": "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 countrycontactinformations item by Id.
DELETE /api/news/countrycontactinformations({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 Country from countrycontactinformations item.
GET /api/news/countrycontactinformations({key})/Country
| 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": "2026-08-07T23:31:59.2815379Z",
"PublicationDate": "2026-08-07T23:31:59.2815379Z",
"DateCreated": "2026-08-07T23:31:59.2815379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "13449558-41ae-49ee-9f95-1824328dd4ba",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "c4f6309e-5237-4bc3-93de-12ab90a8d17b",
"IsoCodeNumeric": 17.0,
"publishingoffices": "a4b7a3b5-e0a4-4506-b9f5-a9f415012a3a",
"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": "2026-08-07T23:31:59.2815379+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-08-07T23:31:59.2815379Z",
"PublicationDate": "2026-08-07T23:31:59.2815379Z",
"DateCreated": "2026-08-07T23:31:59.2815379Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"regionscountries": "13449558-41ae-49ee-9f95-1824328dd4ba",
"WhoNotes": "sample string 10",
"Code": "sample string 11",
"IsMemberstate": true,
"WhoCode": "sample string 13",
"ColloquialSynonym": "sample string 14",
"Overview": "sample string 15",
"whostatus": "c4f6309e-5237-4bc3-93de-12ab90a8d17b",
"IsoCodeNumeric": 17.0,
"publishingoffices": "a4b7a3b5-e0a4-4506-b9f5-a9f415012a3a",
"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": "2026-08-07T23:31:59.2815379+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Country relation to countrycontactinformations item.
POST /api/news/countrycontactinformations({key})/Country/$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 Country from countrycontactinformations item.
DELETE /api/news/countrycontactinformations({key})/Country/$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 CollaboratingCentrePage from countrycontactinformations item.
GET /api/news/countrycontactinformations({key})/CollaboratingCentrePage
| 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-08-07T23:31:59.2815379Z",
"UrlName": "sample string 2",
"organizations": "7bcefc32-e364-491c-94e6-426d157abd13",
"regionscountries": "a81165b2-dd3d-462f-b71f-7d4e41022db7",
"sustainabledevelopmentgoals": "c1e4a0da-af2b-437d-89d0-51f2831559de",
"departmentaltargets": "9d68de20-8a8b-4dbd-8bde-3d977b9a5ee4",
"healthtopics": "4b50f6b4-762f-4446-abe1-b7b0abf71505",
"events": "67a3f721-59d8-48e3-90c5-6cd6d2569c22",
"publishingoffices": "5ef8ac23-a80c-4d5f-9335-0c39c02101a6",
"WebPageType": "sample string 10",
"targetaudiences": "06ac824a-5f34-41dd-a2e4-053f83d46890",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-07T23:31:59.2815379Z",
"ShowInNavigation": true,
"ParentId": "8b800f76-122c-4719-a93b-013b19bea224",
"RootId": "2dab7cf5-f5d1-4646-8f46-34188eed5978",
"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": "6d18a2c6-a4e0-47b2-a054-12a346f7721f",
"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-08-07T23:31:59.2815379Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-08-07T23:31:59.2815379Z",
"UrlName": "sample string 2",
"organizations": "7bcefc32-e364-491c-94e6-426d157abd13",
"regionscountries": "a81165b2-dd3d-462f-b71f-7d4e41022db7",
"sustainabledevelopmentgoals": "c1e4a0da-af2b-437d-89d0-51f2831559de",
"departmentaltargets": "9d68de20-8a8b-4dbd-8bde-3d977b9a5ee4",
"healthtopics": "4b50f6b4-762f-4446-abe1-b7b0abf71505",
"events": "67a3f721-59d8-48e3-90c5-6cd6d2569c22",
"publishingoffices": "5ef8ac23-a80c-4d5f-9335-0c39c02101a6",
"WebPageType": "sample string 10",
"targetaudiences": "06ac824a-5f34-41dd-a2e4-053f83d46890",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-08-07T23:31:59.2815379Z",
"ShowInNavigation": true,
"ParentId": "8b800f76-122c-4719-a93b-013b19bea224",
"RootId": "2dab7cf5-f5d1-4646-8f46-34188eed5978",
"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": "6d18a2c6-a4e0-47b2-a054-12a346f7721f",
"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-08-07T23:31:59.2815379Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add CollaboratingCentrePage relation to countrycontactinformations item.
POST /api/news/countrycontactinformations({key})/CollaboratingCentrePage/$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 CollaboratingCentrePage from countrycontactinformations item.
DELETE /api/news/countrycontactinformations({key})/CollaboratingCentrePage/$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.