RESTful API
news

Elena Intervention Documents

Get elenainterventiondocuments

Returns a set of data items of type elenainterventiondocuments.

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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExternalLinkUrl

System.String

Read only: False
Selected by default: True

ExternalLinkText

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Summary": "sample string 9",
    "ExternalLinkUrl": "sample string 10",
    "ExternalLinkText": "sample string 11",
    "ParentId": "350e5134-4c35-4953-b057-789b5f085423",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Summary": "sample string 9",
    "ExternalLinkUrl": "sample string 10",
    "ExternalLinkText": "sample string 11",
    "ParentId": "350e5134-4c35-4953-b057-789b5f085423",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get elenainterventiondocuments by key

Gets elenainterventiondocuments item by id.

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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExternalLinkUrl

System.String

Read only: False
Selected by default: True

ExternalLinkText

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:15.3266318Z",
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "DateCreated": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "Summary": "sample string 9",
  "ExternalLinkUrl": "sample string 10",
  "ExternalLinkText": "sample string 11",
  "ParentId": "cf8613d4-d3d5-4633-a794-e8f6cbd5464c",
  "Provider": "sample string 13",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from elenainterventiondocuments item.

Copy GET /api/news/elenainterventiondocuments({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": "838b964a-e907-43af-b321-2dff736bf764"
}

Post elenainterventiondocuments

Creates a elenainterventiondocuments item.

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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExternalLinkUrl

System.String

Read only: False
Selected by default: True

ExternalLinkText

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "Summary": "sample string 6",
  "ExternalLinkUrl": "sample string 7",
  "ExternalLinkText": "sample string 8",
  "ParentId": "5fba5fc6-47b5-40d6-87f7-bdfd57814893"
}
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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExternalLinkUrl

System.String

Read only: False
Selected by default: True

ExternalLinkText

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:15.3266318Z",
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "DateCreated": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "Summary": "sample string 9",
  "ExternalLinkUrl": "sample string 10",
  "ExternalLinkText": "sample string 11",
  "ParentId": "ddbdf218-18ed-4704-afbb-af8e5ab91152",
  "Provider": "sample string 13",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch elenainterventiondocuments by key

Partial update for elenainterventiondocuments item.

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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExternalLinkUrl

System.String

Read only: False
Selected by default: True

ExternalLinkText

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "Summary": "sample string 6",
  "ExternalLinkUrl": "sample string 7",
  "ExternalLinkText": "sample string 8",
  "ParentId": "c5daacb1-c245-4dd9-8336-e6a5ee3d2c34"
}
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 elenainterventiondocuments by key

Full update for elenainterventiondocuments item.

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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ExternalLinkUrl

System.String

Read only: False
Selected by default: True

ExternalLinkText

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "Summary": "sample string 6",
  "ExternalLinkUrl": "sample string 7",
  "ExternalLinkText": "sample string 8",
  "ParentId": "595326ee-afcf-489a-a845-1d8d2c521b07"
}
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 elenainterventiondocuments by key

Deletes a elenainterventiondocuments item by Id.

Copy DELETE /api/news/elenainterventiondocuments({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 Parent

Returns a set of related items of type Parent from elenainterventiondocuments item.

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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ReferenceSortOrder

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Summary": "sample string 9",
    "ReferenceSortOrder": 10.0,
    "ParentId": "e6af38d3-bba8-45a9-a763-5cbb84a7e3c9",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "Summary": "sample string 9",
    "ReferenceSortOrder": 10.0,
    "ParentId": "e6af38d3-bba8-45a9-a763-5cbb84a7e3c9",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from elenainterventiondocuments item.

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

Title

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

ReferenceSortOrder

System.Decimal

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:15.3266318Z",
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "DateCreated": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "Summary": "sample string 9",
  "ReferenceSortOrder": 10.0,
  "ParentId": "5a31627b-3d7b-422e-a7e4-0e364319b692",
  "Provider": "sample string 12",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Parent

Add Parent relation to elenainterventiondocuments item.

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

Delete set of related items of type Parent from elenainterventiondocuments item.

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

Delete relation of type Parent from elenainterventiondocuments item.

Copy DELETE /api/news/elenainterventiondocuments({key})/Parent({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 RelatedPublication

Returns a set of related items of type RelatedPublication from elenainterventiondocuments item.

Copy GET /api/news/elenainterventiondocuments({key})/RelatedPublication
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-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "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": "efbdffca-ba93-479b-9fdd-066b21b3663d",
    "Links": "sample string 12",
    "FactSheetNumberOfAdditionalItems": 13.0,
    "healthtopics": "dce9a091-17fc-4b64-8eac-9cd61ee473e6",
    "events": "1fb61ced-3c22-40e9-9584-f235f93ccaa5",
    "EventNumberOfAdditionalItems": 16.0,
    "CommentaryNumberOfAdditionalItems": 17.0,
    "regionscountries": "57840b3d-0d90-4dd6-a088-d4fa06deb25e",
    "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": "f7f34be7-d430-4e76-af4f-905b9053bb99",
    "OpenGraphTitle": "sample string 30",
    "Summary": "sample string 31",
    "targetaudiences": "e389031a-6e4b-4d20-a834-3c71f3d8f26a",
    "OtherRelated": "sample string 33",
    "WHOReferenceNumber": "sample string 34",
    "Subtitle": "sample string 35",
    "publicationtypes": "b72c7e44-ff4f-445b-982e-d1710c1e0a25",
    "departmentaltargets": "bcdeba6f-47d7-42b9-9ddf-fe0e0a6873bf",
    "MultimediaNumberOfAdditionalItems": 38.0,
    "OpenGraphDescription": "sample string 39",
    "Title": "sample string 40",
    "PublicationDateAndTime": "2025-09-11T03:13:15.3266318Z",
    "NewsNumberOfAdditionalItems": 42.0,
    "FactFileNumberOfAdditionalItems": 43.0,
    "Provider": "sample string 44",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "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": "efbdffca-ba93-479b-9fdd-066b21b3663d",
    "Links": "sample string 12",
    "FactSheetNumberOfAdditionalItems": 13.0,
    "healthtopics": "dce9a091-17fc-4b64-8eac-9cd61ee473e6",
    "events": "1fb61ced-3c22-40e9-9584-f235f93ccaa5",
    "EventNumberOfAdditionalItems": 16.0,
    "CommentaryNumberOfAdditionalItems": 17.0,
    "regionscountries": "57840b3d-0d90-4dd6-a088-d4fa06deb25e",
    "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": "f7f34be7-d430-4e76-af4f-905b9053bb99",
    "OpenGraphTitle": "sample string 30",
    "Summary": "sample string 31",
    "targetaudiences": "e389031a-6e4b-4d20-a834-3c71f3d8f26a",
    "OtherRelated": "sample string 33",
    "WHOReferenceNumber": "sample string 34",
    "Subtitle": "sample string 35",
    "publicationtypes": "b72c7e44-ff4f-445b-982e-d1710c1e0a25",
    "departmentaltargets": "bcdeba6f-47d7-42b9-9ddf-fe0e0a6873bf",
    "MultimediaNumberOfAdditionalItems": 38.0,
    "OpenGraphDescription": "sample string 39",
    "Title": "sample string 40",
    "PublicationDateAndTime": "2025-09-11T03:13:15.3266318Z",
    "NewsNumberOfAdditionalItems": 42.0,
    "FactFileNumberOfAdditionalItems": 43.0,
    "Provider": "sample string 44",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedPublication by relatedKey

Returns a related item of type RelatedPublication from elenainterventiondocuments item.

Copy GET /api/news/elenainterventiondocuments({key})/RelatedPublication({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-11T03:13:15.3266318Z",
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "DateCreated": "2025-09-11T03:13:15.3266318Z",
  "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": "7abb8850-1c05-4873-ac94-0fb6ed1c6c0d",
  "Links": "sample string 12",
  "FactSheetNumberOfAdditionalItems": 13.0,
  "healthtopics": "9caa7d49-b12b-463c-9a70-b8332aa01c11",
  "events": "8bc9650a-3827-45e1-8d3b-29c75676d770",
  "EventNumberOfAdditionalItems": 16.0,
  "CommentaryNumberOfAdditionalItems": 17.0,
  "regionscountries": "43170b03-2c4a-430c-ad58-28c287832bc9",
  "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": "36311e82-4f4d-4f4d-a132-a0ee78ae4892",
  "OpenGraphTitle": "sample string 30",
  "Summary": "sample string 31",
  "targetaudiences": "f08535e7-059d-4f7b-a748-bbd2d4e320e7",
  "OtherRelated": "sample string 33",
  "WHOReferenceNumber": "sample string 34",
  "Subtitle": "sample string 35",
  "publicationtypes": "2d684930-3b4d-403a-b29f-301e4f419cff",
  "departmentaltargets": "bc7c459e-f373-4c8b-a448-e6dfd792f023",
  "MultimediaNumberOfAdditionalItems": 38.0,
  "OpenGraphDescription": "sample string 39",
  "Title": "sample string 40",
  "PublicationDateAndTime": "2025-09-11T03:13:15.3266318Z",
  "NewsNumberOfAdditionalItems": 42.0,
  "FactFileNumberOfAdditionalItems": 43.0,
  "Provider": "sample string 44",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedPublication

Add RelatedPublication relation to elenainterventiondocuments item.

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

Delete set of related items of type RelatedPublication from elenainterventiondocuments item.

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

Delete relation of type RelatedPublication from elenainterventiondocuments item.

Copy DELETE /api/news/elenainterventiondocuments({key})/RelatedPublication({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 RelatedWhoDocument

Returns a set of related items of type RelatedWhoDocument from elenainterventiondocuments item.

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

Overview

System.String

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OpenGraphDescription

System.String

Read only: False
Selected by default: True

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

OtherRelated

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

ISBN

System.String

Read only: False
Selected by default: True

Subtitle

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

SourceKey

System.String

Read only: False
Selected by default: True

Editors

System.String

Read only: False
Selected by default: True

Copyright

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Highlight

System.String

Read only: False
Selected by default: True

NumberOfPagesField

System.Decimal

Read only: False
Selected by default: True

WHOReferenceNumber

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Overview": "sample string 8",
    "FactFileNumberOfAdditionalItems": 9.0,
    "regionscountries": "e49979fa-5e97-452f-acd0-63daf3e802e7",
    "OpenGraphDescription": "sample string 11",
    "EventNumberOfAdditionalItems": 12.0,
    "targetaudiences": "5a63a75b-126e-4f0d-a66e-a528b77607af",
    "departmentaltargets": "4e46a662-e00a-49f2-ba18-8f0baff6bca1",
    "NewsNumberOfAdditionalItems": 15.0,
    "OtherRelated": "sample string 16",
    "PublicationDateAndTime": "2025-09-11T03:13:15.3266318Z",
    "ISBN": "sample string 18",
    "Subtitle": "sample string 19",
    "healthtopics": "94b9af4c-0ad7-40b9-ab63-172937e348fb",
    "FactSheetNumberOfAdditionalItems": 21.0,
    "Links": "sample string 22",
    "Summary": "sample string 23",
    "SourceKey": "sample string 24",
    "Editors": "sample string 25",
    "Copyright": "sample string 26",
    "meetingreporttypes": "e70f1c7b-0bcc-4e81-9b5d-a3d31116505c",
    "events": "5436636c-517e-4c0b-a5f3-1def06f26c44",
    "MultimediaNumberOfAdditionalItems": 29.0,
    "CommentaryNumberOfAdditionalItems": 30.0,
    "PhotoStoryNumberOfAdditionalItems": 31.0,
    "sustainabledevelopmentgoals": "e5bf6b37-d4e3-4081-b205-4f57920aeb1d",
    "publishingoffices": "31ab3469-b41f-4b27-8acc-a8b15ebf22fb",
    "OpenGraphTitle": "sample string 34",
    "FeatureStoryNumberOfAdditionalItems": 35.0,
    "Highlight": "sample string 36",
    "NumberOfPagesField": 37.0,
    "WHOReferenceNumber": "sample string 38",
    "MetaTitle": "sample string 39",
    "Title": "sample string 40",
    "MetaDescription": "sample string 41",
    "Provider": "sample string 42",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Overview": "sample string 8",
    "FactFileNumberOfAdditionalItems": 9.0,
    "regionscountries": "e49979fa-5e97-452f-acd0-63daf3e802e7",
    "OpenGraphDescription": "sample string 11",
    "EventNumberOfAdditionalItems": 12.0,
    "targetaudiences": "5a63a75b-126e-4f0d-a66e-a528b77607af",
    "departmentaltargets": "4e46a662-e00a-49f2-ba18-8f0baff6bca1",
    "NewsNumberOfAdditionalItems": 15.0,
    "OtherRelated": "sample string 16",
    "PublicationDateAndTime": "2025-09-11T03:13:15.3266318Z",
    "ISBN": "sample string 18",
    "Subtitle": "sample string 19",
    "healthtopics": "94b9af4c-0ad7-40b9-ab63-172937e348fb",
    "FactSheetNumberOfAdditionalItems": 21.0,
    "Links": "sample string 22",
    "Summary": "sample string 23",
    "SourceKey": "sample string 24",
    "Editors": "sample string 25",
    "Copyright": "sample string 26",
    "meetingreporttypes": "e70f1c7b-0bcc-4e81-9b5d-a3d31116505c",
    "events": "5436636c-517e-4c0b-a5f3-1def06f26c44",
    "MultimediaNumberOfAdditionalItems": 29.0,
    "CommentaryNumberOfAdditionalItems": 30.0,
    "PhotoStoryNumberOfAdditionalItems": 31.0,
    "sustainabledevelopmentgoals": "e5bf6b37-d4e3-4081-b205-4f57920aeb1d",
    "publishingoffices": "31ab3469-b41f-4b27-8acc-a8b15ebf22fb",
    "OpenGraphTitle": "sample string 34",
    "FeatureStoryNumberOfAdditionalItems": 35.0,
    "Highlight": "sample string 36",
    "NumberOfPagesField": 37.0,
    "WHOReferenceNumber": "sample string 38",
    "MetaTitle": "sample string 39",
    "Title": "sample string 40",
    "MetaDescription": "sample string 41",
    "Provider": "sample string 42",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedWhoDocument by relatedKey

Returns a related item of type RelatedWhoDocument from elenainterventiondocuments item.

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

Overview

System.String

Read only: False
Selected by default: True

FactFileNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

OpenGraphDescription

System.String

Read only: False
Selected by default: True

EventNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

NewsNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

OtherRelated

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

ISBN

System.String

Read only: False
Selected by default: True

Subtitle

System.String

Read only: False
Selected by default: True

healthtopics

System.Guid

Read only: False
Selected by default: False

FactSheetNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Links

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

SourceKey

System.String

Read only: False
Selected by default: True

Editors

System.String

Read only: False
Selected by default: True

Copyright

System.String

Read only: False
Selected by default: True

meetingreporttypes

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

MultimediaNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

CommentaryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

PhotoStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

FeatureStoryNumberOfAdditionalItems

System.Decimal

Read only: False
Selected by default: True

Highlight

System.String

Read only: False
Selected by default: True

NumberOfPagesField

System.Decimal

Read only: False
Selected by default: True

WHOReferenceNumber

System.String

Read only: False
Selected by default: True

MetaTitle

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

MetaDescription

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:15.3266318Z",
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "DateCreated": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Overview": "sample string 8",
  "FactFileNumberOfAdditionalItems": 9.0,
  "regionscountries": "bf0075f2-47ae-46cd-b9f8-95f0a40aa6b7",
  "OpenGraphDescription": "sample string 11",
  "EventNumberOfAdditionalItems": 12.0,
  "targetaudiences": "3b771ca2-00b2-45bc-b887-aca0e6db7b68",
  "departmentaltargets": "5316d1ac-1cd1-47b8-967d-32abd98772b2",
  "NewsNumberOfAdditionalItems": 15.0,
  "OtherRelated": "sample string 16",
  "PublicationDateAndTime": "2025-09-11T03:13:15.3266318Z",
  "ISBN": "sample string 18",
  "Subtitle": "sample string 19",
  "healthtopics": "3d49bcb6-d5c9-4017-8009-3a66a1f26dc0",
  "FactSheetNumberOfAdditionalItems": 21.0,
  "Links": "sample string 22",
  "Summary": "sample string 23",
  "SourceKey": "sample string 24",
  "Editors": "sample string 25",
  "Copyright": "sample string 26",
  "meetingreporttypes": "0f09d3c6-6bce-4673-b7b0-24782e8a2f6d",
  "events": "d5e812ed-1cf6-4c2a-9f7a-a837742fb7db",
  "MultimediaNumberOfAdditionalItems": 29.0,
  "CommentaryNumberOfAdditionalItems": 30.0,
  "PhotoStoryNumberOfAdditionalItems": 31.0,
  "sustainabledevelopmentgoals": "8dc9be84-06e5-4a2c-aa6c-a50efd6d7dca",
  "publishingoffices": "47066b76-4bc4-4539-b4f6-2958d2c3d2ea",
  "OpenGraphTitle": "sample string 34",
  "FeatureStoryNumberOfAdditionalItems": 35.0,
  "Highlight": "sample string 36",
  "NumberOfPagesField": 37.0,
  "WHOReferenceNumber": "sample string 38",
  "MetaTitle": "sample string 39",
  "Title": "sample string 40",
  "MetaDescription": "sample string 41",
  "Provider": "sample string 42",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedWhoDocument

Add RelatedWhoDocument relation to elenainterventiondocuments item.

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

Delete set of related items of type RelatedWhoDocument from elenainterventiondocuments item.

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

Delete relation of type RelatedWhoDocument from elenainterventiondocuments item.

Copy DELETE /api/news/elenainterventiondocuments({key})/RelatedWhoDocument({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 RelatedExternalDocument

Returns a set of related items of type RelatedExternalDocument from elenainterventiondocuments item.

Copy GET /api/news/elenainterventiondocuments({key})/RelatedExternalDocument
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:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "cc3bee2b-352d-400b-81ec-e5c5c2dc555e",
    "ReferenceLocation": "sample string 9",
    "regionscountries": "cb331f05-fb31-46f1-b196-6c97bc547927",
    "DoiLinkText": "sample string 11",
    "meetingreporttypes": "a1bca962-e976-4f93-aeab-67f58de40543",
    "publishingoffices": "52477776-16d2-4f71-81c9-d04814382b55",
    "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:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "healthtopics": "cc3bee2b-352d-400b-81ec-e5c5c2dc555e",
    "ReferenceLocation": "sample string 9",
    "regionscountries": "cb331f05-fb31-46f1-b196-6c97bc547927",
    "DoiLinkText": "sample string 11",
    "meetingreporttypes": "a1bca962-e976-4f93-aeab-67f58de40543",
    "publishingoffices": "52477776-16d2-4f71-81c9-d04814382b55",
    "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:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedExternalDocument by relatedKey

Returns a related item of type RelatedExternalDocument from elenainterventiondocuments item.

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

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:13:15.3266318Z",
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "DateCreated": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "healthtopics": "d22d5ba0-1cc1-4849-9012-1b79d63babbd",
  "ReferenceLocation": "sample string 9",
  "regionscountries": "84e0479c-a3b5-4705-87fc-9d1fec642ab8",
  "DoiLinkText": "sample string 11",
  "meetingreporttypes": "dd349a08-c216-4c6a-ad56-64528abc9346",
  "publishingoffices": "76764511-c402-47e0-9639-cc3fc44c797d",
  "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:13:15.3266318+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedExternalDocument

Add RelatedExternalDocument relation to elenainterventiondocuments item.

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

Delete set of related items of type RelatedExternalDocument from elenainterventiondocuments item.

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

Delete relation of type RelatedExternalDocument from elenainterventiondocuments item.

Copy DELETE /api/news/elenainterventiondocuments({key})/RelatedExternalDocument({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 RelatedReviewSummary

Returns a set of related items of type RelatedReviewSummary from elenainterventiondocuments item.

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

Title

System.String

Read only: False
Selected by default: True

KeyFindings

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

References

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-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "KeyFindings": "sample string 9",
    "Summary": "sample string 10",
    "References": "sample string 11",
    "Overview": "sample string 12",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:15.3266318Z",
    "PublicationDate": "2025-09-11T03:13:15.3266318Z",
    "DateCreated": "2025-09-11T03:13:15.3266318Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Title": "sample string 8",
    "KeyFindings": "sample string 9",
    "Summary": "sample string 10",
    "References": "sample string 11",
    "Overview": "sample string 12",
    "Provider": "sample string 13",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get RelatedReviewSummary by relatedKey

Returns a related item of type RelatedReviewSummary from elenainterventiondocuments item.

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

Title

System.String

Read only: False
Selected by default: True

KeyFindings

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

References

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-11T03:13:15.3266318Z",
  "PublicationDate": "2025-09-11T03:13:15.3266318Z",
  "DateCreated": "2025-09-11T03:13:15.3266318Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Title": "sample string 8",
  "KeyFindings": "sample string 9",
  "Summary": "sample string 10",
  "References": "sample string 11",
  "Overview": "sample string 12",
  "Provider": "sample string 13",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:15.3266318+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post RelatedReviewSummary

Add RelatedReviewSummary relation to elenainterventiondocuments item.

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

Delete set of related items of type RelatedReviewSummary from elenainterventiondocuments item.

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

Delete relation of type RelatedReviewSummary from elenainterventiondocuments item.

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