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": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"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": "bbe489c0-962f-4ed6-9743-28eb66bd4935",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "b9253afb-9ee6-4554-950d-e2567b91195a",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"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": "bbe489c0-962f-4ed6-9743-28eb66bd4935",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "b9253afb-9ee6-4554-950d-e2567b91195a",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+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": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"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": "f8dd3560-448b-4e59-b7e9-d8a6972987f9",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "cd90c2d4-a401-416f-ab79-99301ddc463d",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+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": "444a4445-f600-482c-9a60-49c939e91c7a"
}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": "2026-02-06T15:06:38.1539702Z",
"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": "47fb2735-42e2-4c16-b096-acf71f55dcd9",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "a723242d-b743-4286-8293-aa31bf46a5ee",
"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": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"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": "85e3f98d-6bcc-4a30-8a55-2a369c8dff5e",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "d81513b8-6897-4098-b404-faa409643c10",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+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": "2026-02-06T15:06:38.1539702Z",
"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": "fc2dc5de-325a-443e-8a50-7c4a6a067f3a",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "9e40faf8-db14-4e6c-84ce-1572f6773435",
"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": "2026-02-06T15:06:38.1539702Z",
"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": "d87d952d-dc6b-4baf-805f-15afa1a29665",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "f972d76f-9ec9-46d1-8efe-d280b956aa3c",
"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": "2026-02-06T15:06:38.1539702Z",
"UrlName": "sample string 2",
"organizations": "b6486314-7e08-423d-ba81-20a42e6cb59e",
"regionscountries": "491943fb-4765-4699-90b8-d7bf7039fb31",
"sustainabledevelopmentgoals": "31c4ff19-e3e4-46d8-b83a-c2605abba364",
"departmentaltargets": "4ee0ca5c-5804-4a6b-85d3-96bb1257c467",
"healthtopics": "14264c88-0057-4fa3-b57b-499663b0a88a",
"events": "e30a8c0f-7e1f-48e3-adcd-e9fc9e360ca3",
"publishingoffices": "8182c2e9-fda0-4e59-a214-c7d56293a057",
"WebPageType": "sample string 10",
"targetaudiences": "994da4ae-6d83-4c58-adda-609ac820d154",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"ShowInNavigation": true,
"ParentId": "9b07fd81-193c-4407-9581-e36a2984c77d",
"RootId": "d2bbcb8d-4193-4815-aa15-07f3f34dca38",
"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": "d92c2085-0569-45a0-98e5-3c2af3bab3c1",
"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": "2026-02-06T15:06:38.1539702Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-02-06T15:06:38.1539702Z",
"UrlName": "sample string 2",
"organizations": "b6486314-7e08-423d-ba81-20a42e6cb59e",
"regionscountries": "491943fb-4765-4699-90b8-d7bf7039fb31",
"sustainabledevelopmentgoals": "31c4ff19-e3e4-46d8-b83a-c2605abba364",
"departmentaltargets": "4ee0ca5c-5804-4a6b-85d3-96bb1257c467",
"healthtopics": "14264c88-0057-4fa3-b57b-499663b0a88a",
"events": "e30a8c0f-7e1f-48e3-adcd-e9fc9e360ca3",
"publishingoffices": "8182c2e9-fda0-4e59-a214-c7d56293a057",
"WebPageType": "sample string 10",
"targetaudiences": "994da4ae-6d83-4c58-adda-609ac820d154",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"ShowInNavigation": true,
"ParentId": "9b07fd81-193c-4407-9581-e36a2984c77d",
"RootId": "d2bbcb8d-4193-4815-aa15-07f3f34dca38",
"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": "d92c2085-0569-45a0-98e5-3c2af3bab3c1",
"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": "2026-02-06T15:06:38.1539702Z",
"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": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"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": "75ed4fd9-a0bf-4e70-b9c1-f447052641d3",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "405543d2-8934-470b-9543-f9d711a3da77",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"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": "75ed4fd9-a0bf-4e70-b9c1-f447052641d3",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "405543d2-8934-470b-9543-f9d711a3da77",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+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": "2026-02-06T15:06:38.1539702Z",
"UrlName": "sample string 2",
"organizations": "d54fff3c-855c-484f-a23e-db4f49c04648",
"regionscountries": "a4c2a84c-1ef6-48f5-905f-e6ae6e885a44",
"sustainabledevelopmentgoals": "cfb612ef-ec96-4ad0-9c40-f2fb3d979ee5",
"departmentaltargets": "57cc654b-8732-4a90-b4a8-22bdd0cd9b19",
"healthtopics": "7090815a-1b2a-4e44-b321-a2ccf78a14d6",
"events": "32b0c19b-a8be-4d68-8e30-8e930d895dc7",
"publishingoffices": "0d85158b-d78b-4a25-8c8f-455a54120156",
"WebPageType": "sample string 10",
"targetaudiences": "f39f2359-6702-4023-80a1-6ea2749aa4e9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"ShowInNavigation": true,
"ParentId": "89cc281e-523b-406b-9eb8-40d553481b43",
"RootId": "ff6b4e26-7d57-4088-a980-7667577cb246",
"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": "59f2e895-5a1e-43bf-862d-58e9696cde3b",
"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": "2026-02-06T15:06:38.1539702Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-02-06T15:06:38.1539702Z",
"UrlName": "sample string 2",
"organizations": "d54fff3c-855c-484f-a23e-db4f49c04648",
"regionscountries": "a4c2a84c-1ef6-48f5-905f-e6ae6e885a44",
"sustainabledevelopmentgoals": "cfb612ef-ec96-4ad0-9c40-f2fb3d979ee5",
"departmentaltargets": "57cc654b-8732-4a90-b4a8-22bdd0cd9b19",
"healthtopics": "7090815a-1b2a-4e44-b321-a2ccf78a14d6",
"events": "32b0c19b-a8be-4d68-8e30-8e930d895dc7",
"publishingoffices": "0d85158b-d78b-4a25-8c8f-455a54120156",
"WebPageType": "sample string 10",
"targetaudiences": "f39f2359-6702-4023-80a1-6ea2749aa4e9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"ShowInNavigation": true,
"ParentId": "89cc281e-523b-406b-9eb8-40d553481b43",
"RootId": "ff6b4e26-7d57-4088-a980-7667577cb246",
"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": "59f2e895-5a1e-43bf-862d-58e9696cde3b",
"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": "2026-02-06T15:06:38.1539702Z",
"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": "2026-02-06T15:06:38.1539702Z",
"UrlName": "sample string 2",
"organizations": "c48ccf44-d4a0-480d-8102-badb963fe636",
"regionscountries": "14e602cc-f1f4-4cd7-b2e2-5394d27c9bef",
"sustainabledevelopmentgoals": "4634dcf5-5462-4682-8668-41ae020fb07d",
"departmentaltargets": "4081074c-362a-4b62-acc2-d8ab2d7241ce",
"healthtopics": "932c66c7-269f-4cad-a96a-ac3e41e9a9ff",
"events": "b69ab565-5e4b-42c6-bcd0-832b9d0099b0",
"publishingoffices": "9bdb4973-f914-470a-a802-651e7a497dc1",
"WebPageType": "sample string 10",
"targetaudiences": "4c93fdb5-eb27-4c14-a0b5-0afcb074c702",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"ShowInNavigation": true,
"ParentId": "203044a7-9198-4b0b-bb3a-af88d4e8e024",
"RootId": "7f020af8-b2f5-41c4-9f77-21fbbb8e779e",
"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": "63e7eb1e-e7e8-4e2d-8994-ac2d2db6d0c2",
"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": "2026-02-06T15:06:38.1539702Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-02-06T15:06:38.1539702Z",
"UrlName": "sample string 2",
"organizations": "c48ccf44-d4a0-480d-8102-badb963fe636",
"regionscountries": "14e602cc-f1f4-4cd7-b2e2-5394d27c9bef",
"sustainabledevelopmentgoals": "4634dcf5-5462-4682-8668-41ae020fb07d",
"departmentaltargets": "4081074c-362a-4b62-acc2-d8ab2d7241ce",
"healthtopics": "932c66c7-269f-4cad-a96a-ac3e41e9a9ff",
"events": "b69ab565-5e4b-42c6-bcd0-832b9d0099b0",
"publishingoffices": "9bdb4973-f914-470a-a802-651e7a497dc1",
"WebPageType": "sample string 10",
"targetaudiences": "4c93fdb5-eb27-4c14-a0b5-0afcb074c702",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"ShowInNavigation": true,
"ParentId": "203044a7-9198-4b0b-bb3a-af88d4e8e024",
"RootId": "7f020af8-b2f5-41c4-9f77-21fbbb8e779e",
"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": "63e7eb1e-e7e8-4e2d-8994-ac2d2db6d0c2",
"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": "2026-02-06T15:06:38.1539702Z",
"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": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Role": "sample string 8",
"Title": "sample string 9",
"ParentId": "397260ef-9f24-468c-a3f6-a1bcb774d97d",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T15:06:38.1539702Z",
"PublicationDate": "2026-02-06T15:06:38.1539702Z",
"DateCreated": "2026-02-06T15:06:38.1539702Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Role": "sample string 8",
"Title": "sample string 9",
"ParentId": "397260ef-9f24-468c-a3f6-a1bcb774d97d",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T15:06:38.1539702+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.