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": "2026-02-09T19:16:59.0712656Z",
"PublicationDate": "2026-02-09T19:16:59.0712656Z",
"DateCreated": "2026-02-09T19:16:59.0712656Z",
"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": "69e59dfb-9cc8-40d2-bdfc-4f70446b69a6",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.0712656+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T19:16:59.0712656Z",
"PublicationDate": "2026-02-09T19:16:59.0712656Z",
"DateCreated": "2026-02-09T19:16:59.0712656Z",
"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": "69e59dfb-9cc8-40d2-bdfc-4f70446b69a6",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.0712656+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": "2026-02-09T19:16:59.0712656Z",
"PublicationDate": "2026-02-09T19:16:59.0712656Z",
"DateCreated": "2026-02-09T19:16:59.0712656Z",
"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": "52e626a3-eb0f-40c9-8bc1-74de025ac004",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.0712656+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": "1ab66d3e-9c7b-4d97-8c51-aada0ffca481"
}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": "2026-02-09T19:16:59.0712656Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Headline": "sample string 5",
"Title": "sample string 6",
"ArticleAbstract": "sample string 7",
"ParentId": "33157436-1578-4ea4-9ed6-772f281a4ed6"
}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": "2026-02-09T19:16:59.0712656Z",
"PublicationDate": "2026-02-09T19:16:59.0712656Z",
"DateCreated": "2026-02-09T19:16:59.0712656Z",
"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": "020ddd64-a555-431e-b0b5-293caf11299d",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.0712656+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": "2026-02-09T19:16:59.0712656Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Headline": "sample string 5",
"Title": "sample string 6",
"ArticleAbstract": "sample string 7",
"ParentId": "3aecc27a-16a6-44a0-ab15-b7a42df1ee9e"
}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": "2026-02-09T19:16:59.0712656Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Headline": "sample string 5",
"Title": "sample string 6",
"ArticleAbstract": "sample string 7",
"ParentId": "299e31b9-3e5b-467f-81d2-2e92f868390a"
}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": "2026-02-09T19:16:59.0712656Z",
"PublicationDate": "2026-02-09T19:16:59.0712656Z",
"DateCreated": "2026-02-09T19:16:59.0712656Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "44043d55-3dfb-46ae-b3ba-e9bfed786da2",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "2b9d9a74-030c-4a02-b8e6-8d788645f9a9",
"DoiLink": "sample string 14",
"regionscountries": "10136c82-d80e-4b0c-ad82-dd724cf5bfd4",
"Title": "sample string 16",
"ParentId": "737cb80f-8603-47b8-9af4-3b2b4b835b5d",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.0712656+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T19:16:59.0712656Z",
"PublicationDate": "2026-02-09T19:16:59.0712656Z",
"DateCreated": "2026-02-09T19:16:59.0712656Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "44043d55-3dfb-46ae-b3ba-e9bfed786da2",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "2b9d9a74-030c-4a02-b8e6-8d788645f9a9",
"DoiLink": "sample string 14",
"regionscountries": "10136c82-d80e-4b0c-ad82-dd724cf5bfd4",
"Title": "sample string 16",
"ParentId": "737cb80f-8603-47b8-9af4-3b2b4b835b5d",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.0712656+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.