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-09-11T03:13:31.0616699Z",
"PublicationDate": "2025-09-11T03:13:31.0616699Z",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "3bd53ff4-5dc6-4315-b665-0ded5261bbbf",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "9bbbb1e2-e96e-4ed9-b527-613f269747f5",
"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-09-11T03:13:31.0616699+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:13:31.0616699Z",
"PublicationDate": "2025-09-11T03:13:31.0616699Z",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "3bd53ff4-5dc6-4315-b665-0ded5261bbbf",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "9bbbb1e2-e96e-4ed9-b527-613f269747f5",
"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-09-11T03:13:31.0616699+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-09-11T03:13:31.0616699Z",
"PublicationDate": "2025-09-11T03:13:31.0616699Z",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "044ef2cb-8df6-4ef4-bbb5-f68fb805a32e",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "c5e54bfa-9300-47cb-a3fd-7f99f0b71712",
"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-09-11T03:13:31.0616699+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": "86c574a9-3a26-4832-933a-e70b714e08b4"
}
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-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "06c76253-86e6-4299-bc8c-b8b7a6209d41",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "956a6bec-34c7-4fb0-8b2b-db9958c8396d",
"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-09-11T03:13:31.0616699Z",
"PublicationDate": "2025-09-11T03:13:31.0616699Z",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "2b630af9-023c-4685-86b6-a7fecaa4c177",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "347e92e3-7cff-4930-b9f4-464a2a8a7493",
"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-09-11T03:13:31.0616699+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-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "b9b23269-a64d-4eec-9242-d3c5e70aa44d",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "33186bc5-83a1-49eb-8145-2f0b57bd2683",
"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-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"publishingoffices": "8cf03d1b-3ee6-462a-a360-64de3d489f73",
"ContactInfo": "sample string 6",
"QuickLinkSecondaryLabel": "sample string 7",
"Title": "sample string 8",
"departmentaltargets": "f153b65f-7b40-4afd-9ca0-a852859b2c92",
"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-09-11T03:13:31.0616699Z",
"PublicationDate": "2025-09-11T03:13:31.0616699Z",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "c3542791-e674-4d56-b888-eb7939395148",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "5b005e1b-f2e5-4450-945d-0fbce5950297",
"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-09-11T03:13:31.0616699+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:13:31.0616699Z",
"PublicationDate": "2025-09-11T03:13:31.0616699Z",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "c3542791-e674-4d56-b888-eb7939395148",
"ContactInfo": "sample string 9",
"QuickLinkSecondaryLabel": "sample string 10",
"Title": "sample string 11",
"departmentaltargets": "5b005e1b-f2e5-4450-945d-0fbce5950297",
"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-09-11T03:13:31.0616699+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-09-11T03:13:31.0616699Z",
"UrlName": "sample string 2",
"organizations": "62a4039a-3585-4a8f-ac5b-a2979567bb50",
"regionscountries": "b3f8fba8-d61d-4c2a-a21c-515d94dc667c",
"sustainabledevelopmentgoals": "363fed36-d005-4ec4-89d5-8a886dda04d9",
"departmentaltargets": "e553899c-5c56-4c83-a10b-e2060edea4f4",
"healthtopics": "4e485de4-2f65-4576-86de-875ef5b32f8b",
"events": "d4ee6959-abac-4ba0-8390-f39c7ea744ee",
"publishingoffices": "06c0fe5d-0b9a-4524-8917-3fb77a30f13d",
"WebPageType": "sample string 10",
"targetaudiences": "4dee9037-2887-44f4-b3f3-41bf6508588c",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"ShowInNavigation": true,
"ParentId": "c55e2bb5-c457-4b62-ab41-2f2fbd7072f4",
"RootId": "6b8352b2-8dd3-49b7-9326-edfa8e47a848",
"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": "20357ae6-3efd-41d8-8574-76a899119958",
"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-11T03:13:31.0616699Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-11T03:13:31.0616699Z",
"UrlName": "sample string 2",
"organizations": "62a4039a-3585-4a8f-ac5b-a2979567bb50",
"regionscountries": "b3f8fba8-d61d-4c2a-a21c-515d94dc667c",
"sustainabledevelopmentgoals": "363fed36-d005-4ec4-89d5-8a886dda04d9",
"departmentaltargets": "e553899c-5c56-4c83-a10b-e2060edea4f4",
"healthtopics": "4e485de4-2f65-4576-86de-875ef5b32f8b",
"events": "d4ee6959-abac-4ba0-8390-f39c7ea744ee",
"publishingoffices": "06c0fe5d-0b9a-4524-8917-3fb77a30f13d",
"WebPageType": "sample string 10",
"targetaudiences": "4dee9037-2887-44f4-b3f3-41bf6508588c",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"ShowInNavigation": true,
"ParentId": "c55e2bb5-c457-4b62-ab41-2f2fbd7072f4",
"RootId": "6b8352b2-8dd3-49b7-9326-edfa8e47a848",
"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": "20357ae6-3efd-41d8-8574-76a899119958",
"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-11T03:13:31.0616699Z",
"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-09-11T03:13:31.0616699Z",
"UrlName": "sample string 2",
"organizations": "b0ea0a67-fc25-460e-9dc8-2bbb9b80a7f4",
"regionscountries": "6a2e57fa-5794-4ee4-8057-818824c11ca6",
"sustainabledevelopmentgoals": "748ec69c-0db9-4c34-82d1-1238db2a77a6",
"departmentaltargets": "68b8b01b-8b6e-4c12-9af5-1ea948265bc5",
"healthtopics": "5d5967ed-384c-496a-a52c-7d20cd9ed989",
"events": "99e1017b-f416-45a8-88ca-ec2215005206",
"publishingoffices": "f7f0df31-e619-4e74-9d65-be17376d40a3",
"WebPageType": "sample string 10",
"targetaudiences": "4e7cf496-cf5f-4ac6-bb91-3a8260de16e9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"ShowInNavigation": true,
"ParentId": "4c7d6126-0d36-405e-aae0-d9269588aeee",
"RootId": "b9a4747e-9eaf-4235-b7a8-b455f6887021",
"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": "d906fc8c-d368-4f72-9be0-fad0ef9613eb",
"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-11T03:13:31.0616699Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-11T03:13:31.0616699Z",
"UrlName": "sample string 2",
"organizations": "b0ea0a67-fc25-460e-9dc8-2bbb9b80a7f4",
"regionscountries": "6a2e57fa-5794-4ee4-8057-818824c11ca6",
"sustainabledevelopmentgoals": "748ec69c-0db9-4c34-82d1-1238db2a77a6",
"departmentaltargets": "68b8b01b-8b6e-4c12-9af5-1ea948265bc5",
"healthtopics": "5d5967ed-384c-496a-a52c-7d20cd9ed989",
"events": "99e1017b-f416-45a8-88ca-ec2215005206",
"publishingoffices": "f7f0df31-e619-4e74-9d65-be17376d40a3",
"WebPageType": "sample string 10",
"targetaudiences": "4e7cf496-cf5f-4ac6-bb91-3a8260de16e9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"ShowInNavigation": true,
"ParentId": "4c7d6126-0d36-405e-aae0-d9269588aeee",
"RootId": "b9a4747e-9eaf-4235-b7a8-b455f6887021",
"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": "d906fc8c-d368-4f72-9be0-fad0ef9613eb",
"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-11T03:13:31.0616699Z",
"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-09-11T03:13:31.0616699Z",
"UrlName": "sample string 2",
"organizations": "e84f6a7d-791e-472a-8a32-fa9852b468cc",
"regionscountries": "b352ecf8-846c-4e0c-890d-88a5c4e330e1",
"sustainabledevelopmentgoals": "abeda42e-39b3-4936-963e-098424d235bd",
"departmentaltargets": "21336707-618a-4bd8-8ff7-990c8161bc36",
"healthtopics": "80adb39d-234f-405e-ab30-1056f54c2b27",
"events": "6a2cafb4-723e-4b69-9e99-117fd8dc3047",
"publishingoffices": "3400d82d-2f33-4778-bcac-8476e37c8ddd",
"WebPageType": "sample string 10",
"targetaudiences": "f3274876-29cb-41e9-ab08-69a4cb98e7ba",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"ShowInNavigation": true,
"ParentId": "99bdd92c-2117-4944-987a-bf7a73541227",
"RootId": "d55e10e6-a0f4-415d-9793-68dc64059830",
"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": "96a20586-ab38-47d3-8d66-a7d0a8f0eaf8",
"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-11T03:13:31.0616699Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-11T03:13:31.0616699Z",
"UrlName": "sample string 2",
"organizations": "e84f6a7d-791e-472a-8a32-fa9852b468cc",
"regionscountries": "b352ecf8-846c-4e0c-890d-88a5c4e330e1",
"sustainabledevelopmentgoals": "abeda42e-39b3-4936-963e-098424d235bd",
"departmentaltargets": "21336707-618a-4bd8-8ff7-990c8161bc36",
"healthtopics": "80adb39d-234f-405e-ab30-1056f54c2b27",
"events": "6a2cafb4-723e-4b69-9e99-117fd8dc3047",
"publishingoffices": "3400d82d-2f33-4778-bcac-8476e37c8ddd",
"WebPageType": "sample string 10",
"targetaudiences": "f3274876-29cb-41e9-ab08-69a4cb98e7ba",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-11T03:13:31.0616699Z",
"ShowInNavigation": true,
"ParentId": "99bdd92c-2117-4944-987a-bf7a73541227",
"RootId": "d55e10e6-a0f4-415d-9793-68dc64059830",
"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": "96a20586-ab38-47d3-8d66-a7d0a8f0eaf8",
"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-11T03:13:31.0616699Z",
"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.