RESTful API
news

Country contact informations

Get countrycontactinformations

Returns a set of data items of type countrycontactinformations.

Copy GET /api/news/countrycontactinformations
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

TelAreaCode

System.Decimal

Read only: False
Selected by default: True

ContactPerson

System.String

Read only: False
Selected by default: True

ContactProfession

System.String

Read only: False
Selected by default: True

FaxCountryCode

System.String

Read only: False
Selected by default: True

FaxDialCode

System.Decimal

Read only: False
Selected by default: True

ZipCode

System.String

Read only: False
Selected by default: True

TelDialCode

System.Decimal

Read only: False
Selected by default: True

EmailAddress

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OfficeBuildingNameLong

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

TelCountryCode

System.String

Read only: False
Selected by default: True

District

System.String

Read only: False
Selected by default: True

FaxAreaCode

System.Decimal

Read only: False
Selected by default: True

OfficeType

System.String

Read only: False
Selected by default: True

OfficeAddressLong

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:15.2485027Z",
    "PublicationDate": "2025-09-11T03:13:15.2485027Z",
    "DateCreated": "2025-09-11T03:13:15.2485027Z",
    "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": "2025-09-11T03:13:15.2485027+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.2485027Z",
    "PublicationDate": "2025-09-11T03:13:15.2485027Z",
    "DateCreated": "2025-09-11T03:13:15.2485027Z",
    "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": "2025-09-11T03:13:15.2485027+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get countrycontactinformations by key

Gets countrycontactinformations item by id.

Copy GET /api/news/countrycontactinformations({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

TelAreaCode

System.Decimal

Read only: False
Selected by default: True

ContactPerson

System.String

Read only: False
Selected by default: True

ContactProfession

System.String

Read only: False
Selected by default: True

FaxCountryCode

System.String

Read only: False
Selected by default: True

FaxDialCode

System.Decimal

Read only: False
Selected by default: True

ZipCode

System.String

Read only: False
Selected by default: True

TelDialCode

System.Decimal

Read only: False
Selected by default: True

EmailAddress

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OfficeBuildingNameLong

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

TelCountryCode

System.String

Read only: False
Selected by default: True

District

System.String

Read only: False
Selected by default: True

FaxAreaCode

System.Decimal

Read only: False
Selected by default: True

OfficeType

System.String

Read only: False
Selected by default: True

OfficeAddressLong

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:15.2485027Z",
  "PublicationDate": "2025-09-11T03:13:15.2485027Z",
  "DateCreated": "2025-09-11T03:13:15.2485027Z",
  "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": "2025-09-11T03:13:15.2485027+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from countrycontactinformations item.

Copy GET /api/news/countrycontactinformations({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": "4959d1d7-cee0-479b-8315-e50d5b6a1dc4"
}

Post countrycontactinformations

Creates a countrycontactinformations item.

Copy POST /api/news/countrycontactinformations
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

TelAreaCode

System.Decimal

Read only: False
Selected by default: True

ContactPerson

System.String

Read only: False
Selected by default: True

ContactProfession

System.String

Read only: False
Selected by default: True

FaxCountryCode

System.String

Read only: False
Selected by default: True

FaxDialCode

System.Decimal

Read only: False
Selected by default: True

ZipCode

System.String

Read only: False
Selected by default: True

TelDialCode

System.Decimal

Read only: False
Selected by default: True

EmailAddress

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OfficeBuildingNameLong

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

TelCountryCode

System.String

Read only: False
Selected by default: True

District

System.String

Read only: False
Selected by default: True

FaxAreaCode

System.Decimal

Read only: False
Selected by default: True

OfficeType

System.String

Read only: False
Selected by default: True

OfficeAddressLong

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:15.2485027Z",
  "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"
}
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

TelAreaCode

System.Decimal

Read only: False
Selected by default: True

ContactPerson

System.String

Read only: False
Selected by default: True

ContactProfession

System.String

Read only: False
Selected by default: True

FaxCountryCode

System.String

Read only: False
Selected by default: True

FaxDialCode

System.Decimal

Read only: False
Selected by default: True

ZipCode

System.String

Read only: False
Selected by default: True

TelDialCode

System.Decimal

Read only: False
Selected by default: True

EmailAddress

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OfficeBuildingNameLong

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

TelCountryCode

System.String

Read only: False
Selected by default: True

District

System.String

Read only: False
Selected by default: True

FaxAreaCode

System.Decimal

Read only: False
Selected by default: True

OfficeType

System.String

Read only: False
Selected by default: True

OfficeAddressLong

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:15.2485027Z",
  "PublicationDate": "2025-09-11T03:13:15.2485027Z",
  "DateCreated": "2025-09-11T03:13:15.2485027Z",
  "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": "2025-09-11T03:13:15.2485027+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch countrycontactinformations by key

Partial update for countrycontactinformations item.

Copy PATCH /api/news/countrycontactinformations({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

TelAreaCode

System.Decimal

Read only: False
Selected by default: True

ContactPerson

System.String

Read only: False
Selected by default: True

ContactProfession

System.String

Read only: False
Selected by default: True

FaxCountryCode

System.String

Read only: False
Selected by default: True

FaxDialCode

System.Decimal

Read only: False
Selected by default: True

ZipCode

System.String

Read only: False
Selected by default: True

TelDialCode

System.Decimal

Read only: False
Selected by default: True

EmailAddress

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OfficeBuildingNameLong

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

TelCountryCode

System.String

Read only: False
Selected by default: True

District

System.String

Read only: False
Selected by default: True

FaxAreaCode

System.Decimal

Read only: False
Selected by default: True

OfficeType

System.String

Read only: False
Selected by default: True

OfficeAddressLong

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:15.2485027Z",
  "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"
}
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 countrycontactinformations by key

Full update for countrycontactinformations item.

Copy PUT /api/news/countrycontactinformations({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

TelAreaCode

System.Decimal

Read only: False
Selected by default: True

ContactPerson

System.String

Read only: False
Selected by default: True

ContactProfession

System.String

Read only: False
Selected by default: True

FaxCountryCode

System.String

Read only: False
Selected by default: True

FaxDialCode

System.Decimal

Read only: False
Selected by default: True

ZipCode

System.String

Read only: False
Selected by default: True

TelDialCode

System.Decimal

Read only: False
Selected by default: True

EmailAddress

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

OfficeBuildingNameLong

System.String

Read only: False
Selected by default: True

City

System.String

Read only: False
Selected by default: True

TelCountryCode

System.String

Read only: False
Selected by default: True

District

System.String

Read only: False
Selected by default: True

FaxAreaCode

System.Decimal

Read only: False
Selected by default: True

OfficeType

System.String

Read only: False
Selected by default: True

OfficeAddressLong

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

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:15.2485027Z",
  "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"
}
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 countrycontactinformations by key

Deletes a countrycontactinformations item by Id.

Copy DELETE /api/news/countrycontactinformations({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 Country

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

Copy GET /api/news/countrycontactinformations({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:15.2485027Z",
    "PublicationDate": "2025-09-11T03:13:15.2485027Z",
    "DateCreated": "2025-09-11T03:13:15.2485027Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "85c5d33b-5803-49a1-9b94-b40bced41e14",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "a6eb770d-9939-4494-8455-556322307713",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "40db95bd-1626-4392-b695-feddcf2e516f",
    "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:15.2485027+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.2485027Z",
    "PublicationDate": "2025-09-11T03:13:15.2485027Z",
    "DateCreated": "2025-09-11T03:13:15.2485027Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "regionscountries": "85c5d33b-5803-49a1-9b94-b40bced41e14",
    "WhoNotes": "sample string 10",
    "Code": "sample string 11",
    "IsMemberstate": true,
    "WhoCode": "sample string 13",
    "ColloquialSynonym": "sample string 14",
    "Overview": "sample string 15",
    "whostatus": "a6eb770d-9939-4494-8455-556322307713",
    "IsoCodeNumeric": 17.0,
    "publishingoffices": "40db95bd-1626-4392-b695-feddcf2e516f",
    "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:15.2485027+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Country by relatedKey

Returns a related item of type Country from countrycontactinformations item.

Copy GET /api/news/countrycontactinformations({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:15.2485027Z",
  "PublicationDate": "2025-09-11T03:13:15.2485027Z",
  "DateCreated": "2025-09-11T03:13:15.2485027Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "regionscountries": "73065f0b-d667-4afa-a029-ceb555264a88",
  "WhoNotes": "sample string 10",
  "Code": "sample string 11",
  "IsMemberstate": true,
  "WhoCode": "sample string 13",
  "ColloquialSynonym": "sample string 14",
  "Overview": "sample string 15",
  "whostatus": "7641704c-4a09-4791-9f89-a073c2539a9f",
  "IsoCodeNumeric": 17.0,
  "publishingoffices": "0912c179-36a9-4188-993f-9b090c1375c9",
  "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:15.2485027+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Country

Add Country relation to countrycontactinformations item.

Copy POST /api/news/countrycontactinformations({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 countrycontactinformations item.

Copy DELETE /api/news/countrycontactinformations({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 countrycontactinformations item.

Copy DELETE /api/news/countrycontactinformations({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.

Get CollaboratingCentrePage

Returns a set of related items of type CollaboratingCentrePage from countrycontactinformations item.

Copy GET /api/news/countrycontactinformations({key})/CollaboratingCentrePage
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:15.2485027Z",
    "UrlName": "sample string 2",
    "organizations": "4d3a4593-38be-46bd-9a12-f0f273861ebf",
    "regionscountries": "29039fe7-ce15-4201-904b-d1e13d5e9ab0",
    "sustainabledevelopmentgoals": "c625e034-4e6c-44bb-9c70-347a4cd6d46b",
    "departmentaltargets": "445fd8e3-c214-4804-aa9b-2a0d9c91d08b",
    "healthtopics": "fb756af1-fb62-4731-a6e2-7f5f964111a6",
    "events": "57456c62-3286-4682-8707-47cb29d73482",
    "publishingoffices": "f6dd274b-56e5-40ab-9a70-98dfcb081d3a",
    "WebPageType": "sample string 10",
    "targetaudiences": "4a412f53-814b-493a-ac1b-7bb5dcce606e",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T03:13:15.2485027Z",
    "ShowInNavigation": true,
    "ParentId": "ad422da7-39d4-4d84-bb42-0f8840d71aa1",
    "RootId": "cd9dab34-4b42-48df-bf6a-e2812d26f6af",
    "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": "f7658eca-b7bb-41d8-9803-7e21d317d22b",
    "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:15.2485027Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2025-09-11T03:13:15.2485027Z",
    "UrlName": "sample string 2",
    "organizations": "4d3a4593-38be-46bd-9a12-f0f273861ebf",
    "regionscountries": "29039fe7-ce15-4201-904b-d1e13d5e9ab0",
    "sustainabledevelopmentgoals": "c625e034-4e6c-44bb-9c70-347a4cd6d46b",
    "departmentaltargets": "445fd8e3-c214-4804-aa9b-2a0d9c91d08b",
    "healthtopics": "fb756af1-fb62-4731-a6e2-7f5f964111a6",
    "events": "57456c62-3286-4682-8707-47cb29d73482",
    "publishingoffices": "f6dd274b-56e5-40ab-9a70-98dfcb081d3a",
    "WebPageType": "sample string 10",
    "targetaudiences": "4a412f53-814b-493a-ac1b-7bb5dcce606e",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-11T03:13:15.2485027Z",
    "ShowInNavigation": true,
    "ParentId": "ad422da7-39d4-4d84-bb42-0f8840d71aa1",
    "RootId": "cd9dab34-4b42-48df-bf6a-e2812d26f6af",
    "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": "f7658eca-b7bb-41d8-9803-7e21d317d22b",
    "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:15.2485027Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get CollaboratingCentrePage by relatedKey

Returns a related item of type CollaboratingCentrePage from countrycontactinformations item.

Copy GET /api/news/countrycontactinformations({key})/CollaboratingCentrePage({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:15.2485027Z",
  "UrlName": "sample string 2",
  "organizations": "6a13b8c0-6b18-4368-8882-f84dd3d3d827",
  "regionscountries": "3d054033-3b64-4ecc-931d-8891d4054eed",
  "sustainabledevelopmentgoals": "fd4a9188-dbf6-49a0-884f-fdb9d265560d",
  "departmentaltargets": "1cec8e7a-24c9-4197-9f85-a5fd56dc664b",
  "healthtopics": "3cdc48e0-1870-433c-82d0-b2705f37f300",
  "events": "c0e73136-4430-466f-8b8a-a9bdfc5b1b11",
  "publishingoffices": "5539dab7-87a8-4427-8a3a-15909e6d6ef7",
  "WebPageType": "sample string 10",
  "targetaudiences": "8ffd4637-a76a-4aad-b668-f89e51f7b3bc",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-11T03:13:15.2485027Z",
  "ShowInNavigation": true,
  "ParentId": "50da1c72-dd03-4232-bfef-5eddf81dd8fd",
  "RootId": "9cba8b07-dc99-499b-84eb-5a1ba956cc48",
  "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": "1233417f-2fa3-4d64-92c9-fc147735f9c1",
  "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:15.2485027Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post CollaboratingCentrePage

Add CollaboratingCentrePage relation to countrycontactinformations item.

Copy POST /api/news/countrycontactinformations({key})/CollaboratingCentrePage/$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 CollaboratingCentrePage

Delete set of related items of type CollaboratingCentrePage from countrycontactinformations item.

Copy DELETE /api/news/countrycontactinformations({key})/CollaboratingCentrePage/$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 CollaboratingCentrePage by relatedKey

Delete relation of type CollaboratingCentrePage from countrycontactinformations item.

Copy DELETE /api/news/countrycontactinformations({key})/CollaboratingCentrePage({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.