Returns a set of data items of type elenareviewsummaries.
GET /api/news/elenareviewsummaries
None
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Title | System.String | Read only: False | |
KeyFindings | System.String | Read only: False | |
Summary | System.String | Read only: False | |
References | System.String | Read only: False | |
Overview | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"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:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"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:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets elenareviewsummaries item by id.
GET /api/news/elenareviewsummaries({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Title | System.String | Read only: False | |
KeyFindings | System.String | Read only: False | |
Summary | System.String | Read only: False | |
References | System.String | Read only: False | |
Overview | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"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:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from elenareviewsummaries item.
GET /api/news/elenareviewsummaries({key})/property
Name | Description | Type | Additional Information |
key | System.Guid | Required | |
property | System.String | Required |
None
None.
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 |
application/json
{
"Id": "c32c228a-7b51-40a3-943c-49bbcc31c81d"
}
Creates a elenareviewsummaries item.
POST /api/news/elenareviewsummaries
None
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Title | System.String | Read only: False | |
KeyFindings | System.String | Read only: False | |
Summary | System.String | Read only: False | |
References | System.String | Read only: False | |
Overview | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"KeyFindings": "sample string 6",
"Summary": "sample string 7",
"References": "sample string 8",
"Overview": "sample string 9"
}
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Title | System.String | Read only: False | |
KeyFindings | System.String | Read only: False | |
Summary | System.String | Read only: False | |
References | System.String | Read only: False | |
Overview | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"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:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for elenareviewsummaries item.
PATCH /api/news/elenareviewsummaries({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Title | System.String | Read only: False | |
KeyFindings | System.String | Read only: False | |
Summary | System.String | Read only: False | |
References | System.String | Read only: False | |
Overview | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"KeyFindings": "sample string 6",
"Summary": "sample string 7",
"References": "sample string 8",
"Overview": "sample string 9"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for elenareviewsummaries item.
PUT /api/news/elenareviewsummaries({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Title | System.String | Read only: False | |
KeyFindings | System.String | Read only: False | |
Summary | System.String | Read only: False | |
References | System.String | Read only: False | |
Overview | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"KeyFindings": "sample string 6",
"Summary": "sample string 7",
"References": "sample string 8",
"Overview": "sample string 9"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a elenareviewsummaries item by Id.
DELETE /api/news/elenareviewsummaries({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type RelatedPublication from elenareviewsummaries item.
GET /api/news/elenareviewsummaries({key})/RelatedPublication
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
MetaDescription | System.String | Read only: False | |
Editors | System.String | Read only: False | |
NumberOfPages | System.Decimal | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Links | System.String | Read only: False | |
FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
regionscountries | System.Guid | Read only: False | |
ISBN | System.String | Read only: False | |
Overview | System.String | Read only: False | |
PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
Highlight | System.String | Read only: False | |
DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
IRISID | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
Copyright | System.String | Read only: False | |
SourceKey | System.String | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OtherRelated | System.String | Read only: False | |
WHOReferenceNumber | System.String | Read only: False | |
Subtitle | System.String | Read only: False | |
publicationtypes | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"MetaDescription": "sample string 8",
"Editors": "sample string 9",
"NumberOfPages": 10.0,
"publishingoffices": "a52e495a-bb39-4635-8a39-2b82d94715bd",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "5c485002-5cf0-45b3-b836-09abc359736d",
"events": "ee2c4773-aa4c-4deb-91b7-1a4e04abc5ee",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "7f8c9ff2-9b1f-4f5d-b77f-6a32f0f33be1",
"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": "16a40cff-590b-4cc3-b5a5-754897962e93",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "55ed3321-09aa-4c85-bc62-42103a83aa64",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "b01e3434-f5f1-423c-9940-c7130ca54e4d",
"departmentaltargets": "1776d6e7-8158-43fc-a4ab-91fae3baf8cc",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-09-11T03:39:23.6532463Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"MetaDescription": "sample string 8",
"Editors": "sample string 9",
"NumberOfPages": 10.0,
"publishingoffices": "a52e495a-bb39-4635-8a39-2b82d94715bd",
"Links": "sample string 12",
"FactSheetNumberOfAdditionalItems": 13.0,
"healthtopics": "5c485002-5cf0-45b3-b836-09abc359736d",
"events": "ee2c4773-aa4c-4deb-91b7-1a4e04abc5ee",
"EventNumberOfAdditionalItems": 16.0,
"CommentaryNumberOfAdditionalItems": 17.0,
"regionscountries": "7f8c9ff2-9b1f-4f5d-b77f-6a32f0f33be1",
"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": "16a40cff-590b-4cc3-b5a5-754897962e93",
"OpenGraphTitle": "sample string 30",
"Summary": "sample string 31",
"targetaudiences": "55ed3321-09aa-4c85-bc62-42103a83aa64",
"OtherRelated": "sample string 33",
"WHOReferenceNumber": "sample string 34",
"Subtitle": "sample string 35",
"publicationtypes": "b01e3434-f5f1-423c-9940-c7130ca54e4d",
"departmentaltargets": "1776d6e7-8158-43fc-a4ab-91fae3baf8cc",
"MultimediaNumberOfAdditionalItems": 38.0,
"OpenGraphDescription": "sample string 39",
"Title": "sample string 40",
"PublicationDateAndTime": "2025-09-11T03:39:23.6532463Z",
"NewsNumberOfAdditionalItems": 42.0,
"FactFileNumberOfAdditionalItems": 43.0,
"Provider": "sample string 44",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedPublication relation to elenareviewsummaries item.
POST /api/news/elenareviewsummaries({key})/RelatedPublication/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type RelatedPublication from elenareviewsummaries item.
DELETE /api/news/elenareviewsummaries({key})/RelatedPublication/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type RelatedExternalDocument from elenareviewsummaries item.
GET /api/news/elenareviewsummaries({key})/RelatedExternalDocument
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
healthtopics | System.Guid | Read only: False | |
ReferenceLocation | System.String | Read only: False | |
regionscountries | System.Guid | Read only: False | |
DoiLinkText | System.String | Read only: False | |
meetingreporttypes | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
Summary | System.String | Read only: False | |
ReferenceAuthors | System.String | Read only: False | |
Title | System.String | Read only: False | |
ExternalLink | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "b5753545-73f6-4e8a-b20f-93a8fa183ece",
"ReferenceLocation": "sample string 9",
"regionscountries": "88086652-0c36-4228-be7f-2e4c251437b1",
"DoiLinkText": "sample string 11",
"meetingreporttypes": "105a4e5c-ae0e-4ca2-a055-ce6706e3360c",
"publishingoffices": "b4d8e118-d926-468a-8d5d-fe131fd92739",
"Summary": "sample string 14",
"ReferenceAuthors": "sample string 15",
"Title": "sample string 16",
"ExternalLink": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "b5753545-73f6-4e8a-b20f-93a8fa183ece",
"ReferenceLocation": "sample string 9",
"regionscountries": "88086652-0c36-4228-be7f-2e4c251437b1",
"DoiLinkText": "sample string 11",
"meetingreporttypes": "105a4e5c-ae0e-4ca2-a055-ce6706e3360c",
"publishingoffices": "b4d8e118-d926-468a-8d5d-fe131fd92739",
"Summary": "sample string 14",
"ReferenceAuthors": "sample string 15",
"Title": "sample string 16",
"ExternalLink": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedExternalDocument relation to elenareviewsummaries item.
POST /api/news/elenareviewsummaries({key})/RelatedExternalDocument/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type RelatedExternalDocument from elenareviewsummaries item.
DELETE /api/news/elenareviewsummaries({key})/RelatedExternalDocument/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Returns a set of related items of type RelatedWhoDocument from elenareviewsummaries item.
GET /api/news/elenareviewsummaries({key})/RelatedWhoDocument
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
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 | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Overview | System.String | Read only: False | |
FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
regionscountries | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
OtherRelated | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
ISBN | System.String | Read only: False | |
Subtitle | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
Links | System.String | Read only: False | |
Summary | System.String | Read only: False | |
SourceKey | System.String | Read only: False | |
Editors | System.String | Read only: False | |
Copyright | System.String | Read only: False | |
meetingreporttypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
Highlight | System.String | Read only: False | |
NumberOfPagesField | System.Decimal | Read only: False | |
WHOReferenceNumber | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
Title | System.String | Read only: False | |
MetaDescription | System.String | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "4a86375c-6192-475e-a4f0-1712a47a7294",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "7d6fbe81-733a-4c16-8b50-6b85063e8a2c",
"departmentaltargets": "7a2a3263-2580-40f8-ada2-47b21df60da5",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-09-11T03:39:23.6532463Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "f915d820-d439-4f5b-8176-30f5da9644af",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "df9fef5b-d10f-449c-9296-1f390007f68f",
"events": "5ecf41c3-a100-45c4-bdac-6d4488a6a577",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "57226b4d-fb5c-4c6b-a0a9-2b001cb163dc",
"publishingoffices": "57a48788-77f4-4c58-9298-f8344a3d5c93",
"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:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:39:23.6532463Z",
"PublicationDate": "2025-09-11T03:39:23.6532463Z",
"DateCreated": "2025-09-11T03:39:23.6532463Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Overview": "sample string 8",
"FactFileNumberOfAdditionalItems": 9.0,
"regionscountries": "4a86375c-6192-475e-a4f0-1712a47a7294",
"OpenGraphDescription": "sample string 11",
"EventNumberOfAdditionalItems": 12.0,
"targetaudiences": "7d6fbe81-733a-4c16-8b50-6b85063e8a2c",
"departmentaltargets": "7a2a3263-2580-40f8-ada2-47b21df60da5",
"NewsNumberOfAdditionalItems": 15.0,
"OtherRelated": "sample string 16",
"PublicationDateAndTime": "2025-09-11T03:39:23.6532463Z",
"ISBN": "sample string 18",
"Subtitle": "sample string 19",
"healthtopics": "f915d820-d439-4f5b-8176-30f5da9644af",
"FactSheetNumberOfAdditionalItems": 21.0,
"Links": "sample string 22",
"Summary": "sample string 23",
"SourceKey": "sample string 24",
"Editors": "sample string 25",
"Copyright": "sample string 26",
"meetingreporttypes": "df9fef5b-d10f-449c-9296-1f390007f68f",
"events": "5ecf41c3-a100-45c4-bdac-6d4488a6a577",
"MultimediaNumberOfAdditionalItems": 29.0,
"CommentaryNumberOfAdditionalItems": 30.0,
"PhotoStoryNumberOfAdditionalItems": 31.0,
"sustainabledevelopmentgoals": "57226b4d-fb5c-4c6b-a0a9-2b001cb163dc",
"publishingoffices": "57a48788-77f4-4c58-9298-f8344a3d5c93",
"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:39:23.6532463+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedWhoDocument relation to elenareviewsummaries item.
POST /api/news/elenareviewsummaries({key})/RelatedWhoDocument/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
application/json
{
"@odata.id": "http://host/route/service/type(key)"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Delete set of related items of type RelatedWhoDocument from elenareviewsummaries item.
DELETE /api/news/elenareviewsummaries({key})/RelatedWhoDocument/$ref
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.