RESTful API
news

Elena Recommendations

Get elenarecommendations

Returns a set of data items of type elenarecommendations.

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

Rationale

System.String

Read only: False
Selected by default: True

References

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Remarks

System.String

Read only: False
Selected by default: True

Overview

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-12T03:33:03.6949841Z",
    "PublicationDate": "2025-09-12T03:33:03.6949841Z",
    "DateCreated": "2025-09-12T03:33:03.6949841Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Rationale": "sample string 8",
    "References": "sample string 9",
    "publishingoffices": "76f6ecc5-b953-42df-9248-07f971ab8009",
    "Summary": "sample string 11",
    "Title": "sample string 12",
    "Remarks": "sample string 13",
    "Overview": "sample string 14",
    "Provider": "sample string 15",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T03:33:03.6949841+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T03:33:03.6949841Z",
    "PublicationDate": "2025-09-12T03:33:03.6949841Z",
    "DateCreated": "2025-09-12T03:33:03.6949841Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Rationale": "sample string 8",
    "References": "sample string 9",
    "publishingoffices": "76f6ecc5-b953-42df-9248-07f971ab8009",
    "Summary": "sample string 11",
    "Title": "sample string 12",
    "Remarks": "sample string 13",
    "Overview": "sample string 14",
    "Provider": "sample string 15",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T03:33:03.6949841+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get elenarecommendations by key

Gets elenarecommendations item by id.

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

Rationale

System.String

Read only: False
Selected by default: True

References

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Remarks

System.String

Read only: False
Selected by default: True

Overview

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-12T03:33:03.6949841Z",
  "PublicationDate": "2025-09-12T03:33:03.6949841Z",
  "DateCreated": "2025-09-12T03:33:03.6949841Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Rationale": "sample string 8",
  "References": "sample string 9",
  "publishingoffices": "fe799b53-b28e-42ff-9155-1b6ec1741832",
  "Summary": "sample string 11",
  "Title": "sample string 12",
  "Remarks": "sample string 13",
  "Overview": "sample string 14",
  "Provider": "sample string 15",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T03:33:03.6949841+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from elenarecommendations item.

Copy GET /api/news/elenarecommendations({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": "dce5aa81-1e7a-41d1-8594-55e669796aa8"
}

Post elenarecommendations

Creates a elenarecommendations item.

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

Rationale

System.String

Read only: False
Selected by default: True

References

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Remarks

System.String

Read only: False
Selected by default: True

Overview

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-12T03:33:03.6949841Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Rationale": "sample string 5",
  "References": "sample string 6",
  "publishingoffices": "c86f7019-d287-44f7-a48d-8882b8e3116f",
  "Summary": "sample string 8",
  "Title": "sample string 9",
  "Remarks": "sample string 10",
  "Overview": "sample string 11"
}
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

Rationale

System.String

Read only: False
Selected by default: True

References

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Remarks

System.String

Read only: False
Selected by default: True

Overview

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-12T03:33:03.6949841Z",
  "PublicationDate": "2025-09-12T03:33:03.6949841Z",
  "DateCreated": "2025-09-12T03:33:03.6949841Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Rationale": "sample string 8",
  "References": "sample string 9",
  "publishingoffices": "472082fe-cf4c-4799-9830-2ef5eeb093cf",
  "Summary": "sample string 11",
  "Title": "sample string 12",
  "Remarks": "sample string 13",
  "Overview": "sample string 14",
  "Provider": "sample string 15",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T03:33:03.6949841+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch elenarecommendations by key

Partial update for elenarecommendations item.

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

Rationale

System.String

Read only: False
Selected by default: True

References

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Remarks

System.String

Read only: False
Selected by default: True

Overview

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-12T03:33:03.6949841Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Rationale": "sample string 5",
  "References": "sample string 6",
  "publishingoffices": "46eaf3a3-a215-482f-9264-304ea06b03a4",
  "Summary": "sample string 8",
  "Title": "sample string 9",
  "Remarks": "sample string 10",
  "Overview": "sample string 11"
}
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 elenarecommendations by key

Full update for elenarecommendations item.

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

Rationale

System.String

Read only: False
Selected by default: True

References

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

Remarks

System.String

Read only: False
Selected by default: True

Overview

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-12T03:33:03.6949841Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Rationale": "sample string 5",
  "References": "sample string 6",
  "publishingoffices": "5b3b683d-9952-43ad-af60-548fc7133821",
  "Summary": "sample string 8",
  "Title": "sample string 9",
  "Remarks": "sample string 10",
  "Overview": "sample string 11"
}
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 elenarecommendations by key

Deletes a elenarecommendations item by Id.

Copy DELETE /api/news/elenarecommendations({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 RelatedGuidelines

Returns a set of related items of type RelatedGuidelines from elenarecommendations item.

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

MetaDescription

System.String

Read only: False
Selected by default: True

Editors

System.String

Read only: False
Selected by default: True

NumberOfPages

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Links

System.String

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

ISBN

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Highlight

System.String

Read only: False
Selected by default: True

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

IRISID

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Copyright

System.String

Read only: False
Selected by default: True

SourceKey

System.String

Read only: False
Selected by default: True

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OtherRelated

System.String

Read only: False
Selected by default: True

WHOReferenceNumber

System.String

Read only: False
Selected by default: True

Subtitle

System.String

Read only: False
Selected by default: True

publicationtypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

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

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

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-12T03:33:03.6949841Z",
    "PublicationDate": "2025-09-12T03:33:03.6949841Z",
    "DateCreated": "2025-09-12T03:33:03.6949841Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "MetaDescription": "sample string 8",
    "Editors": "sample string 9",
    "NumberOfPages": 10.0,
    "publishingoffices": "c986c1e6-4353-40fc-9e1f-6efc6705dbe1",
    "Links": "sample string 12",
    "FactSheetNumberOfAdditionalItems": 13.0,
    "healthtopics": "9e73b4d2-c09e-46ba-955d-6d247b79ef5c",
    "events": "82f8b7b6-df52-4f46-99d1-550189833f00",
    "EventNumberOfAdditionalItems": 16.0,
    "CommentaryNumberOfAdditionalItems": 17.0,
    "regionscountries": "6a3bd1f8-8358-4402-bb85-e27b94f8925e",
    "ISBN": "sample string 19",
    "Overview": "sample string 20",
    "PhotoStoryNumberOfAdditionalItems": 21.0,
    "Highlight": "sample string 22",
    "DocumentNumberOfAdditionalItems": 23.0,
    "IRISID": "sample string 24",
    "MetaTitle": "sample string 25",
    "FeatureStoryNumberOfAdditionalItems": 26.0,
    "Copyright": "sample string 27",
    "SourceKey": "sample string 28",
    "sustainabledevelopmentgoals": "4b336c68-82e3-4f22-9d18-c399142c7b38",
    "OpenGraphTitle": "sample string 30",
    "Summary": "sample string 31",
    "targetaudiences": "ca528f3c-1ca8-45c9-b5b0-78d0d7078ec9",
    "OtherRelated": "sample string 33",
    "WHOReferenceNumber": "sample string 34",
    "Subtitle": "sample string 35",
    "publicationtypes": "6a111eb5-feeb-4016-ac1e-42e0b7edff5f",
    "departmentaltargets": "593e2a23-cb21-427d-80ed-69f3f3c14d26",
    "MultimediaNumberOfAdditionalItems": 38.0,
    "OpenGraphDescription": "sample string 39",
    "Title": "sample string 40",
    "PublicationDateAndTime": "2025-09-12T03:33:03.6949841Z",
    "NewsNumberOfAdditionalItems": 42.0,
    "FactFileNumberOfAdditionalItems": 43.0,
    "Provider": "sample string 44",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T03:33:03.6949841+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-12T03:33:03.6949841Z",
    "PublicationDate": "2025-09-12T03:33:03.6949841Z",
    "DateCreated": "2025-09-12T03:33:03.6949841Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "MetaDescription": "sample string 8",
    "Editors": "sample string 9",
    "NumberOfPages": 10.0,
    "publishingoffices": "c986c1e6-4353-40fc-9e1f-6efc6705dbe1",
    "Links": "sample string 12",
    "FactSheetNumberOfAdditionalItems": 13.0,
    "healthtopics": "9e73b4d2-c09e-46ba-955d-6d247b79ef5c",
    "events": "82f8b7b6-df52-4f46-99d1-550189833f00",
    "EventNumberOfAdditionalItems": 16.0,
    "CommentaryNumberOfAdditionalItems": 17.0,
    "regionscountries": "6a3bd1f8-8358-4402-bb85-e27b94f8925e",
    "ISBN": "sample string 19",
    "Overview": "sample string 20",
    "PhotoStoryNumberOfAdditionalItems": 21.0,
    "Highlight": "sample string 22",
    "DocumentNumberOfAdditionalItems": 23.0,
    "IRISID": "sample string 24",
    "MetaTitle": "sample string 25",
    "FeatureStoryNumberOfAdditionalItems": 26.0,
    "Copyright": "sample string 27",
    "SourceKey": "sample string 28",
    "sustainabledevelopmentgoals": "4b336c68-82e3-4f22-9d18-c399142c7b38",
    "OpenGraphTitle": "sample string 30",
    "Summary": "sample string 31",
    "targetaudiences": "ca528f3c-1ca8-45c9-b5b0-78d0d7078ec9",
    "OtherRelated": "sample string 33",
    "WHOReferenceNumber": "sample string 34",
    "Subtitle": "sample string 35",
    "publicationtypes": "6a111eb5-feeb-4016-ac1e-42e0b7edff5f",
    "departmentaltargets": "593e2a23-cb21-427d-80ed-69f3f3c14d26",
    "MultimediaNumberOfAdditionalItems": 38.0,
    "OpenGraphDescription": "sample string 39",
    "Title": "sample string 40",
    "PublicationDateAndTime": "2025-09-12T03:33:03.6949841Z",
    "NewsNumberOfAdditionalItems": 42.0,
    "FactFileNumberOfAdditionalItems": 43.0,
    "Provider": "sample string 44",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-12T03:33:03.6949841+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedGuidelines by relatedKey

Returns a related item of type RelatedGuidelines from elenarecommendations item.

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

MetaDescription

System.String

Read only: False
Selected by default: True

Editors

System.String

Read only: False
Selected by default: True

NumberOfPages

System.Decimal

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

Links

System.String

Read only: False
Selected by default: True

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

ISBN

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Highlight

System.String

Read only: False
Selected by default: True

DocumentNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

IRISID

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Copyright

System.String

Read only: False
Selected by default: True

SourceKey

System.String

Read only: False
Selected by default: True

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OtherRelated

System.String

Read only: False
Selected by default: True

WHOReferenceNumber

System.String

Read only: False
Selected by default: True

Subtitle

System.String

Read only: False
Selected by default: True

publicationtypes

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

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

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

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-12T03:33:03.6949841Z",
  "PublicationDate": "2025-09-12T03:33:03.6949841Z",
  "DateCreated": "2025-09-12T03:33:03.6949841Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "MetaDescription": "sample string 8",
  "Editors": "sample string 9",
  "NumberOfPages": 10.0,
  "publishingoffices": "a28a4e93-f877-4e2c-b61d-3e21c623289a",
  "Links": "sample string 12",
  "FactSheetNumberOfAdditionalItems": 13.0,
  "healthtopics": "d7ee7ce7-e68e-4032-905c-8e8a99ddb4b9",
  "events": "93ec3bd3-153e-48d0-adb0-2d4e9ec8c7d4",
  "EventNumberOfAdditionalItems": 16.0,
  "CommentaryNumberOfAdditionalItems": 17.0,
  "regionscountries": "5c8b618b-0503-4283-9ca7-cf4b99c9fe9f",
  "ISBN": "sample string 19",
  "Overview": "sample string 20",
  "PhotoStoryNumberOfAdditionalItems": 21.0,
  "Highlight": "sample string 22",
  "DocumentNumberOfAdditionalItems": 23.0,
  "IRISID": "sample string 24",
  "MetaTitle": "sample string 25",
  "FeatureStoryNumberOfAdditionalItems": 26.0,
  "Copyright": "sample string 27",
  "SourceKey": "sample string 28",
  "sustainabledevelopmentgoals": "f60c7302-5114-4dc3-b3c5-8cfab0b2d530",
  "OpenGraphTitle": "sample string 30",
  "Summary": "sample string 31",
  "targetaudiences": "deecece9-c4b8-441e-b847-a7cc419051fd",
  "OtherRelated": "sample string 33",
  "WHOReferenceNumber": "sample string 34",
  "Subtitle": "sample string 35",
  "publicationtypes": "2312492d-f449-4be9-95af-c2114ceb7aec",
  "departmentaltargets": "382c6bcc-1460-459e-8b47-31c7fc4501cb",
  "MultimediaNumberOfAdditionalItems": 38.0,
  "OpenGraphDescription": "sample string 39",
  "Title": "sample string 40",
  "PublicationDateAndTime": "2025-09-12T03:33:03.6949841Z",
  "NewsNumberOfAdditionalItems": 42.0,
  "FactFileNumberOfAdditionalItems": 43.0,
  "Provider": "sample string 44",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-12T03:33:03.6949841+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedGuidelines

Add RelatedGuidelines relation to elenarecommendations item.

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

Delete set of related items of type RelatedGuidelines from elenarecommendations item.

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

Delete relation of type RelatedGuidelines from elenarecommendations item.

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