RESTful API
news

Country Profiles

Get countryprofiles1

Returns a set of data items of type countryprofiles1.

Copy GET /api/news/countryprofiles1
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "PublicationDate": "2025-09-11T03:13:21.3444878Z",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "PriorityLevelWHO": 9.0,
    "ParentId": "efb548d3-c5e9-4063-9005-99fb0d59584c",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.3444878+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "PublicationDate": "2025-09-11T03:13:21.3444878Z",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "PriorityLevelWHO": 9.0,
    "ParentId": "efb548d3-c5e9-4063-9005-99fb0d59584c",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.3444878+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get countryprofiles1 by key

Gets countryprofiles1 item by id.

Copy GET /api/news/countryprofiles1({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.3444878Z",
  "PublicationDate": "2025-09-11T03:13:21.3444878Z",
  "DateCreated": "2025-09-11T03:13:21.3444878Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "PriorityLevelWHO": 9.0,
  "ParentId": "00ce246b-02ac-4ee7-8b54-84b139bdc365",
  "Provider": "sample string 11",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:21.3444878+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from countryprofiles1 item.

Copy GET /api/news/countryprofiles1({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "9cb261ee-f131-4afc-88cc-216f5faf5bfe"
}

Post countryprofiles1

Creates a countryprofiles1 item.

Copy POST /api/news/countryprofiles1
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:21.3444878Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "PriorityLevelWHO": 6.0,
  "ParentId": "bc35a79d-d8bd-4527-ac3b-3e68d82e4637"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.3444878Z",
  "PublicationDate": "2025-09-11T03:13:21.3444878Z",
  "DateCreated": "2025-09-11T03:13:21.3444878Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "PriorityLevelWHO": 9.0,
  "ParentId": "cc0710fe-4c20-44d8-ad90-33aeeb70612c",
  "Provider": "sample string 11",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:21.3444878+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch countryprofiles1 by key

Partial update for countryprofiles1 item.

Copy PATCH /api/news/countryprofiles1({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:21.3444878Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "PriorityLevelWHO": 6.0,
  "ParentId": "cce06d58-8ad2-4eaa-ab5c-0afa46d2c174"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put countryprofiles1 by key

Full update for countryprofiles1 item.

Copy PUT /api/news/countryprofiles1({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

PriorityLevelWHO

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:21.3444878Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "PriorityLevelWHO": 6.0,
  "ParentId": "58c0ece1-f845-4b0d-877e-b327ba4f9346"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete countryprofiles1 by key

Deletes a countryprofiles1 item by Id.

Copy DELETE /api/news/countryprofiles1({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Parent

Returns a set of related items of type Parent from countryprofiles1 item.

Copy GET /api/news/countryprofiles1({key})/Parent
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "PublicationDate": "2025-09-11T03:13:21.3444878Z",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Provider": "sample string 9",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.3444878+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "PublicationDate": "2025-09-11T03:13:21.3444878Z",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Provider": "sample string 9",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.3444878+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from countryprofiles1 item.

Copy GET /api/news/countryprofiles1({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.3444878Z",
  "PublicationDate": "2025-09-11T03:13:21.3444878Z",
  "DateCreated": "2025-09-11T03:13:21.3444878Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "Provider": "sample string 9",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:21.3444878+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Parent

Add Parent relation to countryprofiles1 item.

Copy POST /api/news/countryprofiles1({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent

Delete set of related items of type Parent from countryprofiles1 item.

Copy DELETE /api/news/countryprofiles1({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent by relatedKey

Delete relation of type Parent from countryprofiles1 item.

Copy DELETE /api/news/countryprofiles1({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get SpecificPage

Returns a set of related items of type SpecificPage from countryprofiles1 item.

Copy GET /api/news/countryprofiles1({key})/SpecificPage
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "UrlName": "sample string 2",
    "organizations": "cfd3b4eb-9a77-4121-9ade-e469d590a198",
    "regionscountries": "2a3f4db7-5d5d-47be-8d43-e315bbbdabdf",
    "sustainabledevelopmentgoals": "0d151d2a-861f-4211-8719-3d19b96d9d92",
    "departmentaltargets": "f70ded56-f569-4bf3-9629-8e75b2c19a2a",
    "healthtopics": "70f55986-fc49-42fe-a18c-7b9492021c51",
    "events": "1e7826ec-c2c5-4563-977f-91d734834f3c",
    "publishingoffices": "7f009d72-0832-4636-a5cd-fd833fcb07a9",
    "WebPageType": "sample string 10",
    "targetaudiences": "984d3de9-6af0-47d3-8412-bf8a3f3b95d8",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "ShowInNavigation": true,
    "ParentId": "20b84b36-fdf2-4601-aef5-e568cbbc0cf5",
    "RootId": "2dae8a66-662b-4a2b-952f-195b3b94f066",
    "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": "96df9499-280e-413b-b175-8711dea73f4f",
    "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-09-11T03:13:21.3444878Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "UrlName": "sample string 2",
    "organizations": "cfd3b4eb-9a77-4121-9ade-e469d590a198",
    "regionscountries": "2a3f4db7-5d5d-47be-8d43-e315bbbdabdf",
    "sustainabledevelopmentgoals": "0d151d2a-861f-4211-8719-3d19b96d9d92",
    "departmentaltargets": "f70ded56-f569-4bf3-9629-8e75b2c19a2a",
    "healthtopics": "70f55986-fc49-42fe-a18c-7b9492021c51",
    "events": "1e7826ec-c2c5-4563-977f-91d734834f3c",
    "publishingoffices": "7f009d72-0832-4636-a5cd-fd833fcb07a9",
    "WebPageType": "sample string 10",
    "targetaudiences": "984d3de9-6af0-47d3-8412-bf8a3f3b95d8",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "ShowInNavigation": true,
    "ParentId": "20b84b36-fdf2-4601-aef5-e568cbbc0cf5",
    "RootId": "2dae8a66-662b-4a2b-952f-195b3b94f066",
    "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": "96df9499-280e-413b-b175-8711dea73f4f",
    "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-09-11T03:13:21.3444878Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get SpecificPage by relatedKey

Returns a related item of type SpecificPage from countryprofiles1 item.

Copy GET /api/news/countryprofiles1({key})/SpecificPage({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.3444878Z",
  "UrlName": "sample string 2",
  "organizations": "67835ae0-30bf-4648-995a-7216d5b790ec",
  "regionscountries": "284311c2-4368-4869-8a70-afa2371fe18c",
  "sustainabledevelopmentgoals": "8f3b89d8-848b-491f-92fb-4b7d787d9d89",
  "departmentaltargets": "898b26d9-03bb-4b89-b793-654bf3cd61d9",
  "healthtopics": "1518a818-a7ea-4dd7-b6f5-b6e202493778",
  "events": "7c31d90d-8012-472c-a552-168940fb4b17",
  "publishingoffices": "9f381df8-33b2-4176-b9ac-8c1e117aa79a",
  "WebPageType": "sample string 10",
  "targetaudiences": "66639213-32a7-4d4e-b557-20eefec833a1",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-11T03:13:21.3444878Z",
  "ShowInNavigation": true,
  "ParentId": "99ccb620-6147-46cf-93a0-edff3b88b419",
  "RootId": "f7c6dff4-90f2-43b9-84d2-fd3ef6fd6796",
  "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": "deb23ae6-2286-4758-8c56-3eb93f591c67",
  "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-09-11T03:13:21.3444878Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post SpecificPage

Add SpecificPage relation to countryprofiles1 item.

Copy POST /api/news/countryprofiles1({key})/SpecificPage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete SpecificPage

Delete set of related items of type SpecificPage from countryprofiles1 item.

Copy DELETE /api/news/countryprofiles1({key})/SpecificPage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete SpecificPage by relatedKey

Delete relation of type SpecificPage from countryprofiles1 item.

Copy DELETE /api/news/countryprofiles1({key})/SpecificPage({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Country

Returns a set of related items of type Country from countryprofiles1 item.

Copy GET /api/news/countryprofiles1({key})/Country
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "PublicationDate": "2025-09-11T03:13:21.3444878Z",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "9abdca83-a50b-49ff-a714-6c56462eecfe",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "eaffa2ca-fc16-465d-9708-494ca1359498",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "58a0b106-6053-4403-b243-08b54367a037",
    "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-09-11T03:13:21.3444878+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:21.3444878Z",
    "PublicationDate": "2025-09-11T03:13:21.3444878Z",
    "DateCreated": "2025-09-11T03:13:21.3444878Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "9abdca83-a50b-49ff-a714-6c56462eecfe",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "eaffa2ca-fc16-465d-9708-494ca1359498",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "58a0b106-6053-4403-b243-08b54367a037",
    "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-09-11T03:13:21.3444878+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Country by relatedKey

Returns a related item of type Country from countryprofiles1 item.

Copy GET /api/news/countryprofiles1({key})/Country({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

WhoNotes

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

IsMemberstate

System.Boolean

Read only: False
Selected by default: True

WhoCode

System.String

Read only: False
Selected by default: True

ColloquialSynonym

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

whostatus

System.Guid

Read only: False
Selected by default: False

IsoCodeNumeric

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

SortTitle

System.String

Read only: False
Selected by default: True

code2

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

CountryRelationship

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.3444878Z",
  "PublicationDate": "2025-09-11T03:13:21.3444878Z",
  "DateCreated": "2025-09-11T03:13:21.3444878Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "regionscountries": "6d1ba615-4730-45ad-8711-d8490c250cad",
  "WhoNotes": "sample string 10",
  "Code": "sample string 11",
  "IsMemberstate": true,
  "WhoCode": "sample string 13",
  "ColloquialSynonym": "sample string 14",
  "Overview": "sample string 15",
  "whostatus": "408c1fa0-4213-4802-a040-9cac896266fc",
  "IsoCodeNumeric": 17.0,
  "publishingoffices": "10aa206c-69eb-483e-8460-f81a66dc55cc",
  "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-09-11T03:13:21.3601246+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Country

Add Country relation to countryprofiles1 item.

Copy POST /api/news/countryprofiles1({key})/Country/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Country

Delete set of related items of type Country from countryprofiles1 item.

Copy DELETE /api/news/countryprofiles1({key})/Country/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Country by relatedKey

Delete relation of type Country from countryprofiles1 item.

Copy DELETE /api/news/countryprofiles1({key})/Country({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.