Returns a set of data items of type groups.
GET /api/news/groups
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 | |
| QuickLinkSecondaryLabel | System.String | Read only: False | |
| ChildGroupsLabel | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInfo | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| QuickLinkPrimaryLabel | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"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": "d97fc216-39bd-4df2-896b-96e6bbff3e2c",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "abf07377-f99e-4e6c-8cdf-a3af7cef0fb8",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"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": "d97fc216-39bd-4df2-896b-96e6bbff3e2c",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "abf07377-f99e-4e6c-8cdf-a3af7cef0fb8",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets groups item by id.
GET /api/news/groups({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 | |
| QuickLinkSecondaryLabel | System.String | Read only: False | |
| ChildGroupsLabel | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInfo | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| QuickLinkPrimaryLabel | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"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": "338d7b3f-65e4-4801-950e-10d100531d48",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "3bb7196e-572c-4426-a12f-e4acf6d97f90",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from groups item.
GET /api/news/groups({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": "2147f3fc-8898-463b-9058-302142969db1"
}Creates a groups item.
POST /api/news/groups
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 | |
| QuickLinkSecondaryLabel | System.String | Read only: False | |
| ChildGroupsLabel | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInfo | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| QuickLinkPrimaryLabel | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"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": "e435c584-462d-4033-ba1e-93c6a40ed8b9",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "4e5194cd-ac41-45ab-a115-aafd48a02c26",
"Summary": "sample string 13",
"OfficialName": "sample string 14"
}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 | |
| QuickLinkSecondaryLabel | System.String | Read only: False | |
| ChildGroupsLabel | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInfo | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| QuickLinkPrimaryLabel | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"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": "7421cbf9-3e68-47da-967e-9021f4702aec",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "fd97249f-53ac-4d38-b48b-2f1015c6a264",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for groups item.
PATCH /api/news/groups({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 | |
| QuickLinkSecondaryLabel | System.String | Read only: False | |
| ChildGroupsLabel | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInfo | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| QuickLinkPrimaryLabel | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"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": "ce38b8f3-24f0-45b6-9413-7356737f83fe",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "853be7dc-1b04-4a04-b43f-3bd098196369",
"Summary": "sample string 13",
"OfficialName": "sample string 14"
}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 groups item.
PUT /api/news/groups({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 | |
| QuickLinkSecondaryLabel | System.String | Read only: False | |
| ChildGroupsLabel | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInfo | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| QuickLinkPrimaryLabel | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"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": "b249891c-fe41-4108-99e8-ef7babbe57e3",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "b5f6f612-e67c-4a57-b634-7608bab82e2c",
"Summary": "sample string 13",
"OfficialName": "sample string 14"
}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 groups item by Id.
DELETE /api/news/groups({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 QuickLinkSecondaryLink from groups item.
GET /api/news/groups({key})/QuickLinkSecondaryLink
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"UrlName": "sample string 2",
"organizations": "081c3041-2eae-44e4-8274-7facd8d8010f",
"regionscountries": "9d538bff-8e57-49d1-992c-dfe8824b80cd",
"sustainabledevelopmentgoals": "29895083-8b80-46a5-95d3-762ca2b1d7a3",
"departmentaltargets": "c42e05e2-c194-441c-99a9-e773eb80b817",
"healthtopics": "133180f1-598f-4b4b-9243-baf7f5ee0d8b",
"events": "fdf9fe34-a616-4d86-95e8-76da54a8928b",
"publishingoffices": "62e7272c-888f-4282-82aa-0c5bebd452cf",
"WebPageType": "sample string 10",
"targetaudiences": "edd81c45-db6f-4b39-9f6f-0a30dfc84ce2",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"ShowInNavigation": true,
"ParentId": "cdadfd0d-59d2-4e4f-9d17-6045fa02b276",
"RootId": "0a068c5a-46be-413e-986b-b75d0a5105a1",
"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": "76274eca-451d-4271-ba60-579258c0eeca",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"UrlName": "sample string 2",
"organizations": "081c3041-2eae-44e4-8274-7facd8d8010f",
"regionscountries": "9d538bff-8e57-49d1-992c-dfe8824b80cd",
"sustainabledevelopmentgoals": "29895083-8b80-46a5-95d3-762ca2b1d7a3",
"departmentaltargets": "c42e05e2-c194-441c-99a9-e773eb80b817",
"healthtopics": "133180f1-598f-4b4b-9243-baf7f5ee0d8b",
"events": "fdf9fe34-a616-4d86-95e8-76da54a8928b",
"publishingoffices": "62e7272c-888f-4282-82aa-0c5bebd452cf",
"WebPageType": "sample string 10",
"targetaudiences": "edd81c45-db6f-4b39-9f6f-0a30dfc84ce2",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"ShowInNavigation": true,
"ParentId": "cdadfd0d-59d2-4e4f-9d17-6045fa02b276",
"RootId": "0a068c5a-46be-413e-986b-b75d0a5105a1",
"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": "76274eca-451d-4271-ba60-579258c0eeca",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add QuickLinkSecondaryLink relation to groups item.
POST /api/news/groups({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 groups item.
DELETE /api/news/groups({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.
Returns a set of related items of type ChildGroupsRelatedData from groups item.
GET /api/news/groups({key})/ChildGroupsRelatedData
| 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 | |
| QuickLinkSecondaryLabel | System.String | Read only: False | |
| ChildGroupsLabel | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ContactInfo | System.String | Read only: False | |
| Overview | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| QuickLinkPrimaryLabel | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| OfficialName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"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": "76c72d5e-aba3-4de7-8761-f5ae22d8eb89",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "3bd34069-a81c-4fca-9706-744608abb6db",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"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": "76c72d5e-aba3-4de7-8761-f5ae22d8eb89",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "3bd34069-a81c-4fca-9706-744608abb6db",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add ChildGroupsRelatedData relation to groups item.
POST /api/news/groups({key})/ChildGroupsRelatedData/$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 ChildGroupsRelatedData from groups item.
DELETE /api/news/groups({key})/ChildGroupsRelatedData/$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 groups item.
GET /api/news/groups({key})/QuickLinkPrimaryLink
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"UrlName": "sample string 2",
"organizations": "0396deff-6153-427d-9a11-f9a76f1a3b7e",
"regionscountries": "e101d9a2-e855-4998-a3ae-a79fc5c871c4",
"sustainabledevelopmentgoals": "b0dc5d1f-0cd2-4e07-9f71-a1cae3d28eae",
"departmentaltargets": "5ba9b107-88b3-4eaf-af00-2232c0c1e4c5",
"healthtopics": "788ac9b4-c258-466c-a297-0e6faf52d32d",
"events": "dd3e7c53-c578-446e-bd3f-91feb80f9a39",
"publishingoffices": "74044967-9e87-4f18-b3eb-018d269ef8ab",
"WebPageType": "sample string 10",
"targetaudiences": "e26ace66-777d-4e80-8fec-e73acd28abbe",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"ShowInNavigation": true,
"ParentId": "12bd5e48-a804-4b4a-ae96-31c6c0be6c59",
"RootId": "cd0a29bf-5098-4b47-ba36-c8a7a00dce67",
"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": "ddb45a8e-43c2-41b0-b5f8-8dcced97ba50",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"UrlName": "sample string 2",
"organizations": "0396deff-6153-427d-9a11-f9a76f1a3b7e",
"regionscountries": "e101d9a2-e855-4998-a3ae-a79fc5c871c4",
"sustainabledevelopmentgoals": "b0dc5d1f-0cd2-4e07-9f71-a1cae3d28eae",
"departmentaltargets": "5ba9b107-88b3-4eaf-af00-2232c0c1e4c5",
"healthtopics": "788ac9b4-c258-466c-a297-0e6faf52d32d",
"events": "dd3e7c53-c578-446e-bd3f-91feb80f9a39",
"publishingoffices": "74044967-9e87-4f18-b3eb-018d269ef8ab",
"WebPageType": "sample string 10",
"targetaudiences": "e26ace66-777d-4e80-8fec-e73acd28abbe",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"ShowInNavigation": true,
"ParentId": "12bd5e48-a804-4b4a-ae96-31c6c0be6c59",
"RootId": "cd0a29bf-5098-4b47-ba36-c8a7a00dce67",
"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": "ddb45a8e-43c2-41b0-b5f8-8dcced97ba50",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add QuickLinkPrimaryLink relation to groups item.
POST /api/news/groups({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 groups item.
DELETE /api/news/groups({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 GroupPage from groups item.
GET /api/news/groups({key})/GroupPage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"UrlName": "sample string 2",
"organizations": "109dc3f7-435e-4479-9452-cdf8aaa415f2",
"regionscountries": "52d965f6-0edc-486c-b874-d4d66fc09a9a",
"sustainabledevelopmentgoals": "98692382-0ecf-4a44-81e5-38b83e368199",
"departmentaltargets": "28e5a1d5-7c87-48a4-aa62-8b6b121ee906",
"healthtopics": "ce40eaf8-90ca-4488-a109-efa7e0d114c0",
"events": "a34dddad-ad81-42fa-bc38-9ce3496e73f3",
"publishingoffices": "266e4768-8f2c-47c6-8235-2739711e0c15",
"WebPageType": "sample string 10",
"targetaudiences": "f4e4496c-4c83-460a-b9af-6d7ab6ad1ff1",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"ShowInNavigation": true,
"ParentId": "121e739e-e633-48f6-8627-9f20d88d30eb",
"RootId": "97082309-4b85-4419-b1c6-4840bd5a5f16",
"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": "9adc052f-6a13-42a5-bb32-ca9dac10eb7e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"UrlName": "sample string 2",
"organizations": "109dc3f7-435e-4479-9452-cdf8aaa415f2",
"regionscountries": "52d965f6-0edc-486c-b874-d4d66fc09a9a",
"sustainabledevelopmentgoals": "98692382-0ecf-4a44-81e5-38b83e368199",
"departmentaltargets": "28e5a1d5-7c87-48a4-aa62-8b6b121ee906",
"healthtopics": "ce40eaf8-90ca-4488-a109-efa7e0d114c0",
"events": "a34dddad-ad81-42fa-bc38-9ce3496e73f3",
"publishingoffices": "266e4768-8f2c-47c6-8235-2739711e0c15",
"WebPageType": "sample string 10",
"targetaudiences": "f4e4496c-4c83-460a-b9af-6d7ab6ad1ff1",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"ShowInNavigation": true,
"ParentId": "121e739e-e633-48f6-8627-9f20d88d30eb",
"RootId": "97082309-4b85-4419-b1c6-4840bd5a5f16",
"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": "9adc052f-6a13-42a5-bb32-ca9dac10eb7e",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add GroupPage relation to groups item.
POST /api/news/groups({key})/GroupPage/$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 GroupPage from groups item.
DELETE /api/news/groups({key})/GroupPage/$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 HighlightedPerson from groups item.
GET /api/news/groups({key})/HighlightedPerson
| 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 | |
| Role | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Role": "sample string 8",
"Title": "sample string 9",
"ParentId": "1d8741c5-feab-479f-ad68-330b96bdf7fc",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T09:49:30.8843635Z",
"PublicationDate": "2025-11-16T09:49:30.8843635Z",
"DateCreated": "2025-11-16T09:49:30.8843635Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Role": "sample string 8",
"Title": "sample string 9",
"ParentId": "1d8741c5-feab-479f-ad68-330b96bdf7fc",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T09:49:30.8843635+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add HighlightedPerson relation to groups item.
POST /api/news/groups({key})/HighlightedPerson/$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 HighlightedPerson from groups item.
DELETE /api/news/groups({key})/HighlightedPerson/$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.