Returns a set of data items of type teams.
GET /api/news/teams
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 | |
ContactInfo | System.String | Read only: False | |
QuickLinkSecondaryLabel | System.String | Read only: False | |
Title | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
OfficialName | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Overview | System.String | Read only: False | |
QuickLinkPrimaryLabel | 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:20:17.2454119Z",
"PublicationDate": "2025-10-06T16:20:17.2454119Z",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6d370484-afbc-47ad-a208-cd24587a49a2",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "e01cdef3-5ba9-42ce-ace8-54bcf060f425",
"OfficialName": "sample string 13",
"Summary": "sample string 14",
"Overview": "sample string 15",
"QuickLinkPrimaryLabel": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:20:17.2454119+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:20:17.2454119Z",
"PublicationDate": "2025-10-06T16:20:17.2454119Z",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6d370484-afbc-47ad-a208-cd24587a49a2",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "e01cdef3-5ba9-42ce-ace8-54bcf060f425",
"OfficialName": "sample string 13",
"Summary": "sample string 14",
"Overview": "sample string 15",
"QuickLinkPrimaryLabel": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:20:17.2454119+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets teams item by id.
GET /api/news/teams({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 | |
ContactInfo | System.String | Read only: False | |
QuickLinkSecondaryLabel | System.String | Read only: False | |
Title | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
OfficialName | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Overview | System.String | Read only: False | |
QuickLinkPrimaryLabel | 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:20:17.2454119Z",
"PublicationDate": "2025-10-06T16:20:17.2454119Z",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "059bb890-d183-49a2-b37e-08c6e43965ea",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "c62714f5-568c-41d7-9de6-4e9fa90ac0c3",
"OfficialName": "sample string 13",
"Summary": "sample string 14",
"Overview": "sample string 15",
"QuickLinkPrimaryLabel": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:20:17.2454119+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from teams item.
GET /api/news/teams({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": "82e9ded0-7ab8-402f-b29c-5292308e2dd1"
}
Creates a teams item.
POST /api/news/teams
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 | |
ContactInfo | System.String | Read only: False | |
QuickLinkSecondaryLabel | System.String | Read only: False | |
Title | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
OfficialName | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Overview | System.String | Read only: False | |
QuickLinkPrimaryLabel | 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:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "0dcdeb4e-e1a4-4b55-a728-3600121f5315",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "0beffa64-0b88-4293-883d-8bb85bf4f06a",
"OfficialName": "sample string 10",
"Summary": "sample string 11",
"Overview": "sample string 12",
"QuickLinkPrimaryLabel": "sample string 13"
}
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 | |
ContactInfo | System.String | Read only: False | |
QuickLinkSecondaryLabel | System.String | Read only: False | |
Title | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
OfficialName | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Overview | System.String | Read only: False | |
QuickLinkPrimaryLabel | 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:20:17.2454119Z",
"PublicationDate": "2025-10-06T16:20:17.2454119Z",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "7a790eff-a666-4ae7-8444-6fabfa7ec129",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "4d6007b1-0c25-4bc1-898d-5b41a2a0c919",
"OfficialName": "sample string 13",
"Summary": "sample string 14",
"Overview": "sample string 15",
"QuickLinkPrimaryLabel": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:20:17.2454119+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for teams item.
PATCH /api/news/teams({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 | |
ContactInfo | System.String | Read only: False | |
QuickLinkSecondaryLabel | System.String | Read only: False | |
Title | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
OfficialName | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Overview | System.String | Read only: False | |
QuickLinkPrimaryLabel | 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:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "7b390710-44b4-4545-88a8-ee221e02ec3b",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "32ec39c0-1ea4-4608-b527-a0bd4a189c91",
"OfficialName": "sample string 10",
"Summary": "sample string 11",
"Overview": "sample string 12",
"QuickLinkPrimaryLabel": "sample string 13"
}
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 teams item.
PUT /api/news/teams({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 | |
ContactInfo | System.String | Read only: False | |
QuickLinkSecondaryLabel | System.String | Read only: False | |
Title | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
OfficialName | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Overview | System.String | Read only: False | |
QuickLinkPrimaryLabel | 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:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "88446e17-025c-4b27-974e-b6e5f12160a5",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "848ad5a3-5d7b-466f-a839-bbd253c4771a",
"OfficialName": "sample string 10",
"Summary": "sample string 11",
"Overview": "sample string 12",
"QuickLinkPrimaryLabel": "sample string 13"
}
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 teams item by Id.
DELETE /api/news/teams({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 ChildTeams from teams item.
GET /api/news/teams({key})/ChildTeams
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 | |
ContactInfo | System.String | Read only: False | |
QuickLinkSecondaryLabel | System.String | Read only: False | |
Title | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
OfficialName | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Overview | System.String | Read only: False | |
QuickLinkPrimaryLabel | 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:20:17.2454119Z",
"PublicationDate": "2025-10-06T16:20:17.2454119Z",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "441210b1-d015-484f-a294-f7acb8648079",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "22d89ca3-9178-4995-898c-8d785eca2440",
"OfficialName": "sample string 13",
"Summary": "sample string 14",
"Overview": "sample string 15",
"QuickLinkPrimaryLabel": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:20:17.2454119+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:20:17.2454119Z",
"PublicationDate": "2025-10-06T16:20:17.2454119Z",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "441210b1-d015-484f-a294-f7acb8648079",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "22d89ca3-9178-4995-898c-8d785eca2440",
"OfficialName": "sample string 13",
"Summary": "sample string 14",
"Overview": "sample string 15",
"QuickLinkPrimaryLabel": "sample string 16",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:20:17.2454119+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add ChildTeams relation to teams item.
POST /api/news/teams({key})/ChildTeams/$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 ChildTeams from teams item.
DELETE /api/news/teams({key})/ChildTeams/$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 TeamsPage from teams item.
GET /api/news/teams({key})/TeamsPage
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-10-06T16:20:17.2454119Z",
"UrlName": "sample string 2",
"organizations": "36c3533b-1a4d-4733-a21f-3ac867ed80a2",
"regionscountries": "d299bcd2-e261-43c5-ac12-840173fb872d",
"sustainabledevelopmentgoals": "0e915b8e-8d51-435d-95a1-c701efea614a",
"departmentaltargets": "3e099a16-221d-4aab-902d-885ff369b87c",
"healthtopics": "abf356fb-87c2-4889-9155-6dd2f56d230f",
"events": "bfce6d3c-ba4a-4509-a6c6-35b3f6ac7c5f",
"publishingoffices": "32442ea9-4196-432a-b15c-3f3162a29f49",
"WebPageType": "sample string 10",
"targetaudiences": "31e60f88-98e3-4252-841f-bc2a7aee4f4b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"ShowInNavigation": true,
"ParentId": "44868e95-53d7-41e9-bc63-33d42123927f",
"RootId": "512fd8b8-2e36-4481-af49-dc5a2fb629c9",
"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": "1be41251-709f-42b5-b19b-84cced74ebcb",
"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-10-06T16:20:17.2454119Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-06T16:20:17.2454119Z",
"UrlName": "sample string 2",
"organizations": "36c3533b-1a4d-4733-a21f-3ac867ed80a2",
"regionscountries": "d299bcd2-e261-43c5-ac12-840173fb872d",
"sustainabledevelopmentgoals": "0e915b8e-8d51-435d-95a1-c701efea614a",
"departmentaltargets": "3e099a16-221d-4aab-902d-885ff369b87c",
"healthtopics": "abf356fb-87c2-4889-9155-6dd2f56d230f",
"events": "bfce6d3c-ba4a-4509-a6c6-35b3f6ac7c5f",
"publishingoffices": "32442ea9-4196-432a-b15c-3f3162a29f49",
"WebPageType": "sample string 10",
"targetaudiences": "31e60f88-98e3-4252-841f-bc2a7aee4f4b",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"ShowInNavigation": true,
"ParentId": "44868e95-53d7-41e9-bc63-33d42123927f",
"RootId": "512fd8b8-2e36-4481-af49-dc5a2fb629c9",
"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": "1be41251-709f-42b5-b19b-84cced74ebcb",
"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-10-06T16:20:17.2454119Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add TeamsPage relation to teams item.
POST /api/news/teams({key})/TeamsPage/$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 TeamsPage from teams item.
DELETE /api/news/teams({key})/TeamsPage/$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 QuickLinkPrimaryLink from teams item.
GET /api/news/teams({key})/QuickLinkPrimaryLink
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-10-06T16:20:17.2454119Z",
"UrlName": "sample string 2",
"organizations": "b9431def-4e88-439b-abb1-0504387e63fb",
"regionscountries": "8bd6dbca-96db-4935-ac40-e8ea39443e9a",
"sustainabledevelopmentgoals": "192e9ee2-22e6-4640-ade4-7563529c2235",
"departmentaltargets": "8e698020-f5bb-4c61-91b8-6c8be9c9d9c9",
"healthtopics": "e1a66faa-f02d-4ccb-87f0-5b15c1cb7cae",
"events": "bdc98707-1413-45e1-986d-b719c263b3e2",
"publishingoffices": "7009b44b-5e2f-434f-874c-6adf45040022",
"WebPageType": "sample string 10",
"targetaudiences": "aaeb8b33-d3e4-4888-a4a8-f5edd45a3c00",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"ShowInNavigation": true,
"ParentId": "5dd853c4-632d-476c-bd3f-094d91279691",
"RootId": "fc1bf96f-cb63-4c00-bf3e-0a9d28e1871e",
"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": "0ad6a8a1-a58f-433c-a3c6-d5ec02b72fac",
"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-10-06T16:20:17.2454119Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-06T16:20:17.2454119Z",
"UrlName": "sample string 2",
"organizations": "b9431def-4e88-439b-abb1-0504387e63fb",
"regionscountries": "8bd6dbca-96db-4935-ac40-e8ea39443e9a",
"sustainabledevelopmentgoals": "192e9ee2-22e6-4640-ade4-7563529c2235",
"departmentaltargets": "8e698020-f5bb-4c61-91b8-6c8be9c9d9c9",
"healthtopics": "e1a66faa-f02d-4ccb-87f0-5b15c1cb7cae",
"events": "bdc98707-1413-45e1-986d-b719c263b3e2",
"publishingoffices": "7009b44b-5e2f-434f-874c-6adf45040022",
"WebPageType": "sample string 10",
"targetaudiences": "aaeb8b33-d3e4-4888-a4a8-f5edd45a3c00",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"ShowInNavigation": true,
"ParentId": "5dd853c4-632d-476c-bd3f-094d91279691",
"RootId": "fc1bf96f-cb63-4c00-bf3e-0a9d28e1871e",
"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": "0ad6a8a1-a58f-433c-a3c6-d5ec02b72fac",
"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-10-06T16:20:17.2454119Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add QuickLinkPrimaryLink relation to teams item.
POST /api/news/teams({key})/QuickLinkPrimaryLink/$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 QuickLinkPrimaryLink from teams item.
DELETE /api/news/teams({key})/QuickLinkPrimaryLink/$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 QuickLinkSecondaryLink from teams item.
GET /api/news/teams({key})/QuickLinkSecondaryLink
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-10-06T16:20:17.2454119Z",
"UrlName": "sample string 2",
"organizations": "d27e5b56-2e06-4413-8573-de86331dea85",
"regionscountries": "8cb3ea69-ab5c-40ac-a8fb-6b88c2f780cf",
"sustainabledevelopmentgoals": "1eba87c4-672b-41ca-862b-dc57effc9b0d",
"departmentaltargets": "a94f8a79-bfe8-4f47-a5df-083c8fb9cdd3",
"healthtopics": "f45a9835-f2e8-41fd-affd-93958c46d686",
"events": "18467e33-f61b-47a2-941d-162dfce6e4b1",
"publishingoffices": "b490da5f-4339-4cd8-87f4-827bfe5e4bce",
"WebPageType": "sample string 10",
"targetaudiences": "7313ad95-1269-457b-ab63-ef696207fa1f",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"ShowInNavigation": true,
"ParentId": "a4bbe7cf-7a2c-4141-8de5-c2e9930bde9f",
"RootId": "1ccd2d82-a42e-49a4-bbfe-35abd69095b7",
"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": "348d5bb0-20bc-4474-a83e-b2cf0bd481f1",
"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-10-06T16:20:17.2454119Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-10-06T16:20:17.2454119Z",
"UrlName": "sample string 2",
"organizations": "d27e5b56-2e06-4413-8573-de86331dea85",
"regionscountries": "8cb3ea69-ab5c-40ac-a8fb-6b88c2f780cf",
"sustainabledevelopmentgoals": "1eba87c4-672b-41ca-862b-dc57effc9b0d",
"departmentaltargets": "a94f8a79-bfe8-4f47-a5df-083c8fb9cdd3",
"healthtopics": "f45a9835-f2e8-41fd-affd-93958c46d686",
"events": "18467e33-f61b-47a2-941d-162dfce6e4b1",
"publishingoffices": "b490da5f-4339-4cd8-87f4-827bfe5e4bce",
"WebPageType": "sample string 10",
"targetaudiences": "7313ad95-1269-457b-ab63-ef696207fa1f",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-10-06T16:20:17.2454119Z",
"ShowInNavigation": true,
"ParentId": "a4bbe7cf-7a2c-4141-8de5-c2e9930bde9f",
"RootId": "1ccd2d82-a42e-49a4-bbfe-35abd69095b7",
"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": "348d5bb0-20bc-4474-a83e-b2cf0bd481f1",
"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-10-06T16:20:17.2454119Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add QuickLinkSecondaryLink relation to teams item.
POST /api/news/teams({key})/QuickLinkSecondaryLink/$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 QuickLinkSecondaryLink from teams item.
DELETE /api/news/teams({key})/QuickLinkSecondaryLink/$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.