RESTful API
news

Collaborating Centres

Get collaboratingcentres

Returns a set of data items of type collaboratingcentres.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-11T02:57:12.2825644Z",
    "PublicationDate": "2025-09-11T02:57:12.2825644Z",
    "DateCreated": "2025-09-11T02:57:12.2825644Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "4cbb03a4-239d-4489-8f17-34ac2c261bdf",
    "Title": "sample string 9",
    "LastRedesignation": "2025-09-11T02:57:12.2825644Z",
    "WHOCCURL": "sample string 11",
    "Code": "sample string 12",
    "ExpiryDate": "2025-09-11T02:57:12.2825644Z",
    "DateOfDesignation": "2025-09-11T02:57:12.2825644Z",
    "TitleOfTheCentre": "sample string 15",
    "healthtopics": "2ce2485c-8355-46a5-9002-b543648f0828",
    "Website": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.2825644+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T02:57:12.2825644Z",
    "PublicationDate": "2025-09-11T02:57:12.2825644Z",
    "DateCreated": "2025-09-11T02:57:12.2825644Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "regionscountries": "4cbb03a4-239d-4489-8f17-34ac2c261bdf",
    "Title": "sample string 9",
    "LastRedesignation": "2025-09-11T02:57:12.2825644Z",
    "WHOCCURL": "sample string 11",
    "Code": "sample string 12",
    "ExpiryDate": "2025-09-11T02:57:12.2825644Z",
    "DateOfDesignation": "2025-09-11T02:57:12.2825644Z",
    "TitleOfTheCentre": "sample string 15",
    "healthtopics": "2ce2485c-8355-46a5-9002-b543648f0828",
    "Website": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T02:57:12.2825644+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get collaboratingcentres by key

Gets collaboratingcentres item by id.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-11T02:57:12.2825644Z",
  "PublicationDate": "2025-09-11T02:57:12.2825644Z",
  "DateCreated": "2025-09-11T02:57:12.2825644Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "19bf8002-6286-46ae-aae5-a6261478b736",
  "Title": "sample string 9",
  "LastRedesignation": "2025-09-11T02:57:12.2825644Z",
  "WHOCCURL": "sample string 11",
  "Code": "sample string 12",
  "ExpiryDate": "2025-09-11T02:57:12.2825644Z",
  "DateOfDesignation": "2025-09-11T02:57:12.2825644Z",
  "TitleOfTheCentre": "sample string 15",
  "healthtopics": "bb9c1bae-b3d0-4e3c-a17f-a4cbcf75078c",
  "Website": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.2825644+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from collaboratingcentres item.

Copy GET /api/news/collaboratingcentres({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": "8beefbbd-3654-48df-9205-08abf896d9b8"
}

Post collaboratingcentres

Creates a collaboratingcentres item.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-11T02:57:12.2825644Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "5a5e5467-59ee-4a68-bff6-e9bf17f64940",
  "Title": "sample string 6",
  "LastRedesignation": "2025-09-11T02:57:12.2825644Z",
  "WHOCCURL": "sample string 8",
  "Code": "sample string 9",
  "ExpiryDate": "2025-09-11T02:57:12.2825644Z",
  "DateOfDesignation": "2025-09-11T02:57:12.2825644Z",
  "TitleOfTheCentre": "sample string 12",
  "healthtopics": "2f268f75-d858-49e5-9d99-78f3fd643cbb",
  "Website": "sample string 14"
}
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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-11T02:57:12.2825644Z",
  "PublicationDate": "2025-09-11T02:57:12.2825644Z",
  "DateCreated": "2025-09-11T02:57:12.2825644Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "regionscountries": "f44bc1c0-8268-4b5b-91ce-1ee32e455f50",
  "Title": "sample string 9",
  "LastRedesignation": "2025-09-11T02:57:12.2825644Z",
  "WHOCCURL": "sample string 11",
  "Code": "sample string 12",
  "ExpiryDate": "2025-09-11T02:57:12.2825644Z",
  "DateOfDesignation": "2025-09-11T02:57:12.2825644Z",
  "TitleOfTheCentre": "sample string 15",
  "healthtopics": "76a4014f-7f0d-4243-aff8-0c6b7350f36f",
  "Website": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T02:57:12.2825644+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch collaboratingcentres by key

Partial update for collaboratingcentres item.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-11T02:57:12.2825644Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "4688c918-af85-4c53-922c-428e073afdd0",
  "Title": "sample string 6",
  "LastRedesignation": "2025-09-11T02:57:12.2825644Z",
  "WHOCCURL": "sample string 8",
  "Code": "sample string 9",
  "ExpiryDate": "2025-09-11T02:57:12.2825644Z",
  "DateOfDesignation": "2025-09-11T02:57:12.2825644Z",
  "TitleOfTheCentre": "sample string 12",
  "healthtopics": "a8336030-3e21-4e7b-a767-eeecb0639eb6",
  "Website": "sample string 14"
}
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 collaboratingcentres by key

Full update for collaboratingcentres item.

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

regionscountries

System.Guid

Read only: False
Selected by default: False

Title

System.String

Read only: False
Selected by default: True

LastRedesignation

System.DateTimeOffset

Read only: False
Selected by default: True

WHOCCURL

System.String

Read only: False
Selected by default: True

Code

System.String

Read only: False
Selected by default: True

ExpiryDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateOfDesignation

System.DateTimeOffset

Read only: False
Selected by default: True

TitleOfTheCentre

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

Website

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-11T02:57:12.2825644Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "regionscountries": "b77686fe-155c-432a-a6ed-e534374a980b",
  "Title": "sample string 6",
  "LastRedesignation": "2025-09-11T02:57:12.2825644Z",
  "WHOCCURL": "sample string 8",
  "Code": "sample string 9",
  "ExpiryDate": "2025-09-11T02:57:12.2825644Z",
  "DateOfDesignation": "2025-09-11T02:57:12.2825644Z",
  "TitleOfTheCentre": "sample string 12",
  "healthtopics": "0d4aeecd-f593-421e-b622-a35569554c0c",
  "Website": "sample string 14"
}
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 collaboratingcentres by key

Deletes a collaboratingcentres item by Id.

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