RESTful API
news

Groups

Get groups

Returns a set of data items of type groups.

Copy GET /api/news/groups
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-10T20:13:14.6719993Z",
    "PublicationDate": "2025-09-10T20:13:14.6719993Z",
    "DateCreated": "2025-09-10T20:13:14.6719993Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "QuickLinkSecondaryLabel": "sample string 8",
    "ChildGroupsLabel": "sample string 9",
    "Title": "sample string 10",
    "ContactInfo": "sample string 11",
    "Overview": "sample string 12",
    "publishingoffices": "823fb735-c2b4-4d9d-b167-b30e15f23447",
    "QuickLinkPrimaryLabel": "sample string 14",
    "departmentaltargets": "a8d619ac-f5fc-4a40-9d96-225c5651b324",
    "Summary": "sample string 16",
    "OfficialName": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-10T20:13:14.6719993+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-10T20:13:14.6719993Z",
    "PublicationDate": "2025-09-10T20:13:14.6719993Z",
    "DateCreated": "2025-09-10T20:13:14.6719993Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "QuickLinkSecondaryLabel": "sample string 8",
    "ChildGroupsLabel": "sample string 9",
    "Title": "sample string 10",
    "ContactInfo": "sample string 11",
    "Overview": "sample string 12",
    "publishingoffices": "823fb735-c2b4-4d9d-b167-b30e15f23447",
    "QuickLinkPrimaryLabel": "sample string 14",
    "departmentaltargets": "a8d619ac-f5fc-4a40-9d96-225c5651b324",
    "Summary": "sample string 16",
    "OfficialName": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-10T20:13:14.6719993+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get groups by key

Gets groups item by id.

Copy GET /api/news/groups({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-10T20:13:14.6719993Z",
  "PublicationDate": "2025-09-10T20:13:14.6719993Z",
  "DateCreated": "2025-09-10T20:13:14.6719993Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "QuickLinkSecondaryLabel": "sample string 8",
  "ChildGroupsLabel": "sample string 9",
  "Title": "sample string 10",
  "ContactInfo": "sample string 11",
  "Overview": "sample string 12",
  "publishingoffices": "aef935c3-559a-41d0-a4e6-f05932266e11",
  "QuickLinkPrimaryLabel": "sample string 14",
  "departmentaltargets": "d2669b93-0788-425d-b3f6-f5fba6e70014",
  "Summary": "sample string 16",
  "OfficialName": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-10T20:13:14.6719993+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from groups item.

Copy GET /api/news/groups({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "6f23d46f-b46f-4a5a-be78-d0ec6f60d35c"
}

Post groups

Creates a groups item.

Copy POST /api/news/groups
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-10T20:13:14.6719993Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "QuickLinkSecondaryLabel": "sample string 5",
  "ChildGroupsLabel": "sample string 6",
  "Title": "sample string 7",
  "ContactInfo": "sample string 8",
  "Overview": "sample string 9",
  "publishingoffices": "6ed0ceb9-f6c5-40ef-9fcc-e10c2e0ce17d",
  "QuickLinkPrimaryLabel": "sample string 11",
  "departmentaltargets": "d3cf984a-ec77-41c7-8747-f4e3f91c9c6f",
  "Summary": "sample string 13",
  "OfficialName": "sample string 14"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-10T20:13:14.6719993Z",
  "PublicationDate": "2025-09-10T20:13:14.6719993Z",
  "DateCreated": "2025-09-10T20:13:14.6719993Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "QuickLinkSecondaryLabel": "sample string 8",
  "ChildGroupsLabel": "sample string 9",
  "Title": "sample string 10",
  "ContactInfo": "sample string 11",
  "Overview": "sample string 12",
  "publishingoffices": "3e4880f8-f8cb-435a-8b7d-a29b65ac45ae",
  "QuickLinkPrimaryLabel": "sample string 14",
  "departmentaltargets": "3faa3b70-fb56-4fa6-aa7b-1f6a68a4bc20",
  "Summary": "sample string 16",
  "OfficialName": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-10T20:13:14.6719993+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch groups by key

Partial update for groups item.

Copy PATCH /api/news/groups({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-10T20:13:14.6719993Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "QuickLinkSecondaryLabel": "sample string 5",
  "ChildGroupsLabel": "sample string 6",
  "Title": "sample string 7",
  "ContactInfo": "sample string 8",
  "Overview": "sample string 9",
  "publishingoffices": "69491907-ec77-40a4-9d74-7d40d9af7000",
  "QuickLinkPrimaryLabel": "sample string 11",
  "departmentaltargets": "f750ca58-36cc-4d36-b2a9-70f51a27e509",
  "Summary": "sample string 13",
  "OfficialName": "sample string 14"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put groups by key

Full update for groups item.

Copy PUT /api/news/groups({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-10T20:13:14.6719993Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "QuickLinkSecondaryLabel": "sample string 5",
  "ChildGroupsLabel": "sample string 6",
  "Title": "sample string 7",
  "ContactInfo": "sample string 8",
  "Overview": "sample string 9",
  "publishingoffices": "c116d267-2e06-4c32-9801-f048d23ddf72",
  "QuickLinkPrimaryLabel": "sample string 11",
  "departmentaltargets": "5dbc0db5-eb38-45c0-9c43-844db23c3196",
  "Summary": "sample string 13",
  "OfficialName": "sample string 14"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete groups by key

Deletes a groups item by Id.

Copy DELETE /api/news/groups({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get QuickLinkSecondaryLink by relatedKey

Returns a related item of type QuickLinkSecondaryLink from groups item.

Copy GET /api/news/groups({key})/QuickLinkSecondaryLink({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-10T20:13:14.6876319Z",
  "UrlName": "sample string 2",
  "organizations": "71425c94-ecbf-480d-8677-08b2e7aebda1",
  "regionscountries": "f60679d2-7cda-4960-97d4-b4f7129ee668",
  "sustainabledevelopmentgoals": "c6ab78a3-cd5d-4d49-bef5-b9a8422bc1ff",
  "departmentaltargets": "06679b93-90ad-44cc-aa40-e47a439711ea",
  "healthtopics": "bcecac72-06f5-4f8f-aedd-3ee0c27d8363",
  "events": "a8fd91d7-35a8-42a3-b6a6-544758a38e19",
  "publishingoffices": "a0851020-a5cc-4539-ade6-82253d859a2c",
  "WebPageType": "sample string 10",
  "targetaudiences": "5413d636-24e5-4fec-81e6-20ac22206369",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-10T20:13:14.6876319Z",
  "ShowInNavigation": true,
  "ParentId": "3dd9b9c5-b83c-4409-a2ff-ea54ad7fcb07",
  "RootId": "31ec81f1-81d6-4f2b-a6a4-d18969398498",
  "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": "0ef6534d-d7c9-420d-a422-5df2a196630e",
  "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-10T20:13:14.6876319Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post QuickLinkSecondaryLink

Add QuickLinkSecondaryLink relation to groups item.

Copy POST /api/news/groups({key})/QuickLinkSecondaryLink/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete QuickLinkSecondaryLink by relatedKey

Delete relation of type QuickLinkSecondaryLink from groups item.

Copy DELETE /api/news/groups({key})/QuickLinkSecondaryLink({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get ChildGroupsRelatedData

Returns a set of related items of type ChildGroupsRelatedData from groups item.

Copy GET /api/news/groups({key})/ChildGroupsRelatedData
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-10T20:13:14.6876319Z",
    "PublicationDate": "2025-09-10T20:13:14.6876319Z",
    "DateCreated": "2025-09-10T20:13:14.6876319Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "QuickLinkSecondaryLabel": "sample string 8",
    "ChildGroupsLabel": "sample string 9",
    "Title": "sample string 10",
    "ContactInfo": "sample string 11",
    "Overview": "sample string 12",
    "publishingoffices": "d5e80a2f-71a1-4b06-90fb-91cdcc7dc610",
    "QuickLinkPrimaryLabel": "sample string 14",
    "departmentaltargets": "4ce57157-d41a-41ec-9f07-9e5f6341c937",
    "Summary": "sample string 16",
    "OfficialName": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-10T20:13:14.6876319+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-10T20:13:14.6876319Z",
    "PublicationDate": "2025-09-10T20:13:14.6876319Z",
    "DateCreated": "2025-09-10T20:13:14.6876319Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "QuickLinkSecondaryLabel": "sample string 8",
    "ChildGroupsLabel": "sample string 9",
    "Title": "sample string 10",
    "ContactInfo": "sample string 11",
    "Overview": "sample string 12",
    "publishingoffices": "d5e80a2f-71a1-4b06-90fb-91cdcc7dc610",
    "QuickLinkPrimaryLabel": "sample string 14",
    "departmentaltargets": "4ce57157-d41a-41ec-9f07-9e5f6341c937",
    "Summary": "sample string 16",
    "OfficialName": "sample string 17",
    "Provider": "sample string 18",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-10T20:13:14.6876319+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get ChildGroupsRelatedData by relatedKey

Returns a related item of type ChildGroupsRelatedData from groups item.

Copy GET /api/news/groups({key})/ChildGroupsRelatedData({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

QuickLinkSecondaryLabel

System.String

Read only: False
Selected by default: True

ChildGroupsLabel

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ContactInfo

System.String

Read only: False
Selected by default: True

Overview

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

QuickLinkPrimaryLabel

System.String

Read only: False
Selected by default: True

departmentaltargets

System.Guid

Read only: False
Selected by default: False

Summary

System.String

Read only: False
Selected by default: True

OfficialName

System.String

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-10T20:13:14.6876319Z",
  "PublicationDate": "2025-09-10T20:13:14.6876319Z",
  "DateCreated": "2025-09-10T20:13:14.6876319Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "QuickLinkSecondaryLabel": "sample string 8",
  "ChildGroupsLabel": "sample string 9",
  "Title": "sample string 10",
  "ContactInfo": "sample string 11",
  "Overview": "sample string 12",
  "publishingoffices": "8f7fc377-d966-4918-8b2a-476a96340f0b",
  "QuickLinkPrimaryLabel": "sample string 14",
  "departmentaltargets": "e0867e89-a6bf-4880-ac57-b0fd852e0108",
  "Summary": "sample string 16",
  "OfficialName": "sample string 17",
  "Provider": "sample string 18",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-10T20:13:14.6876319+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post ChildGroupsRelatedData

Add ChildGroupsRelatedData relation to groups item.

Copy POST /api/news/groups({key})/ChildGroupsRelatedData/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete ChildGroupsRelatedData

Delete set of related items of type ChildGroupsRelatedData from groups item.

Copy DELETE /api/news/groups({key})/ChildGroupsRelatedData/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete ChildGroupsRelatedData by relatedKey

Delete relation of type ChildGroupsRelatedData from groups item.

Copy DELETE /api/news/groups({key})/ChildGroupsRelatedData({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get QuickLinkPrimaryLink by relatedKey

Returns a related item of type QuickLinkPrimaryLink from groups item.

Copy GET /api/news/groups({key})/QuickLinkPrimaryLink({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-10T20:13:14.6876319Z",
  "UrlName": "sample string 2",
  "organizations": "3091818c-0e20-45df-a791-f1e881160a52",
  "regionscountries": "007d56fb-f161-4364-84a3-4eb4fc4f41d2",
  "sustainabledevelopmentgoals": "6e1d0dc9-d049-4134-86bd-869bd8e55542",
  "departmentaltargets": "57c2ffcc-7814-4c69-9ecb-0d784d42ccd0",
  "healthtopics": "f47d3b63-dbc9-48df-83ac-dfd1c4b94cf3",
  "events": "984d4e9c-bc1b-46d1-bd7c-b2e2de927ca9",
  "publishingoffices": "13d5d372-e9c1-45b1-b34d-b556d59406ee",
  "WebPageType": "sample string 10",
  "targetaudiences": "16f73fd1-508a-4ace-88b6-0f23d9b5b709",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-10T20:13:14.6876319Z",
  "ShowInNavigation": true,
  "ParentId": "884103e4-bb4a-4647-b55f-d988c9d8e6c7",
  "RootId": "a92c90ce-ef1a-494c-8fcd-507eafc42477",
  "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": "a842dd5e-4406-43fa-96fa-4f2584ce583b",
  "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-10T20:13:14.6876319Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post QuickLinkPrimaryLink

Add QuickLinkPrimaryLink relation to groups item.

Copy POST /api/news/groups({key})/QuickLinkPrimaryLink/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete QuickLinkPrimaryLink by relatedKey

Delete relation of type QuickLinkPrimaryLink from groups item.

Copy DELETE /api/news/groups({key})/QuickLinkPrimaryLink({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get GroupPage

Returns a set of related items of type GroupPage from groups item.

Copy GET /api/news/groups({key})/GroupPage
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-10T20:13:14.6876319Z",
    "UrlName": "sample string 2",
    "organizations": "c655f7ec-de89-48fa-b1c9-a55978c55fe2",
    "regionscountries": "3a2730f7-0d18-4150-b19f-7bd6071c7d1e",
    "sustainabledevelopmentgoals": "135dbc1c-4f07-4cb6-8cf1-82faeaf83c4f",
    "departmentaltargets": "df95fd17-5f0a-4eab-9da3-3cb74ed3c30e",
    "healthtopics": "33e4e5c3-e165-4364-82e2-6261e91e004d",
    "events": "d19c3013-6957-4ce4-9cac-079a8fd7eb4d",
    "publishingoffices": "b5f7be17-c533-4605-8d25-71fcd4ef6328",
    "WebPageType": "sample string 10",
    "targetaudiences": "7e3b3e72-ee8f-4b73-82d7-8baa32ad53e7",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-10T20:13:14.6876319Z",
    "ShowInNavigation": true,
    "ParentId": "01fa0ebf-d502-4400-af48-c3838e679bdc",
    "RootId": "659b6e15-3fd4-4306-89e4-ddfde7a7e792",
    "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": "ee2412bf-4019-41a9-9b78-1fd00779e863",
    "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-10T20:13:14.6876319Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  },
  {
    "LastModified": "2025-09-10T20:13:14.6876319Z",
    "UrlName": "sample string 2",
    "organizations": "c655f7ec-de89-48fa-b1c9-a55978c55fe2",
    "regionscountries": "3a2730f7-0d18-4150-b19f-7bd6071c7d1e",
    "sustainabledevelopmentgoals": "135dbc1c-4f07-4cb6-8cf1-82faeaf83c4f",
    "departmentaltargets": "df95fd17-5f0a-4eab-9da3-3cb74ed3c30e",
    "healthtopics": "33e4e5c3-e165-4364-82e2-6261e91e004d",
    "events": "d19c3013-6957-4ce4-9cac-079a8fd7eb4d",
    "publishingoffices": "b5f7be17-c533-4605-8d25-71fcd4ef6328",
    "WebPageType": "sample string 10",
    "targetaudiences": "7e3b3e72-ee8f-4b73-82d7-8baa32ad53e7",
    "OpenGraphTitle": "sample string 12",
    "OpenGraphDescription": "sample string 13",
    "Title": "sample string 14",
    "DateCreated": "2025-09-10T20:13:14.6876319Z",
    "ShowInNavigation": true,
    "ParentId": "01fa0ebf-d502-4400-af48-c3838e679bdc",
    "RootId": "659b6e15-3fd4-4306-89e4-ddfde7a7e792",
    "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": "ee2412bf-4019-41a9-9b78-1fd00779e863",
    "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-10T20:13:14.6876319Z",
    "ViewUrl": "sample string 41",
    "EditUrl": "sample string 42",
    "EditUrlBasePath": "sample string 43",
    "IsHomePage": true,
    "RelativeUrlPath": "sample string 45"
  }
]

Get GroupPage by relatedKey

Returns a related item of type GroupPage from groups item.

Copy GET /api/news/groups({key})/GroupPage({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

organizations

System.Guid

Read only: False
Selected by default: False

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

events

System.Guid

Read only: False
Selected by default: False

publishingoffices

System.Guid

Read only: False
Selected by default: False

WebPageType

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

OpenGraphTitle

System.String

Read only: False
Selected by default: True

OpenGraphDescription

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: False
Selected by default: True

ShowInNavigation

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

RootId

System.Guid

Read only: False
Selected by default: True

ExpirationInDays

System.Int32

Read only: False
Selected by default: True

HtmlTitle

System.String

Read only: False
Selected by default: False

Description

System.String

Read only: False
Selected by default: False

HeadTagContent

System.String

Read only: False
Selected by default: False

CodeBehindType

System.String

Read only: False
Selected by default: False

IncludeScriptManager

System.Boolean

Read only: False
Selected by default: False

EnableViewState

System.Boolean

Read only: False
Selected by default: False

PageType

Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType

Read only: False
Selected by default: False

RedirectPage

Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage

Read only: False
Selected by default: False

TemplateId

System.Guid

Read only: False
Selected by default: False

RequireSsl

System.Boolean

Read only: False
Selected by default: False

EnableScriptManager

System.Boolean

Read only: False
Selected by default: False

AllowParametersValidation

System.Boolean

Read only: False
Selected by default: False

Crawlable

System.Boolean

Read only: False
Selected by default: False

IncludeInSearchIndex

System.Boolean

Read only: False
Selected by default: False

Priority

System.Single

Read only: False
Selected by default: False

LocalizationStrategy

Telerik.Sitefinity.Localization.LocalizationStrategy

Read only: True
Selected by default: False

CanonicalUrlBehaviour

Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings

Read only: False
Selected by default: False

OutputCacheProfile

System.String

Read only: False
Selected by default: False

Renderer

System.String

Read only: False
Selected by default: False

TemplateName

System.String

Read only: False
Selected by default: False

Provider

System.String

Read only: True
Selected by default: True

HasChildren

System.Boolean

Read only: True
Selected by default: True

Breadcrumb

System.String

Read only: True
Selected by default: True

AvailableLanguages

System.String

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: True
Selected by default: True

ViewUrl

System.String

Read only: True
Selected by default: True

EditUrl

System.String

Read only: True
Selected by default: True

EditUrlBasePath

System.String

Read only: True
Selected by default: True

IsHomePage

System.Boolean

Read only: True
Selected by default: True

RelativeUrlPath

System.String

Read only: True
Selected by default: True

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-10T20:13:14.6876319Z",
  "UrlName": "sample string 2",
  "organizations": "9074d9ee-c8af-4751-9a96-cb8fd7598616",
  "regionscountries": "9316972e-e28f-4461-bc00-70d42073a002",
  "sustainabledevelopmentgoals": "075cb3b3-34ff-4eae-860f-365415f1e691",
  "departmentaltargets": "b430a1fe-6628-4c6a-a9c5-8b5d99a6dcca",
  "healthtopics": "28abcf74-35db-49e9-93ca-14ceb870ce98",
  "events": "9d5b9579-228e-47e1-828f-a08ffa40671f",
  "publishingoffices": "1f067f33-a798-42af-95d2-77f9b1e75a0b",
  "WebPageType": "sample string 10",
  "targetaudiences": "7715f761-3ced-45e5-9922-6a683216b989",
  "OpenGraphTitle": "sample string 12",
  "OpenGraphDescription": "sample string 13",
  "Title": "sample string 14",
  "DateCreated": "2025-09-10T20:13:14.6876319Z",
  "ShowInNavigation": true,
  "ParentId": "21f6f4d8-246e-44af-aa7c-9b0adfb2813f",
  "RootId": "e7c371fb-b36f-4432-97cd-8d030faa54f0",
  "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": "720a4afd-02d6-4bd4-8fdd-cdc4f0af819a",
  "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-10T20:13:14.6876319Z",
  "ViewUrl": "sample string 41",
  "EditUrl": "sample string 42",
  "EditUrlBasePath": "sample string 43",
  "IsHomePage": true,
  "RelativeUrlPath": "sample string 45"
}

Post GroupPage

Add GroupPage relation to groups item.

Copy POST /api/news/groups({key})/GroupPage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete GroupPage

Delete set of related items of type GroupPage from groups item.

Copy DELETE /api/news/groups({key})/GroupPage/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete GroupPage by relatedKey

Delete relation of type GroupPage from groups item.

Copy DELETE /api/news/groups({key})/GroupPage({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get HighlightedPerson

Returns a set of related items of type HighlightedPerson from groups item.

Copy GET /api/news/groups({key})/HighlightedPerson
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Role

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-10T20:13:14.6876319Z",
    "PublicationDate": "2025-09-10T20:13:14.6876319Z",
    "DateCreated": "2025-09-10T20:13:14.6876319Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Role": "sample string 8",
    "Title": "sample string 9",
    "ParentId": "3eeebc68-32f4-414b-b7f8-c0a07ae30494",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-10T20:13:14.6876319+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-10T20:13:14.6876319Z",
    "PublicationDate": "2025-09-10T20:13:14.6876319Z",
    "DateCreated": "2025-09-10T20:13:14.6876319Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "Role": "sample string 8",
    "Title": "sample string 9",
    "ParentId": "3eeebc68-32f4-414b-b7f8-c0a07ae30494",
    "Provider": "sample string 11",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-10T20:13:14.6876319+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get HighlightedPerson by relatedKey

Returns a related item of type HighlightedPerson from groups item.

Copy GET /api/news/groups({key})/HighlightedPerson({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Role

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-10T20:13:14.6876319Z",
  "PublicationDate": "2025-09-10T20:13:14.6876319Z",
  "DateCreated": "2025-09-10T20:13:14.6876319Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "Role": "sample string 8",
  "Title": "sample string 9",
  "ParentId": "ba322fa1-9c86-4c74-9db3-c05ad6d4857c",
  "Provider": "sample string 11",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-10T20:13:14.6876319+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post HighlightedPerson

Add HighlightedPerson relation to groups item.

Copy POST /api/news/groups({key})/HighlightedPerson/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete HighlightedPerson

Delete set of related items of type HighlightedPerson from groups item.

Copy DELETE /api/news/groups({key})/HighlightedPerson/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete HighlightedPerson by relatedKey

Delete relation of type HighlightedPerson from groups item.

Copy DELETE /api/news/groups({key})/HighlightedPerson({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.