Returns a set of data items of type series.
GET /api/news/series
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 | |
| publishingoffices | System.Guid | Read only: False | |
| IsWhoPublication | System.Boolean | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ArticleSortingOrder | System.String | Read only: False | |
| IsActive | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-03T12:37:02.7398198Z",
"PublicationDate": "2026-03-03T12:37:02.7398198Z",
"DateCreated": "2026-03-03T12:37:02.7398198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "9aac85dc-b513-44a6-a603-2c45746096e0",
"IsWhoPublication": true,
"regionscountries": "6fdb9329-ef1f-41ce-810a-0e06a4e7d74e",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "98c636eb-cf79-435d-9dad-a3cc73687b29",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:37:02.7398198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T12:37:02.7398198Z",
"PublicationDate": "2026-03-03T12:37:02.7398198Z",
"DateCreated": "2026-03-03T12:37:02.7398198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "9aac85dc-b513-44a6-a603-2c45746096e0",
"IsWhoPublication": true,
"regionscountries": "6fdb9329-ef1f-41ce-810a-0e06a4e7d74e",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "98c636eb-cf79-435d-9dad-a3cc73687b29",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:37:02.7398198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets series item by id.
GET /api/news/series({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 | |
| publishingoffices | System.Guid | Read only: False | |
| IsWhoPublication | System.Boolean | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ArticleSortingOrder | System.String | Read only: False | |
| IsActive | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T12:37:02.7398198Z",
"PublicationDate": "2026-03-03T12:37:02.7398198Z",
"DateCreated": "2026-03-03T12:37:02.7398198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "c3126905-3cde-4296-990a-34280b98f8eb",
"IsWhoPublication": true,
"regionscountries": "cc591d13-4f92-4bdd-b27e-0962b3db66cf",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "e6a94b3a-256e-4e2d-a4c8-618283f8a6d0",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:37:02.7398198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from series item.
GET /api/news/series({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": "b6a08e92-c173-43ab-9a65-72a24d412c8a"
}Creates a series item.
POST /api/news/series
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 | |
| publishingoffices | System.Guid | Read only: False | |
| IsWhoPublication | System.Boolean | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ArticleSortingOrder | System.String | Read only: False | |
| IsActive | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T12:37:02.7398198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "302e1537-7897-481e-b638-ff923c75fc6f",
"IsWhoPublication": true,
"regionscountries": "b5e8d8da-348d-47f5-b04f-f22fc3132e76",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "debbf285-f7a1-48f8-b466-86aeb2eeeb5c",
"Summary": "sample string 12"
}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 | |
| publishingoffices | System.Guid | Read only: False | |
| IsWhoPublication | System.Boolean | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ArticleSortingOrder | System.String | Read only: False | |
| IsActive | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-03T12:37:02.7398198Z",
"PublicationDate": "2026-03-03T12:37:02.7398198Z",
"DateCreated": "2026-03-03T12:37:02.7398198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "e3f53de9-2ed4-4004-8d9a-00a55143ce9e",
"IsWhoPublication": true,
"regionscountries": "1df7e435-b059-4d94-8323-eeaa58a20957",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "6cb6024f-a2c1-4ae7-98fc-4b5ac58750f4",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:37:02.7398198+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for series item.
PATCH /api/news/series({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 | |
| publishingoffices | System.Guid | Read only: False | |
| IsWhoPublication | System.Boolean | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ArticleSortingOrder | System.String | Read only: False | |
| IsActive | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T12:37:02.7398198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "b9c01671-6c4a-4102-aa60-c8f543cf049e",
"IsWhoPublication": true,
"regionscountries": "6681fe62-38df-4268-b146-7abe29827d4e",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "11ef61b4-1152-4b12-aa4e-9e5f6e6f48a2",
"Summary": "sample string 12"
}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 series item.
PUT /api/news/series({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 | |
| publishingoffices | System.Guid | Read only: False | |
| IsWhoPublication | System.Boolean | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ArticleSortingOrder | System.String | Read only: False | |
| IsActive | System.Boolean | Read only: False | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-03T12:37:02.7398198Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "416e0922-2be0-4648-a7bf-b4dae386a365",
"IsWhoPublication": true,
"regionscountries": "316e151b-91cb-4508-ae5f-39310f16bf53",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "5afef2d2-da84-43e2-8824-bde8ca9baee2",
"Summary": "sample string 12"
}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 series item by Id.
DELETE /api/news/series({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.