RESTful API
news

Health Topics

Get healthtopics

Returns a set of data items of type healthtopics.

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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
    "PublicationDate": "2025-09-11T03:39:23.6845479Z",
    "DateCreated": "2025-09-11T03:39:23.6845479Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Title": "sample string 9",
    "Tab3Title": "sample string 10",
    "TechnicalLinks": "sample string 11",
    "healthtopics": "05ac41da-fb46-45ae-8b2a-5a8e8d203be6",
    "MetaTitle": "sample string 13",
    "regionscountries": "f8c1b5d3-ddd2-40dd-80c4-fb6bc69b3e2b",
    "Tab1Summary": "sample string 15",
    "OpenGraphTitle": "sample string 16",
    "Tab2Title": "sample string 17",
    "Tab2Summary": "sample string 18",
    "Tab3Summary": "sample string 19",
    "OpenGraphDescription": "sample string 20",
    "sites": "efef81b0-a0aa-47f6-99ae-2f8dafec647d",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "eb0483b6-89e9-4b88-b0cb-e59b413db858",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:39:23.6845479Z",
    "PublicationDate": "2025-09-11T03:39:23.6845479Z",
    "DateCreated": "2025-09-11T03:39:23.6845479Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Title": "sample string 9",
    "Tab3Title": "sample string 10",
    "TechnicalLinks": "sample string 11",
    "healthtopics": "05ac41da-fb46-45ae-8b2a-5a8e8d203be6",
    "MetaTitle": "sample string 13",
    "regionscountries": "f8c1b5d3-ddd2-40dd-80c4-fb6bc69b3e2b",
    "Tab1Summary": "sample string 15",
    "OpenGraphTitle": "sample string 16",
    "Tab2Title": "sample string 17",
    "Tab2Summary": "sample string 18",
    "Tab3Summary": "sample string 19",
    "OpenGraphDescription": "sample string 20",
    "sites": "efef81b0-a0aa-47f6-99ae-2f8dafec647d",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "eb0483b6-89e9-4b88-b0cb-e59b413db858",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get healthtopics by key

Gets healthtopics item by id.

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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
  "PublicationDate": "2025-09-11T03:39:23.6845479Z",
  "DateCreated": "2025-09-11T03:39:23.6845479Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "Title": "sample string 9",
  "Tab3Title": "sample string 10",
  "TechnicalLinks": "sample string 11",
  "healthtopics": "77a56baf-7a3b-4d30-9b8c-10ffaf483239",
  "MetaTitle": "sample string 13",
  "regionscountries": "cce12b06-1900-469a-9371-7de8d963caf2",
  "Tab1Summary": "sample string 15",
  "OpenGraphTitle": "sample string 16",
  "Tab2Title": "sample string 17",
  "Tab2Summary": "sample string 18",
  "Tab3Summary": "sample string 19",
  "OpenGraphDescription": "sample string 20",
  "sites": "d90d9610-f7fb-49ae-9b98-f9135a45f677",
  "MetaDescription": "sample string 22",
  "healthtopictypes": "4fd85869-5d1f-4659-bc96-5498f3f780f6",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from healthtopics item.

Copy GET /api/news/healthtopics({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": "8ea180c8-50e3-4b49-980a-d6dbf8c35fa7"
}

Post healthtopics

Creates a healthtopics item.

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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Title": "sample string 6",
  "Tab3Title": "sample string 7",
  "TechnicalLinks": "sample string 8",
  "healthtopics": "c8949300-8d72-4079-b652-7d253445f875",
  "MetaTitle": "sample string 10",
  "regionscountries": "a1ea898c-865b-4912-8913-bf372f8d3d1f",
  "Tab1Summary": "sample string 12",
  "OpenGraphTitle": "sample string 13",
  "Tab2Title": "sample string 14",
  "Tab2Summary": "sample string 15",
  "Tab3Summary": "sample string 16",
  "OpenGraphDescription": "sample string 17",
  "sites": "644af3f1-34a9-4ce4-a0d4-1f9f37fa4ae8",
  "MetaDescription": "sample string 19",
  "healthtopictypes": "929f5a06-c9f1-462a-a0d8-9418279f0b23"
}
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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
  "PublicationDate": "2025-09-11T03:39:23.6845479Z",
  "DateCreated": "2025-09-11T03:39:23.6845479Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "Title": "sample string 9",
  "Tab3Title": "sample string 10",
  "TechnicalLinks": "sample string 11",
  "healthtopics": "779ad97c-ad5c-4d77-bc0d-38458e455f10",
  "MetaTitle": "sample string 13",
  "regionscountries": "cb75dc70-4193-4beb-a84b-b8e12ad1b169",
  "Tab1Summary": "sample string 15",
  "OpenGraphTitle": "sample string 16",
  "Tab2Title": "sample string 17",
  "Tab2Summary": "sample string 18",
  "Tab3Summary": "sample string 19",
  "OpenGraphDescription": "sample string 20",
  "sites": "6bf4278e-279f-4caa-92f6-ec933eb97109",
  "MetaDescription": "sample string 22",
  "healthtopictypes": "da4b9971-1c20-41b2-bb41-35ad389f0f11",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch healthtopics by key

Partial update for healthtopics item.

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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Title": "sample string 6",
  "Tab3Title": "sample string 7",
  "TechnicalLinks": "sample string 8",
  "healthtopics": "c50bd8bd-1b53-484c-8b88-44bf19db82cc",
  "MetaTitle": "sample string 10",
  "regionscountries": "8dc06d6a-d353-4688-8bdd-db941c64997d",
  "Tab1Summary": "sample string 12",
  "OpenGraphTitle": "sample string 13",
  "Tab2Title": "sample string 14",
  "Tab2Summary": "sample string 15",
  "Tab3Summary": "sample string 16",
  "OpenGraphDescription": "sample string 17",
  "sites": "e8a7c705-e371-4c7e-a851-b1c55a53b344",
  "MetaDescription": "sample string 19",
  "healthtopictypes": "d15eae02-57e2-420a-aba7-5694082dc792"
}
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 healthtopics by key

Full update for healthtopics item.

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

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Summary": "sample string 5",
  "Title": "sample string 6",
  "Tab3Title": "sample string 7",
  "TechnicalLinks": "sample string 8",
  "healthtopics": "3e83abb0-57d5-48ea-9850-46356c8310d7",
  "MetaTitle": "sample string 10",
  "regionscountries": "d7475c8a-6870-4355-8935-978e8a85f32a",
  "Tab1Summary": "sample string 12",
  "OpenGraphTitle": "sample string 13",
  "Tab2Title": "sample string 14",
  "Tab2Summary": "sample string 15",
  "Tab3Summary": "sample string 16",
  "OpenGraphDescription": "sample string 17",
  "sites": "109f022e-a80c-4342-9821-db76f8c9207d",
  "MetaDescription": "sample string 19",
  "healthtopictypes": "3e5eef92-4013-493e-af13-12669e4d9c19"
}
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 healthtopics by key

Deletes a healthtopics item by Id.

Copy DELETE /api/news/healthtopics({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 RelatedTopics

Returns a set of related items of type RelatedTopics from healthtopics item.

Copy GET /api/news/healthtopics({key})/RelatedTopics
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

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
    "PublicationDate": "2025-09-11T03:39:23.6845479Z",
    "DateCreated": "2025-09-11T03:39:23.6845479Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Title": "sample string 9",
    "Tab3Title": "sample string 10",
    "TechnicalLinks": "sample string 11",
    "healthtopics": "e992f757-b44d-4e85-aaca-a4e14162ce47",
    "MetaTitle": "sample string 13",
    "regionscountries": "df5c1c73-578a-4f57-893d-35ffc2dcaf4f",
    "Tab1Summary": "sample string 15",
    "OpenGraphTitle": "sample string 16",
    "Tab2Title": "sample string 17",
    "Tab2Summary": "sample string 18",
    "Tab3Summary": "sample string 19",
    "OpenGraphDescription": "sample string 20",
    "sites": "c754de24-277a-4e19-9ed8-40e047ec5525",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "e67b82c1-7e26-4f9a-b7ec-3ce21f5f586f",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:39:23.6845479Z",
    "PublicationDate": "2025-09-11T03:39:23.6845479Z",
    "DateCreated": "2025-09-11T03:39:23.6845479Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Summary": "sample string 8",
    "Title": "sample string 9",
    "Tab3Title": "sample string 10",
    "TechnicalLinks": "sample string 11",
    "healthtopics": "e992f757-b44d-4e85-aaca-a4e14162ce47",
    "MetaTitle": "sample string 13",
    "regionscountries": "df5c1c73-578a-4f57-893d-35ffc2dcaf4f",
    "Tab1Summary": "sample string 15",
    "OpenGraphTitle": "sample string 16",
    "Tab2Title": "sample string 17",
    "Tab2Summary": "sample string 18",
    "Tab3Summary": "sample string 19",
    "OpenGraphDescription": "sample string 20",
    "sites": "c754de24-277a-4e19-9ed8-40e047ec5525",
    "MetaDescription": "sample string 22",
    "healthtopictypes": "e67b82c1-7e26-4f9a-b7ec-3ce21f5f586f",
    "Provider": "sample string 24",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedTopics by relatedKey

Returns a related item of type RelatedTopics from healthtopics item.

Copy GET /api/news/healthtopics({key})/RelatedTopics({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

Title

System.String

Read only: False
Selected by default: True

Tab3Title

System.String

Read only: False
Selected by default: True

TechnicalLinks

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

MetaTitle

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

Tab1Summary

System.String

Read only: False
Selected by default: True

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Tab2Title

System.String

Read only: False
Selected by default: True

Tab2Summary

System.String

Read only: False
Selected by default: True

Tab3Summary

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

sites

System.Guid

Read only: False
Selected by default: False

MetaDescription

System.String

Read only: False
Selected by default: True

healthtopictypes

System.Guid

Read only: False
Selected by default: False

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:39:23.6845479Z",
  "PublicationDate": "2025-09-11T03:39:23.6845479Z",
  "DateCreated": "2025-09-11T03:39:23.6845479Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Summary": "sample string 8",
  "Title": "sample string 9",
  "Tab3Title": "sample string 10",
  "TechnicalLinks": "sample string 11",
  "healthtopics": "ef2ee928-e927-40ab-8a8c-00cacf015b9d",
  "MetaTitle": "sample string 13",
  "regionscountries": "82711c7b-bfbc-42ae-89b2-e95ed7a1d109",
  "Tab1Summary": "sample string 15",
  "OpenGraphTitle": "sample string 16",
  "Tab2Title": "sample string 17",
  "Tab2Summary": "sample string 18",
  "Tab3Summary": "sample string 19",
  "OpenGraphDescription": "sample string 20",
  "sites": "a1112297-766f-4f93-a3c2-cc7520b3e491",
  "MetaDescription": "sample string 22",
  "healthtopictypes": "6a72bfe6-28ae-4ee8-beb6-e71d3d73bfd6",
  "Provider": "sample string 24",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedTopics

Add RelatedTopics relation to healthtopics item.

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

Delete set of related items of type RelatedTopics from healthtopics item.

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

Delete relation of type RelatedTopics from healthtopics item.

Copy DELETE /api/news/healthtopics({key})/RelatedTopics({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 RelatedStatistics

Returns a set of related items of type RelatedStatistics from healthtopics item.

Copy GET /api/news/healthtopics({key})/RelatedStatistics
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

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

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:39:23.6845479Z",
    "PublicationDate": "2025-09-11T03:39:23.6845479Z",
    "DateCreated": "2025-09-11T03:39:23.6845479Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "5b2b067c-897c-43f7-bf29-e235034eeb59",
    "Subtitle": "sample string 9",
    "BackgroundImageDropdown": "sample string 10",
    "ButtonText": "sample string 11",
    "FrontendTitle": "sample string 12",
    "Summary": "sample string 13",
    "Title": "sample string 14",
    "ExternalURL": "sample string 15",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:39:23.6845479Z",
    "PublicationDate": "2025-09-11T03:39:23.6845479Z",
    "DateCreated": "2025-09-11T03:39:23.6845479Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "5b2b067c-897c-43f7-bf29-e235034eeb59",
    "Subtitle": "sample string 9",
    "BackgroundImageDropdown": "sample string 10",
    "ButtonText": "sample string 11",
    "FrontendTitle": "sample string 12",
    "Summary": "sample string 13",
    "Title": "sample string 14",
    "ExternalURL": "sample string 15",
    "Provider": "sample string 16",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedStatistics by relatedKey

Returns a related item of type RelatedStatistics from healthtopics item.

Copy GET /api/news/healthtopics({key})/RelatedStatistics({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

healthtopics

System.Guid

Read only: False
Selected by default: False

Subtitle

System.String

Read only: False
Selected by default: True

BackgroundImageDropdown

System.String

Read only: False
Selected by default: True

ButtonText

System.String

Read only: False
Selected by default: True

FrontendTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalURL

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:39:23.6845479Z",
  "PublicationDate": "2025-09-11T03:39:23.6845479Z",
  "DateCreated": "2025-09-11T03:39:23.6845479Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "df86d452-6958-499b-a0af-567068706e97",
  "Subtitle": "sample string 9",
  "BackgroundImageDropdown": "sample string 10",
  "ButtonText": "sample string 11",
  "FrontendTitle": "sample string 12",
  "Summary": "sample string 13",
  "Title": "sample string 14",
  "ExternalURL": "sample string 15",
  "Provider": "sample string 16",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.6845479+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedStatistics

Add RelatedStatistics relation to healthtopics item.

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

Delete set of related items of type RelatedStatistics from healthtopics item.

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

Delete relation of type RelatedStatistics from healthtopics item.

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