Returns a set of data items of type articleabstracts.
GET /api/news/articleabstracts
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 | |
| Headline | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ArticleAbstract | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:41:39.9863484Z",
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"DateCreated": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Headline": "sample string 8",
"Title": "sample string 9",
"ArticleAbstract": "sample string 10",
"ParentId": "59417f8f-c0a9-487d-acd3-d9371f31140e",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.9863484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:41:39.9863484Z",
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"DateCreated": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Headline": "sample string 8",
"Title": "sample string 9",
"ArticleAbstract": "sample string 10",
"ParentId": "59417f8f-c0a9-487d-acd3-d9371f31140e",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.9863484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets articleabstracts item by id.
GET /api/news/articleabstracts({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 | |
| Headline | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ArticleAbstract | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-09T23:41:39.9863484Z",
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"DateCreated": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Headline": "sample string 8",
"Title": "sample string 9",
"ArticleAbstract": "sample string 10",
"ParentId": "2d6a9a65-d8cc-4aae-9f4f-59f00291766d",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.9863484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from articleabstracts item.
GET /api/news/articleabstracts({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": "5d9385e7-c9e8-40be-a3e0-2f0793c33ec6"
}Creates a articleabstracts item.
POST /api/news/articleabstracts
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 | |
| Headline | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ArticleAbstract | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Headline": "sample string 5",
"Title": "sample string 6",
"ArticleAbstract": "sample string 7",
"ParentId": "b38353ef-bdac-4320-9c73-1c1d99f4be90"
}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 | |
| Headline | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ArticleAbstract | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-09T23:41:39.9863484Z",
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"DateCreated": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Headline": "sample string 8",
"Title": "sample string 9",
"ArticleAbstract": "sample string 10",
"ParentId": "2053aa80-d947-42e4-aaab-bf1e8915db40",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.9863484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for articleabstracts item.
PATCH /api/news/articleabstracts({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 | |
| Headline | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ArticleAbstract | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Headline": "sample string 5",
"Title": "sample string 6",
"ArticleAbstract": "sample string 7",
"ParentId": "d14a21ab-56a7-4307-a514-b1dba5e8df75"
}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 articleabstracts item.
PUT /api/news/articleabstracts({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 | |
| Headline | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ArticleAbstract | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Headline": "sample string 5",
"Title": "sample string 6",
"ArticleAbstract": "sample string 7",
"ParentId": "558ed105-5636-4925-9fe3-61006cf6fd39"
}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 articleabstracts item by Id.
DELETE /api/news/articleabstracts({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 Parent from articleabstracts item.
GET /api/news/articleabstracts({key})/Parent
| 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 | |
| ArticleReferences | System.String | Read only: False | |
| journalarticletypes | System.Guid | Read only: False | |
| DoiLinkText | System.String | Read only: False | |
| Headline | System.String | Read only: False | |
| ArticleContent | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DoiLink | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-09T23:41:39.9863484Z",
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"DateCreated": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "fa23c5cd-c169-4680-b59f-14f3462840af",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "7f1b7a8c-241a-4c0d-8c7a-306f10474de9",
"DoiLink": "sample string 14",
"regionscountries": "61703ee5-edcb-43a1-8860-4ae9121f7387",
"Title": "sample string 16",
"ParentId": "114c62c5-e006-4498-9763-892b78da6923",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.9863484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-09T23:41:39.9863484Z",
"PublicationDate": "2025-12-09T23:41:39.9863484Z",
"DateCreated": "2025-12-09T23:41:39.9863484Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "fa23c5cd-c169-4680-b59f-14f3462840af",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "7f1b7a8c-241a-4c0d-8c7a-306f10474de9",
"DoiLink": "sample string 14",
"regionscountries": "61703ee5-edcb-43a1-8860-4ae9121f7387",
"Title": "sample string 16",
"ParentId": "114c62c5-e006-4498-9763-892b78da6923",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-09T23:41:39.9863484+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to articleabstracts item.
POST /api/news/articleabstracts({key})/Parent/$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 Parent from articleabstracts item.
DELETE /api/news/articleabstracts({key})/Parent/$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.