RESTful API
news

External publications

Get externalpublications

Returns a set of data items of type externalpublications.

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

healthtopics

System.Guid

Read only: False
Selected by default: False

ReferenceLocation

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

DoiLinkText

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

ReferenceAuthors

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalLink

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.6532463Z",
    "PublicationDate": "2025-09-11T03:39:23.6532463Z",
    "DateCreated": "2025-09-11T03:39:23.6532463Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "89250062-d8ec-480f-a279-7a58d4067830",
    "ReferenceLocation": "sample string 9",
    "regionscountries": "80e87614-9d23-477d-8c62-8953e44e9d7d",
    "DoiLinkText": "sample string 11",
    "meetingreporttypes": "770b7154-7e8c-4656-9dfb-c2855e400dbc",
    "publishingoffices": "b7f5caa6-ea9a-458a-a23b-57cdbf198a85",
    "Summary": "sample string 14",
    "ReferenceAuthors": "sample string 15",
    "Title": "sample string 16",
    "ExternalLink": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6532463+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:39:23.6532463Z",
    "PublicationDate": "2025-09-11T03:39:23.6532463Z",
    "DateCreated": "2025-09-11T03:39:23.6532463Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "89250062-d8ec-480f-a279-7a58d4067830",
    "ReferenceLocation": "sample string 9",
    "regionscountries": "80e87614-9d23-477d-8c62-8953e44e9d7d",
    "DoiLinkText": "sample string 11",
    "meetingreporttypes": "770b7154-7e8c-4656-9dfb-c2855e400dbc",
    "publishingoffices": "b7f5caa6-ea9a-458a-a23b-57cdbf198a85",
    "Summary": "sample string 14",
    "ReferenceAuthors": "sample string 15",
    "Title": "sample string 16",
    "ExternalLink": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:39:23.6532463+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get externalpublications by key

Gets externalpublications item by id.

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

healthtopics

System.Guid

Read only: False
Selected by default: False

ReferenceLocation

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

DoiLinkText

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

ReferenceAuthors

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalLink

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.6532463Z",
  "PublicationDate": "2025-09-11T03:39:23.6532463Z",
  "DateCreated": "2025-09-11T03:39:23.6532463Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "0c72a0b7-7a4e-4abd-8bf9-bc0efb52b26d",
  "ReferenceLocation": "sample string 9",
  "regionscountries": "7862359a-c057-42f5-9704-502414835f17",
  "DoiLinkText": "sample string 11",
  "meetingreporttypes": "7e530b33-8350-4e1e-bf5c-7e1c5fb29cba",
  "publishingoffices": "a5bb9a00-bc32-4dea-a2cb-136797038516",
  "Summary": "sample string 14",
  "ReferenceAuthors": "sample string 15",
  "Title": "sample string 16",
  "ExternalLink": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.6532463+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from externalpublications item.

Copy GET /api/news/externalpublications({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": "8cba2513-20ba-451c-8665-fa525a2a0af2"
}

Post externalpublications

Creates a externalpublications item.

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

healthtopics

System.Guid

Read only: False
Selected by default: False

ReferenceLocation

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

DoiLinkText

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

ReferenceAuthors

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalLink

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:39:23.6532463Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "healthtopics": "5d9ca27a-917b-4a41-8af8-3cbc7cbe602f",
  "ReferenceLocation": "sample string 6",
  "regionscountries": "c436f1ac-961b-4546-a335-36d31d0288dd",
  "DoiLinkText": "sample string 8",
  "meetingreporttypes": "8c5a224c-2be2-403f-8aa1-1f1a3862d200",
  "publishingoffices": "611a62fc-aa7b-4c3f-8f71-30d11f9380ed",
  "Summary": "sample string 11",
  "ReferenceAuthors": "sample string 12",
  "Title": "sample string 13",
  "ExternalLink": "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

healthtopics

System.Guid

Read only: False
Selected by default: False

ReferenceLocation

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

DoiLinkText

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

ReferenceAuthors

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalLink

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.6532463Z",
  "PublicationDate": "2025-09-11T03:39:23.6532463Z",
  "DateCreated": "2025-09-11T03:39:23.6532463Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "cd0239f9-421f-46b5-8f65-535dbfd383c2",
  "ReferenceLocation": "sample string 9",
  "regionscountries": "3965335c-4987-4c92-aee3-e270d3fc67ce",
  "DoiLinkText": "sample string 11",
  "meetingreporttypes": "17c3dd12-dc7a-4b43-8500-22ea1c67a67b",
  "publishingoffices": "8fdaa5d4-6651-45d7-817d-e3ce3aa62b02",
  "Summary": "sample string 14",
  "ReferenceAuthors": "sample string 15",
  "Title": "sample string 16",
  "ExternalLink": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:39:23.6532463+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch externalpublications by key

Partial update for externalpublications item.

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

healthtopics

System.Guid

Read only: False
Selected by default: False

ReferenceLocation

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

DoiLinkText

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

ReferenceAuthors

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalLink

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:39:23.6532463Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "healthtopics": "b0a51d98-0988-4183-ae61-12dc290611f1",
  "ReferenceLocation": "sample string 6",
  "regionscountries": "a1bf972b-7c33-4ff9-b2d0-16a908e597f9",
  "DoiLinkText": "sample string 8",
  "meetingreporttypes": "07544e02-8a11-4f63-9d99-eb9e4eb0baac",
  "publishingoffices": "5c23ca49-1a1f-4d28-9861-032145def5d2",
  "Summary": "sample string 11",
  "ReferenceAuthors": "sample string 12",
  "Title": "sample string 13",
  "ExternalLink": "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 externalpublications by key

Full update for externalpublications item.

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

healthtopics

System.Guid

Read only: False
Selected by default: False

ReferenceLocation

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

DoiLinkText

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

ReferenceAuthors

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ExternalLink

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:39:23.6532463Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "healthtopics": "16317be2-35dc-4d8f-9048-e53477186b55",
  "ReferenceLocation": "sample string 6",
  "regionscountries": "cc9ffd08-9f4b-4567-9991-0db2fe14dee0",
  "DoiLinkText": "sample string 8",
  "meetingreporttypes": "0d525a98-9a38-4689-bc99-f36509254cf1",
  "publishingoffices": "183357d3-8954-4fa9-8836-6af8a0e7989d",
  "Summary": "sample string 11",
  "ReferenceAuthors": "sample string 12",
  "Title": "sample string 13",
  "ExternalLink": "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 externalpublications by key

Deletes a externalpublications item by Id.

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