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": "2025-09-11T03:13:31.0304179Z",
"PublicationDate": "2025-09-11T03:13:31.0304179Z",
"DateCreated": "2025-09-11T03:13:31.0304179Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "2a3edc0e-a530-4dcf-957b-895f0bd484a5",
"IsWhoPublication": true,
"regionscountries": "621aa9d4-45a6-48f5-aeb4-7daf50c8b7c5",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "a1fc3a54-15c4-4b88-b430-4d7db85543ae",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.0304179+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:13:31.0304179Z",
"PublicationDate": "2025-09-11T03:13:31.0304179Z",
"DateCreated": "2025-09-11T03:13:31.0304179Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "2a3edc0e-a530-4dcf-957b-895f0bd484a5",
"IsWhoPublication": true,
"regionscountries": "621aa9d4-45a6-48f5-aeb4-7daf50c8b7c5",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "a1fc3a54-15c4-4b88-b430-4d7db85543ae",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.0304179+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": "2025-09-11T03:13:31.0304179Z",
"PublicationDate": "2025-09-11T03:13:31.0304179Z",
"DateCreated": "2025-09-11T03:13:31.0304179Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "be7569e6-136e-4ffb-920a-a7ff08521900",
"IsWhoPublication": true,
"regionscountries": "789788b8-d33e-42ee-b8a6-ec4143c311ab",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "bb04f3ca-78b9-4266-a31f-129c9ad5c41a",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.0304179+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": "96ca36a4-5e56-4401-b659-0ac4d54b8ce9"
}
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": "2025-09-11T03:13:31.0304179Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "1b3facf3-5b36-4ed5-8a36-4090d511f4d1",
"IsWhoPublication": true,
"regionscountries": "8896564b-82c0-4a4f-96b1-f23338d4399b",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "ed1444a6-e207-4b64-b86d-74c1e45f5dd8",
"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": "2025-09-11T03:13:31.0304179Z",
"PublicationDate": "2025-09-11T03:13:31.0304179Z",
"DateCreated": "2025-09-11T03:13:31.0304179Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "42a127b4-0f9f-48be-872a-1d7d7ab6673a",
"IsWhoPublication": true,
"regionscountries": "7a75df63-7e39-4eda-b043-b022bae7f139",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "b4309797-dec8-4612-b528-e972b88783ec",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:13:31.0304179+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": "2025-09-11T03:13:31.0304179Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "6999b89d-6bb7-483a-aa61-ce889ce97597",
"IsWhoPublication": true,
"regionscountries": "50765896-ba0c-4998-b9c9-b08846e80d7d",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "9a99f624-7e02-4dbf-b8d1-b049ee1ef33b",
"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": "2025-09-11T03:13:31.0304179Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "bd94632c-93b7-4c67-bf4f-1e7daaf7113f",
"IsWhoPublication": true,
"regionscountries": "a666cad4-1bf9-451e-9068-cd3528212488",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "a205463f-b20c-4d54-b56f-ea83f61ee1e3",
"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.