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-11-16T14:19:07.7252899Z",
"PublicationDate": "2025-11-16T14:19:07.7252899Z",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6d38aa61-1f11-4294-932e-47764ee65af4",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "5da980a3-914b-4ada-868c-3921c777b90a",
"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-11-16T14:19:07.7252899+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:19:07.7252899Z",
"PublicationDate": "2025-11-16T14:19:07.7252899Z",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "6d38aa61-1f11-4294-932e-47764ee65af4",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "5da980a3-914b-4ada-868c-3921c777b90a",
"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-11-16T14:19:07.7252899+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-11-16T14:19:07.7252899Z",
"PublicationDate": "2025-11-16T14:19:07.7252899Z",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "f7b2d426-d60d-4eb5-be48-9d76d5db4f38",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "2cc42579-2f88-4504-aad1-6893a64d71a7",
"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-11-16T14:19:07.7252899+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": "737a2fba-d7a0-499f-93cb-ee3ed55eef59"
}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-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "64e46926-32a3-4b11-bb5a-30bc003ad8ee",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "625a2a39-1eed-4891-a806-73331720d208",
"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-11-16T14:19:07.7252899Z",
"PublicationDate": "2025-11-16T14:19:07.7252899Z",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "02b548b2-b8fe-482a-b310-3f178eec30e6",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "b1d5f522-6c34-423e-98b1-ec0a3abf392a",
"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-11-16T14:19:07.7252899+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-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "e3c49b65-d7af-4cf0-8c9d-759fbc3ada67",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "7e4f498d-4664-4ff8-80a5-b0ee23e4ec05",
"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-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "1351e5bc-92f1-4122-9393-b5117e776ec2",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "f8b66e31-dd15-49f4-a0ba-cff6d7cd103a",
"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-11-16T14:19:07.7252899Z",
"PublicationDate": "2025-11-16T14:19:07.7252899Z",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "0884b19b-dfb6-4a60-827b-f6f2062b3a42",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "d11f178f-e310-46ea-b40b-7c852e3e67d4",
"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-11-16T14:19:07.7252899+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T14:19:07.7252899Z",
"PublicationDate": "2025-11-16T14:19:07.7252899Z",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "0884b19b-dfb6-4a60-827b-f6f2062b3a42",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "d11f178f-e310-46ea-b40b-7c852e3e67d4",
"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-11-16T14:19:07.7252899+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-11-16T14:19:07.7252899Z",
"UrlName": "sample string 2",
"organizations": "ea07e1f7-146f-4515-9dea-d114d3ea4a09",
"regionscountries": "8dcd9334-b027-4d22-b653-1c485b9920ad",
"sustainabledevelopmentgoals": "413bcdd3-5793-4d19-af2a-4cd6b96be5a8",
"departmentaltargets": "08122f9f-0885-4907-bf2a-9f75ac27f82b",
"healthtopics": "027f79fe-e29c-4743-bc41-72e8006277ed",
"events": "0be8d76e-abf6-4532-972a-a2ced4c529ae",
"publishingoffices": "feed56d1-ec22-489e-99d2-5337556b25cc",
"WebPageType": "sample string 10",
"targetaudiences": "0fc83e27-921b-4ab8-9b37-9137b85801aa",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"ShowInNavigation": true,
"ParentId": "4def591d-5a1c-4097-891e-fcdb2bb9e681",
"RootId": "4ece288a-6c44-409d-ac85-a00b0baa57e6",
"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": "18265caa-37b9-44fe-92fd-84a1a3a279c6",
"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-11-16T14:19:07.7252899Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T14:19:07.7252899Z",
"UrlName": "sample string 2",
"organizations": "ea07e1f7-146f-4515-9dea-d114d3ea4a09",
"regionscountries": "8dcd9334-b027-4d22-b653-1c485b9920ad",
"sustainabledevelopmentgoals": "413bcdd3-5793-4d19-af2a-4cd6b96be5a8",
"departmentaltargets": "08122f9f-0885-4907-bf2a-9f75ac27f82b",
"healthtopics": "027f79fe-e29c-4743-bc41-72e8006277ed",
"events": "0be8d76e-abf6-4532-972a-a2ced4c529ae",
"publishingoffices": "feed56d1-ec22-489e-99d2-5337556b25cc",
"WebPageType": "sample string 10",
"targetaudiences": "0fc83e27-921b-4ab8-9b37-9137b85801aa",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"ShowInNavigation": true,
"ParentId": "4def591d-5a1c-4097-891e-fcdb2bb9e681",
"RootId": "4ece288a-6c44-409d-ac85-a00b0baa57e6",
"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": "18265caa-37b9-44fe-92fd-84a1a3a279c6",
"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-11-16T14:19:07.7252899Z",
"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-11-16T14:19:07.7252899Z",
"UrlName": "sample string 2",
"organizations": "9604827a-6b21-4407-8220-b3be3ce0a2e6",
"regionscountries": "0033dd71-fea2-4983-b012-20a8889b5c6a",
"sustainabledevelopmentgoals": "d4fc1472-ed9a-4321-9165-e47cfe449425",
"departmentaltargets": "247617e4-fe28-4c8e-a799-47b39c0e376a",
"healthtopics": "3b74a9e2-5d54-4052-9d8e-05db435367a3",
"events": "d6acb775-c81e-42c8-bc60-79fa37fa442a",
"publishingoffices": "1b831910-c57a-467a-aba9-2f9b66b14006",
"WebPageType": "sample string 10",
"targetaudiences": "1c85834a-12bd-41b3-9e8b-3d3ff7d49cfd",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"ShowInNavigation": true,
"ParentId": "81de328e-9350-4c79-ba3d-d3a8d38e5ce6",
"RootId": "14682d3e-ff0d-41dc-b972-5cf33a9aec34",
"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": "821d52ac-5b1f-45f8-b71f-8312648ad3eb",
"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-11-16T14:19:07.7252899Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T14:19:07.7252899Z",
"UrlName": "sample string 2",
"organizations": "9604827a-6b21-4407-8220-b3be3ce0a2e6",
"regionscountries": "0033dd71-fea2-4983-b012-20a8889b5c6a",
"sustainabledevelopmentgoals": "d4fc1472-ed9a-4321-9165-e47cfe449425",
"departmentaltargets": "247617e4-fe28-4c8e-a799-47b39c0e376a",
"healthtopics": "3b74a9e2-5d54-4052-9d8e-05db435367a3",
"events": "d6acb775-c81e-42c8-bc60-79fa37fa442a",
"publishingoffices": "1b831910-c57a-467a-aba9-2f9b66b14006",
"WebPageType": "sample string 10",
"targetaudiences": "1c85834a-12bd-41b3-9e8b-3d3ff7d49cfd",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:19:07.7252899Z",
"ShowInNavigation": true,
"ParentId": "81de328e-9350-4c79-ba3d-d3a8d38e5ce6",
"RootId": "14682d3e-ff0d-41dc-b972-5cf33a9aec34",
"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": "821d52ac-5b1f-45f8-b71f-8312648ad3eb",
"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-11-16T14:19:07.7252899Z",
"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-11-16T14:19:07.7409153Z",
"UrlName": "sample string 2",
"organizations": "410c575c-204c-48dd-ac92-ba4b6fb634fa",
"regionscountries": "8b0c0c48-30c3-4890-9833-4df5e75eeb1e",
"sustainabledevelopmentgoals": "7893bac8-cec0-4846-9555-bdd18af1d700",
"departmentaltargets": "cf44069c-fe0f-4039-b233-f722d48fbfea",
"healthtopics": "a2016b73-f84f-433d-9d83-ce462fd9ccf4",
"events": "61e53075-beb7-441e-afe0-4f97b381e4ad",
"publishingoffices": "dbfce2b7-314f-43a4-8ab4-64c39c067502",
"WebPageType": "sample string 10",
"targetaudiences": "b1df0663-caaa-49d7-9b98-60376fcde5ec",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:19:07.7409153Z",
"ShowInNavigation": true,
"ParentId": "74cb0da3-3a48-4a54-9864-287acb37551f",
"RootId": "890356c8-ec90-4699-9da7-bd86b9a5305a",
"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": "b02d9429-a4ff-4c39-aef0-6c4566059442",
"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-11-16T14:19:07.7409153Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T14:19:07.7409153Z",
"UrlName": "sample string 2",
"organizations": "410c575c-204c-48dd-ac92-ba4b6fb634fa",
"regionscountries": "8b0c0c48-30c3-4890-9833-4df5e75eeb1e",
"sustainabledevelopmentgoals": "7893bac8-cec0-4846-9555-bdd18af1d700",
"departmentaltargets": "cf44069c-fe0f-4039-b233-f722d48fbfea",
"healthtopics": "a2016b73-f84f-433d-9d83-ce462fd9ccf4",
"events": "61e53075-beb7-441e-afe0-4f97b381e4ad",
"publishingoffices": "dbfce2b7-314f-43a4-8ab4-64c39c067502",
"WebPageType": "sample string 10",
"targetaudiences": "b1df0663-caaa-49d7-9b98-60376fcde5ec",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T14:19:07.7409153Z",
"ShowInNavigation": true,
"ParentId": "74cb0da3-3a48-4a54-9864-287acb37551f",
"RootId": "890356c8-ec90-4699-9da7-bd86b9a5305a",
"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": "b02d9429-a4ff-4c39-aef0-6c4566059442",
"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-11-16T14:19:07.7409153Z",
"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.