Returns a set of data items of type series.
GET /api/default/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-09-20T23:28:01.3955124Z",
"PublicationDate": "2026-09-20T23:28:01.3955124Z",
"DateCreated": "2026-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "eaa3b413-1b10-47de-93ad-bd0274971405",
"IsWhoPublication": true,
"regionscountries": "4679acf4-c99d-4a77-8776-f5a35dc542eb",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "5b26dbca-83d9-4579-bf5d-e8c10415798e",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:01.3955124+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-09-20T23:28:01.3955124Z",
"PublicationDate": "2026-09-20T23:28:01.3955124Z",
"DateCreated": "2026-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "eaa3b413-1b10-47de-93ad-bd0274971405",
"IsWhoPublication": true,
"regionscountries": "4679acf4-c99d-4a77-8776-f5a35dc542eb",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "5b26dbca-83d9-4579-bf5d-e8c10415798e",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:01.3955124+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets series item by id.
GET /api/default/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-09-20T23:28:01.3955124Z",
"PublicationDate": "2026-09-20T23:28:01.3955124Z",
"DateCreated": "2026-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6bfb568b-ec1b-4da7-9890-13c285adee21",
"IsWhoPublication": true,
"regionscountries": "0b58a004-e481-4ee9-bf4a-b00027217774",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "5825a531-d829-4c44-b4b4-0ec7b79a6b36",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:01.3955124+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from series item.
GET /api/default/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": "0b2fa81a-9097-48a4-9be8-f2a90bd049ef"
}Creates a series item.
POST /api/default/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-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "0247fb60-5788-4f42-9cd1-192326caf382",
"IsWhoPublication": true,
"regionscountries": "437b38a9-14ba-42ca-a8ee-3ea46dd380e1",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "5b3ea639-1d4e-4cf1-ab5e-d4a5654d96f5",
"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-09-20T23:28:01.3955124Z",
"PublicationDate": "2026-09-20T23:28:01.3955124Z",
"DateCreated": "2026-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "4d24baf7-53a8-41e6-969d-0e1b70bdfdfa",
"IsWhoPublication": true,
"regionscountries": "64d06928-39dc-453d-8d49-14fb65fda067",
"ArticleSortingOrder": "sample string 11",
"IsActive": true,
"Title": "sample string 13",
"healthtopics": "ed73922e-a3ae-4989-89c5-11c1e1ef591d",
"Summary": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-20T23:28:01.3955124+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for series item.
PATCH /api/default/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-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "c6ce334d-9206-4b3c-8334-45340d9c9daa",
"IsWhoPublication": true,
"regionscountries": "4a40aecc-1228-44b8-a3cf-029a4a8dc5cd",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "eb8356e6-a887-4944-9d3a-a0a0eb7d12fa",
"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/default/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-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "87018f24-4c82-4e00-932c-8b82492b1726",
"IsWhoPublication": true,
"regionscountries": "99582607-9ebd-4886-a09b-ff945e187722",
"ArticleSortingOrder": "sample string 8",
"IsActive": true,
"Title": "sample string 10",
"healthtopics": "aac7d541-3a41-4302-ad6a-9681aba73b04",
"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/default/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.
Returns a set of related items of type MainImage from series item.
GET /api/default/series({key})/MainImage
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: True | |
| IncludeInSitemap | System.Boolean | Read only: False | |
| SystemSourceKey | System.String | Read only: False | |
| Ordinal | System.Single | Read only: False | |
| UrlName | System.String | Read only: False | |
| ItemDefaultUrl | System.String | Read only: True | |
| Author | System.String | Read only: False | |
| Extension | System.String | Read only: True | |
| MimeType | System.String | Read only: True | |
| TotalSize | System.Int64 | Read only: True | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| targets | System.Guid | Read only: False | |
| Category | System.Guid | Read only: False | |
| imagetypes | System.Guid | Read only: False | |
| JoomlaArticleId | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| IsOptimized | System.Boolean | Read only: False | |
| OptImgStatus | System.String | Read only: False | |
| Width | System.Int32 | Read only: True | |
| Height | System.Int32 | Read only: True | |
| AlternativeText | System.String | Read only: False | |
| FolderId | System.Guid | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Url | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| Thumbnails | Telerik.Sitefinity.Modules.Libraries.Web.Services.Extensibility.ThumbnailModel | Read only: True | |
| IsDamMedia | System.Boolean | Read only: True |
application/json
[
{
"LastModified": "2026-09-20T23:28:01.3955124Z",
"PublicationDate": "2026-09-20T23:28:01.3955124Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "9131cbb0-c66b-42fc-8697-a00f73d0cd1d",
"publishingoffices": "c3ba6457-a477-4f84-957a-e9d73ddf9384",
"events": "ed2d1c72-ab81-43aa-a5c7-9161e2f32e3f",
"targets": "b1fe9c27-2810-4930-9ca9-9a4f2be34347",
"Category": "a8061731-a2ea-44ee-965a-35bfb0cc7ba5",
"imagetypes": "fbc12914-a3aa-4d04-81e3-299e31e17777",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "bbe4b20b-db16-44d4-9bc4-ab3aed6e8455",
"stakeholders": "ce4129de-0672-43e1-bc1d-4aae614a5377",
"Tags": "8dfddb2a-2e08-4a36-acf6-d925a76545dc",
"healthtopics": "4d7df90b-220b-48bd-a737-1969fa080430",
"targetaudiences": "696787b2-7386-46f2-b44b-b69b3735a0c4",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "9573df6c-8ae4-40f7-aa62-8daa9f56a835",
"ParentId": "1eb23b8c-c052-4715-be4e-5593dbc0cedd",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
},
{
"LastModified": "2026-09-20T23:28:01.3955124Z",
"PublicationDate": "2026-09-20T23:28:01.3955124Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-09-20T23:28:01.3955124Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"Ordinal": 8.1,
"UrlName": "sample string 9",
"ItemDefaultUrl": "sample string 10",
"Author": "sample string 11",
"Extension": "sample string 12",
"MimeType": "sample string 13",
"TotalSize": 14,
"regionscountries": "9131cbb0-c66b-42fc-8697-a00f73d0cd1d",
"publishingoffices": "c3ba6457-a477-4f84-957a-e9d73ddf9384",
"events": "ed2d1c72-ab81-43aa-a5c7-9161e2f32e3f",
"targets": "b1fe9c27-2810-4930-9ca9-9a4f2be34347",
"Category": "a8061731-a2ea-44ee-965a-35bfb0cc7ba5",
"imagetypes": "fbc12914-a3aa-4d04-81e3-299e31e17777",
"JoomlaArticleId": "sample string 21",
"departmentaltargets": "bbe4b20b-db16-44d4-9bc4-ab3aed6e8455",
"stakeholders": "ce4129de-0672-43e1-bc1d-4aae614a5377",
"Tags": "8dfddb2a-2e08-4a36-acf6-d925a76545dc",
"healthtopics": "4d7df90b-220b-48bd-a737-1969fa080430",
"targetaudiences": "696787b2-7386-46f2-b44b-b69b3735a0c4",
"IsOptimized": true,
"OptImgStatus": "sample string 28",
"Width": 29,
"Height": 30,
"AlternativeText": "sample string 31",
"FolderId": "9573df6c-8ae4-40f7-aa62-8daa9f56a835",
"ParentId": "1eb23b8c-c052-4715-be4e-5593dbc0cedd",
"Provider": "sample string 34",
"Url": "sample string 35",
"ThumbnailUrl": "sample string 36",
"Thumbnails": {
"Title": "sample string 1",
"Url": "sample string 2",
"Width": 3,
"Height": 4,
"MimeType": "sample string 5"
},
"IsDamMedia": true
}
]Add MainImage relation to series item.
POST /api/default/series({key})/MainImage/$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 MainImage from series item.
DELETE /api/default/series({key})/MainImage/$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.