Returns a set of data items of type majorthemes.
GET /api/news/majorthemes
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 | |
PriorityLevelWHO | System.Decimal | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
ThumbnailText | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "9ad7784d-e581-4355-84ed-919296fd2e89",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "9ad7784d-e581-4355-84ed-919296fd2e89",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets majorthemes item by id.
GET /api/news/majorthemes({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 | |
PriorityLevelWHO | System.Decimal | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
ThumbnailText | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "56c44428-59e5-44b3-871a-4082d6632c3e",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from majorthemes item.
GET /api/news/majorthemes({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": "599e351d-58fb-476d-8e31-f10da98fd07f"
}
Creates a majorthemes item.
POST /api/news/majorthemes
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 | |
PriorityLevelWHO | System.Decimal | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
ThumbnailText | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PriorityLevelWHO": 5.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 7",
"ThumbnailText": "sample string 8",
"ParentId": "4d27c4d7-4b11-4e15-8d8a-f5e01a073e13"
}
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 | |
PriorityLevelWHO | System.Decimal | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
ThumbnailText | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"PriorityLevelWHO": 8.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 10",
"ThumbnailText": "sample string 11",
"ParentId": "0dfdf042-7ebf-4e03-9f74-a8a487fb44db",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for majorthemes item.
PATCH /api/news/majorthemes({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 | |
PriorityLevelWHO | System.Decimal | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
ThumbnailText | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PriorityLevelWHO": 5.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 7",
"ThumbnailText": "sample string 8",
"ParentId": "845e488e-b9aa-4556-8599-dd3d64abb7ed"
}
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 majorthemes item.
PUT /api/news/majorthemes({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 | |
PriorityLevelWHO | System.Decimal | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
Title | System.String | Read only: False | |
ThumbnailText | System.String | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"PriorityLevelWHO": 5.0,
"IncludeItemIdInSpecificPageURL": true,
"Title": "sample string 7",
"ThumbnailText": "sample string 8",
"ParentId": "eb055464-3b96-4ee0-a8b3-014a063f3075"
}
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 majorthemes item by Id.
DELETE /api/news/majorthemes({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 Parent from majorthemes item.
GET /api/news/majorthemes({key})/Parent
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 | |
Title | 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-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Provider": "sample string 9",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add Parent relation to majorthemes item.
POST /api/news/majorthemes({key})/Parent/$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 Parent from majorthemes item.
DELETE /api/news/majorthemes({key})/Parent/$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.
Returns a set of related items of type ThemeDefinition from majorthemes item.
GET /api/news/majorthemes({key})/ThemeDefinition
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 | |
Title | System.String | Read only: False | |
Node | 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-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Node": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"Node": "sample string 9",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add ThemeDefinition relation to majorthemes item.
POST /api/news/majorthemes({key})/ThemeDefinition/$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 ThemeDefinition from majorthemes item.
DELETE /api/news/majorthemes({key})/ThemeDefinition/$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.
Returns a set of related items of type SpecificPage from majorthemes item.
GET /api/news/majorthemes({key})/SpecificPage
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 | |
UrlName | System.String | Read only: False | |
organizations | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
sustainabledevelopmentgoals | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
healthtopics | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
WebPageType | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: False | |
ShowInNavigation | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
RootId | System.Guid | Read only: False | |
ExpirationInDays | System.Int32 | Read only: False | |
HtmlTitle | System.String | Read only: False | |
Description | System.String | Read only: False | |
HeadTagContent | System.String | Read only: False | |
CodeBehindType | System.String | Read only: False | |
IncludeScriptManager | System.Boolean | Read only: False | |
EnableViewState | System.Boolean | Read only: False | |
PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
TemplateId | System.Guid | Read only: False | |
RequireSsl | System.Boolean | Read only: False | |
EnableScriptManager | System.Boolean | Read only: False | |
AllowParametersValidation | System.Boolean | Read only: False | |
Crawlable | System.Boolean | Read only: False | |
IncludeInSearchIndex | System.Boolean | Read only: False | |
Priority | System.Single | Read only: False | |
LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
OutputCacheProfile | System.String | Read only: False | |
Renderer | System.String | Read only: False | |
TemplateName | System.String | Read only: False | |
Provider | System.String | Read only: True | |
HasChildren | System.Boolean | Read only: True | |
Breadcrumb | System.String | Read only: True | |
AvailableLanguages | System.String | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: True | |
ViewUrl | System.String | Read only: True | |
EditUrl | System.String | Read only: True | |
EditUrlBasePath | System.String | Read only: True | |
IsHomePage | System.Boolean | Read only: True | |
RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"UrlName": "sample string 2",
"organizations": "9d248ef6-b0c5-4aea-84b9-0b0eb67e79b1",
"regionscountries": "cffe351a-5279-4e5f-8858-5f326345a176",
"sustainabledevelopmentgoals": "bbf73dd3-3ad4-4e0e-ac8f-f9a4936db529",
"departmentaltargets": "e9333347-9001-402e-9caa-ee7d4e9b72bb",
"healthtopics": "f4d8cf64-0b84-4fa9-9b21-ac6b3e27fb45",
"events": "01387616-83ba-49b5-82ca-196139172fd6",
"publishingoffices": "29845548-c246-472b-9344-a86a43349a87",
"WebPageType": "sample string 10",
"targetaudiences": "0ad598bb-21e1-4013-8a0d-90683c5384df",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"ShowInNavigation": true,
"ParentId": "5c566cc2-9317-4b8f-b9d7-ca8c5fee5ef0",
"RootId": "5ae39de4-c191-41a3-b713-f57f954aca8d",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "82745245-9752-43fe-902a-4ea4f95fe3ff",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"UrlName": "sample string 2",
"organizations": "9d248ef6-b0c5-4aea-84b9-0b0eb67e79b1",
"regionscountries": "cffe351a-5279-4e5f-8858-5f326345a176",
"sustainabledevelopmentgoals": "bbf73dd3-3ad4-4e0e-ac8f-f9a4936db529",
"departmentaltargets": "e9333347-9001-402e-9caa-ee7d4e9b72bb",
"healthtopics": "f4d8cf64-0b84-4fa9-9b21-ac6b3e27fb45",
"events": "01387616-83ba-49b5-82ca-196139172fd6",
"publishingoffices": "29845548-c246-472b-9344-a86a43349a87",
"WebPageType": "sample string 10",
"targetaudiences": "0ad598bb-21e1-4013-8a0d-90683c5384df",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"ShowInNavigation": true,
"ParentId": "5c566cc2-9317-4b8f-b9d7-ca8c5fee5ef0",
"RootId": "5ae39de4-c191-41a3-b713-f57f954aca8d",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "82745245-9752-43fe-902a-4ea4f95fe3ff",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add SpecificPage relation to majorthemes item.
POST /api/news/majorthemes({key})/SpecificPage/$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 SpecificPage from majorthemes item.
DELETE /api/news/majorthemes({key})/SpecificPage/$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.
Returns a set of related items of type MajorTopics from majorthemes item.
GET /api/news/majorthemes({key})/MajorTopics
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 | |
Title | System.String | Read only: False | |
IncludeItemIdInSpecificPageURL | System.Boolean | Read only: False | |
ParentId | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "bef64752-94f2-4017-b9dd-129501d96722",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T03:20:01.9254626Z",
"PublicationDate": "2025-09-12T03:20:01.9254626Z",
"DateCreated": "2025-09-12T03:20:01.9254626Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"IncludeItemIdInSpecificPageURL": true,
"ParentId": "bef64752-94f2-4017-b9dd-129501d96722",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T03:20:01.9254626+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add MajorTopics relation to majorthemes item.
POST /api/news/majorthemes({key})/MajorTopics/$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 MajorTopics from majorthemes item.
DELETE /api/news/majorthemes({key})/MajorTopics/$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.