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-10-06T16:57:26.3901637Z",
"PublicationDate": "2025-10-06T16:57:26.3901637Z",
"DateCreated": "2025-10-06T16:57:26.3901637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "2ba86c65-1b71-4efc-9655-41eff6942f90",
"IsWhoPublication": true,
"regionscountries": "00e10b83-8955-4972-b5d4-7bd012a394d5",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "26d0d197-99bf-4592-b9f8-6dcc8f663dcc",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.3901637+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:26.3901637Z",
"PublicationDate": "2025-10-06T16:57:26.3901637Z",
"DateCreated": "2025-10-06T16:57:26.3901637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "2ba86c65-1b71-4efc-9655-41eff6942f90",
"IsWhoPublication": true,
"regionscountries": "00e10b83-8955-4972-b5d4-7bd012a394d5",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "26d0d197-99bf-4592-b9f8-6dcc8f663dcc",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.3901637+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-10-06T16:57:26.3901637Z",
"PublicationDate": "2025-10-06T16:57:26.3901637Z",
"DateCreated": "2025-10-06T16:57:26.3901637Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "59e03005-077e-4a83-a470-bd0bd0c17134",
"IsWhoPublication": true,
"regionscountries": "bcb33dbe-45b8-49db-ab2f-8fadc66b8296",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "05e244e1-7471-45ce-8a98-9737a7c71895",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.3901637+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": "526da007-248e-4a2a-84e6-a53fe9226151"
}
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-10-06T16:57:26.4057897Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "308d2224-8c93-4d7a-9d19-a3a1f9e305ed",
"IsWhoPublication": true,
"regionscountries": "777fbea9-9073-4aca-a0f6-5992c2427f28",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "3bb9abb2-3b6a-4d2f-8645-c3506ef42b47",
"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-10-06T16:57:26.4057897Z",
"PublicationDate": "2025-10-06T16:57:26.4057897Z",
"DateCreated": "2025-10-06T16:57:26.4057897Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6a5524fb-88ae-4a48-b961-0e5f86e8c1e9",
"IsWhoPublication": true,
"regionscountries": "282c6e0c-7d90-4867-8c9f-9b87b89562a6",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "3d047a4c-fa4d-46a8-b4a9-ae0a98147a85",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:26.4057897+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-10-06T16:57:26.4057897Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "392a3e8e-c8f8-4574-a28f-736813cae70d",
"IsWhoPublication": true,
"regionscountries": "e62b4c9a-0fab-4d0a-8bd9-0ca26b1714a4",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "528164e0-d86a-4603-acf7-4c4f015e1038",
"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-10-06T16:57:26.4057897Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "1b98b686-46e5-4ad7-b9e7-a9a623ba6989",
"IsWhoPublication": true,
"regionscountries": "f0d4a276-28b4-4c56-99b7-82bb4cb3167e",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "f963e748-7542-4a61-b1e0-bc55ed46cafb",
"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.