Returns a set of data items of type journalarticles.
GET /api/news/journalarticles
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 | |
| 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-09-18T15:58:39.3674768Z",
"PublicationDate": "2026-09-18T15:58:39.3674768Z",
"DateCreated": "2026-09-18T15:58:39.3674768Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "706484b9-77dd-44de-ae16-882b25a63081",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "cb26bf47-3d28-48e9-99f3-17119c62ee03",
"DoiLink": "sample string 14",
"regionscountries": "b40a28cf-1ae4-4de5-ba1f-01c24b7310f4",
"Title": "sample string 16",
"ParentId": "f5e2d807-de46-4ab6-866e-a5be0f00f223",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.3674768+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T15:58:39.3674768Z",
"PublicationDate": "2026-09-18T15:58:39.3674768Z",
"DateCreated": "2026-09-18T15:58:39.3674768Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "706484b9-77dd-44de-ae16-882b25a63081",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "cb26bf47-3d28-48e9-99f3-17119c62ee03",
"DoiLink": "sample string 14",
"regionscountries": "b40a28cf-1ae4-4de5-ba1f-01c24b7310f4",
"Title": "sample string 16",
"ParentId": "f5e2d807-de46-4ab6-866e-a5be0f00f223",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.3674768+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets journalarticles item by id.
GET /api/news/journalarticles({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 | |
| 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-09-18T15:58:39.3674768Z",
"PublicationDate": "2026-09-18T15:58:39.3674768Z",
"DateCreated": "2026-09-18T15:58:39.3674768Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "1d13d941-9d0c-45a5-b96e-7caa73490bf1",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "82723481-cfbe-4e7e-b622-5096d31d9d92",
"DoiLink": "sample string 14",
"regionscountries": "98da9f02-f89c-498d-9563-0c7d8a59f974",
"Title": "sample string 16",
"ParentId": "f4e1474b-c97e-45fb-9da4-b422b45afcc7",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.3674768+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from journalarticles item.
GET /api/news/journalarticles({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": "20daeb87-9c91-40c8-9cf4-153a7b05bd1e"
}Creates a journalarticles item.
POST /api/news/journalarticles
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 | |
| 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
{
"PublicationDate": "2026-09-18T15:58:39.3695171Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ArticleReferences": "sample string 5",
"journalarticletypes": "85a9fe58-e5b0-4c8b-bc5a-505442379423",
"DoiLinkText": "sample string 7",
"Headline": "sample string 8",
"ArticleContent": "sample string 9",
"healthtopics": "7dbb6cbd-0446-4eb2-9055-a8332f632f08",
"DoiLink": "sample string 11",
"regionscountries": "182c63ab-f0a7-485a-bd9f-f0110a650e54",
"Title": "sample string 13",
"ParentId": "79921586-4b43-452b-b8eb-bc69760cf7a9"
}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 | |
| 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-09-18T15:58:39.3695171Z",
"PublicationDate": "2026-09-18T15:58:39.3695171Z",
"DateCreated": "2026-09-18T15:58:39.3695171Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"ArticleReferences": "sample string 8",
"journalarticletypes": "1e0093a4-3976-4d85-a882-706ee62d6e88",
"DoiLinkText": "sample string 10",
"Headline": "sample string 11",
"ArticleContent": "sample string 12",
"healthtopics": "45ec54ce-bbac-4c11-a9c3-683af7e7c964",
"DoiLink": "sample string 14",
"regionscountries": "bdaee60d-7a96-4032-a757-80ed0a599439",
"Title": "sample string 16",
"ParentId": "0ede796f-5108-4594-b83e-bf0679c1343d",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.3695171+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for journalarticles item.
PATCH /api/news/journalarticles({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 | |
| 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
{
"PublicationDate": "2026-09-18T15:58:39.3695171Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ArticleReferences": "sample string 5",
"journalarticletypes": "0c0f6fc5-c3f9-4d13-9a66-9fbc7aa908ae",
"DoiLinkText": "sample string 7",
"Headline": "sample string 8",
"ArticleContent": "sample string 9",
"healthtopics": "26588ec7-635b-4db3-9dba-67f66c4b880b",
"DoiLink": "sample string 11",
"regionscountries": "863b0d50-bbc2-47de-8857-754744ce920f",
"Title": "sample string 13",
"ParentId": "e60b179f-65d4-4089-a80a-eacba3567d12"
}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 journalarticles item.
PUT /api/news/journalarticles({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 | |
| 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
{
"PublicationDate": "2026-09-18T15:58:39.3695171Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"ArticleReferences": "sample string 5",
"journalarticletypes": "cbb3153d-5a34-4544-98dc-9c89397ee9f5",
"DoiLinkText": "sample string 7",
"Headline": "sample string 8",
"ArticleContent": "sample string 9",
"healthtopics": "332a7669-d000-4d35-8af9-08c6e320c0af",
"DoiLink": "sample string 11",
"regionscountries": "81a51b89-b53f-4628-baef-ae9aea602587",
"Title": "sample string 13",
"ParentId": "42a459ca-9dfc-4f7e-97aa-1aa2cc600983"
}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 journalarticles item by Id.
DELETE /api/news/journalarticles({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 journalarticles item.
GET /api/news/journalarticles({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 | |
| Summary | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T15:58:39.3695171Z",
"PublicationDate": "2026-09-18T15:58:39.3695171Z",
"DateCreated": "2026-09-18T15:58:39.3695171Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "c5492907-a4c0-47ef-94d7-e6298d4567a7",
"regionscountries": "b4c4a091-8d67-4a3b-a661-3fe93724f930",
"publishingoffices": "5bec8161-8f3c-4355-9228-49a864ed42d2",
"Title": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.3695171+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-18T15:58:39.3695171Z",
"PublicationDate": "2026-09-18T15:58:39.3695171Z",
"DateCreated": "2026-09-18T15:58:39.3695171Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "c5492907-a4c0-47ef-94d7-e6298d4567a7",
"regionscountries": "b4c4a091-8d67-4a3b-a661-3fe93724f930",
"publishingoffices": "5bec8161-8f3c-4355-9228-49a864ed42d2",
"Title": "sample string 12",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T15:58:39.3695171+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to journalarticles item.
POST /api/news/journalarticles({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 journalarticles item.
DELETE /api/news/journalarticles({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.