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-02-06T23:19:14.402867Z",
"PublicationDate": "2026-02-06T23:19:14.402867Z",
"DateCreated": "2026-02-06T23:19:14.402867Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b66a8553-603c-4316-b5c2-fd73746522fa",
"IsWhoPublication": true,
"regionscountries": "6d4a5651-5489-4819-9024-84d0b78566e6",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "e93ee40d-0a38-4f6a-a998-0609d598de6b",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.402867+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T23:19:14.402867Z",
"PublicationDate": "2026-02-06T23:19:14.402867Z",
"DateCreated": "2026-02-06T23:19:14.402867Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "b66a8553-603c-4316-b5c2-fd73746522fa",
"IsWhoPublication": true,
"regionscountries": "6d4a5651-5489-4819-9024-84d0b78566e6",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "e93ee40d-0a38-4f6a-a998-0609d598de6b",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.402867+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-02-06T23:19:14.402867Z",
"PublicationDate": "2026-02-06T23:19:14.402867Z",
"DateCreated": "2026-02-06T23:19:14.402867Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "dafb017f-7bb8-4c11-9040-a2eeab7b8841",
"IsWhoPublication": true,
"regionscountries": "ca7b10be-21fa-4522-a18a-af3f5414147c",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "b97fd200-41a6-49ae-835b-3ccc50fc617c",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.402867+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": "9a2f26fd-0bd6-4bea-b26f-4d9d2cc11db4"
}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-02-06T23:19:14.402867Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "41bf0515-1aad-4b37-b619-efbb60e420a3",
"IsWhoPublication": true,
"regionscountries": "0f653792-e90e-49da-bef6-16b8bb41c8c3",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "77b62129-4104-49ef-b89b-6ea75bf92296",
"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-02-06T23:19:14.402867Z",
"PublicationDate": "2026-02-06T23:19:14.402867Z",
"DateCreated": "2026-02-06T23:19:14.402867Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "d3db80f4-ee91-4c6c-8c9b-988b1753ea7a",
"IsWhoPublication": true,
"regionscountries": "69980d36-f547-4ad7-b729-04f6c7ae3bda",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "d04105cf-5085-44db-b688-45fcd0949769",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T23:19:14.402867+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-02-06T23:19:14.402867Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "df5df66a-2235-4b17-b1d3-fd0737f0f555",
"IsWhoPublication": true,
"regionscountries": "0903d90d-7140-41a9-8df0-d65154289229",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "2ae223ed-b8de-4ead-890a-a64aa01667e8",
"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-02-06T23:19:14.402867Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "7aefc6f3-dde3-477d-a69b-d2dc22ffb10e",
"IsWhoPublication": true,
"regionscountries": "d3d0fa31-9560-40a0-ab5a-66fab9e7f337",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "ce3b91b1-28a4-4705-a67e-6098585770ff",
"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.