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-09-10T20:13:14.6719993Z",
"PublicationDate": "2025-09-10T20:13:14.6719993Z",
"DateCreated": "2025-09-10T20:13:14.6719993Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QuickLinkSecondaryLabel": "sample string 8",
"ChildGroupsLabel": "sample string 9",
"Title": "sample string 10",
"ContactInfo": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "823fb735-c2b4-4d9d-b167-b30e15f23447",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "a8d619ac-f5fc-4a40-9d96-225c5651b324",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6719993+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-10T20:13:14.6719993Z",
"PublicationDate": "2025-09-10T20:13:14.6719993Z",
"DateCreated": "2025-09-10T20:13:14.6719993Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QuickLinkSecondaryLabel": "sample string 8",
"ChildGroupsLabel": "sample string 9",
"Title": "sample string 10",
"ContactInfo": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "823fb735-c2b4-4d9d-b167-b30e15f23447",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "a8d619ac-f5fc-4a40-9d96-225c5651b324",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6719993+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
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-09-10T20:13:14.6719993Z",
"PublicationDate": "2025-09-10T20:13:14.6719993Z",
"DateCreated": "2025-09-10T20:13:14.6719993Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QuickLinkSecondaryLabel": "sample string 8",
"ChildGroupsLabel": "sample string 9",
"Title": "sample string 10",
"ContactInfo": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "aef935c3-559a-41d0-a4e6-f05932266e11",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "d2669b93-0788-425d-b3f6-f5fba6e70014",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6719993+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
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": "6f23d46f-b46f-4a5a-be78-d0ec6f60d35c"
}
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-09-10T20:13:14.6719993Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"QuickLinkSecondaryLabel": "sample string 5",
"ChildGroupsLabel": "sample string 6",
"Title": "sample string 7",
"ContactInfo": "sample string 8",
"Overview": "sample string 9",
"publishingoffices": "6ed0ceb9-f6c5-40ef-9fcc-e10c2e0ce17d",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "d3cf984a-ec77-41c7-8747-f4e3f91c9c6f",
"Summary": "sample string 13",
"OfficialName": "sample string 14"
}
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-09-10T20:13:14.6719993Z",
"PublicationDate": "2025-09-10T20:13:14.6719993Z",
"DateCreated": "2025-09-10T20:13:14.6719993Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QuickLinkSecondaryLabel": "sample string 8",
"ChildGroupsLabel": "sample string 9",
"Title": "sample string 10",
"ContactInfo": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "3e4880f8-f8cb-435a-8b7d-a29b65ac45ae",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "3faa3b70-fb56-4fa6-aa7b-1f6a68a4bc20",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6719993+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
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-09-10T20:13:14.6719993Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"QuickLinkSecondaryLabel": "sample string 5",
"ChildGroupsLabel": "sample string 6",
"Title": "sample string 7",
"ContactInfo": "sample string 8",
"Overview": "sample string 9",
"publishingoffices": "69491907-ec77-40a4-9d74-7d40d9af7000",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "f750ca58-36cc-4d36-b2a9-70f51a27e509",
"Summary": "sample string 13",
"OfficialName": "sample string 14"
}
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-09-10T20:13:14.6719993Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"QuickLinkSecondaryLabel": "sample string 5",
"ChildGroupsLabel": "sample string 6",
"Title": "sample string 7",
"ContactInfo": "sample string 8",
"Overview": "sample string 9",
"publishingoffices": "c116d267-2e06-4c32-9801-f048d23ddf72",
"QuickLinkPrimaryLabel": "sample string 11",
"departmentaltargets": "5dbc0db5-eb38-45c0-9c43-844db23c3196",
"Summary": "sample string 13",
"OfficialName": "sample string 14"
}
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-09-10T20:13:14.6876319Z",
"UrlName": "sample string 2",
"organizations": "408d1f2c-0e32-4450-9835-4f30425871f0",
"regionscountries": "1b404887-b82a-47d9-afca-d1558683163f",
"sustainabledevelopmentgoals": "f926cf16-b398-458f-899f-ff295030c86b",
"departmentaltargets": "4b5a197a-5672-4304-b2af-6d51ccdb69ac",
"healthtopics": "12aa24b7-49e6-46db-82cb-9ecd2f311cb0",
"events": "910d1a70-68bf-4177-afd1-34e7965951bd",
"publishingoffices": "ef84c007-29ca-4952-b4dc-9c8291059589",
"WebPageType": "sample string 10",
"targetaudiences": "68895bdc-9882-4bdf-ab46-7784092d32b9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"ShowInNavigation": true,
"ParentId": "24cfa98b-a919-4c63-903c-920dbd1d5860",
"RootId": "351bb380-397e-40a8-b48d-35da49b04688",
"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": "51457fa7-fcc1-4804-b9ae-92f6d697c078",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-10T20:13:14.6876319Z",
"UrlName": "sample string 2",
"organizations": "408d1f2c-0e32-4450-9835-4f30425871f0",
"regionscountries": "1b404887-b82a-47d9-afca-d1558683163f",
"sustainabledevelopmentgoals": "f926cf16-b398-458f-899f-ff295030c86b",
"departmentaltargets": "4b5a197a-5672-4304-b2af-6d51ccdb69ac",
"healthtopics": "12aa24b7-49e6-46db-82cb-9ecd2f311cb0",
"events": "910d1a70-68bf-4177-afd1-34e7965951bd",
"publishingoffices": "ef84c007-29ca-4952-b4dc-9c8291059589",
"WebPageType": "sample string 10",
"targetaudiences": "68895bdc-9882-4bdf-ab46-7784092d32b9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"ShowInNavigation": true,
"ParentId": "24cfa98b-a919-4c63-903c-920dbd1d5860",
"RootId": "351bb380-397e-40a8-b48d-35da49b04688",
"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": "51457fa7-fcc1-4804-b9ae-92f6d697c078",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
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-09-10T20:13:14.6876319Z",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QuickLinkSecondaryLabel": "sample string 8",
"ChildGroupsLabel": "sample string 9",
"Title": "sample string 10",
"ContactInfo": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "d5e80a2f-71a1-4b06-90fb-91cdcc7dc610",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "4ce57157-d41a-41ec-9f07-9e5f6341c937",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6876319+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-10T20:13:14.6876319Z",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"QuickLinkSecondaryLabel": "sample string 8",
"ChildGroupsLabel": "sample string 9",
"Title": "sample string 10",
"ContactInfo": "sample string 11",
"Overview": "sample string 12",
"publishingoffices": "d5e80a2f-71a1-4b06-90fb-91cdcc7dc610",
"QuickLinkPrimaryLabel": "sample string 14",
"departmentaltargets": "4ce57157-d41a-41ec-9f07-9e5f6341c937",
"Summary": "sample string 16",
"OfficialName": "sample string 17",
"Provider": "sample string 18",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6876319+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
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-09-10T20:13:14.6876319Z",
"UrlName": "sample string 2",
"organizations": "0122098f-499f-45b5-b2d2-7a72db2b37ac",
"regionscountries": "d6d8d080-63f2-4d04-a817-c0e630c3d72a",
"sustainabledevelopmentgoals": "bfd60310-2c46-43a9-98e5-3cafadce2fde",
"departmentaltargets": "9cb4be05-434b-4f6c-bab5-0bd5f8fd44b9",
"healthtopics": "67166ce3-8227-4abe-868b-3e7c1a3d0f8a",
"events": "cd6b8dab-6743-4621-b95d-a55d26bf7661",
"publishingoffices": "557754a5-fbfa-4194-b459-8e008416dbb8",
"WebPageType": "sample string 10",
"targetaudiences": "5c1d0155-864f-4b0f-b368-d452023b2a3e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"ShowInNavigation": true,
"ParentId": "e2b319b8-10e9-45df-9eee-2ad542f03b8d",
"RootId": "51279dc0-b9c7-48d7-ba96-8b8bed9edab4",
"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": "b72c0b19-353c-42a2-9ae1-f8156361bb39",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-10T20:13:14.6876319Z",
"UrlName": "sample string 2",
"organizations": "0122098f-499f-45b5-b2d2-7a72db2b37ac",
"regionscountries": "d6d8d080-63f2-4d04-a817-c0e630c3d72a",
"sustainabledevelopmentgoals": "bfd60310-2c46-43a9-98e5-3cafadce2fde",
"departmentaltargets": "9cb4be05-434b-4f6c-bab5-0bd5f8fd44b9",
"healthtopics": "67166ce3-8227-4abe-868b-3e7c1a3d0f8a",
"events": "cd6b8dab-6743-4621-b95d-a55d26bf7661",
"publishingoffices": "557754a5-fbfa-4194-b459-8e008416dbb8",
"WebPageType": "sample string 10",
"targetaudiences": "5c1d0155-864f-4b0f-b368-d452023b2a3e",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"ShowInNavigation": true,
"ParentId": "e2b319b8-10e9-45df-9eee-2ad542f03b8d",
"RootId": "51279dc0-b9c7-48d7-ba96-8b8bed9edab4",
"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": "b72c0b19-353c-42a2-9ae1-f8156361bb39",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
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-09-10T20:13:14.6876319Z",
"UrlName": "sample string 2",
"organizations": "c655f7ec-de89-48fa-b1c9-a55978c55fe2",
"regionscountries": "3a2730f7-0d18-4150-b19f-7bd6071c7d1e",
"sustainabledevelopmentgoals": "135dbc1c-4f07-4cb6-8cf1-82faeaf83c4f",
"departmentaltargets": "df95fd17-5f0a-4eab-9da3-3cb74ed3c30e",
"healthtopics": "33e4e5c3-e165-4364-82e2-6261e91e004d",
"events": "d19c3013-6957-4ce4-9cac-079a8fd7eb4d",
"publishingoffices": "b5f7be17-c533-4605-8d25-71fcd4ef6328",
"WebPageType": "sample string 10",
"targetaudiences": "7e3b3e72-ee8f-4b73-82d7-8baa32ad53e7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"ShowInNavigation": true,
"ParentId": "01fa0ebf-d502-4400-af48-c3838e679bdc",
"RootId": "659b6e15-3fd4-4306-89e4-ddfde7a7e792",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "ee2412bf-4019-41a9-9b78-1fd00779e863",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-10T20:13:14.6876319Z",
"UrlName": "sample string 2",
"organizations": "c655f7ec-de89-48fa-b1c9-a55978c55fe2",
"regionscountries": "3a2730f7-0d18-4150-b19f-7bd6071c7d1e",
"sustainabledevelopmentgoals": "135dbc1c-4f07-4cb6-8cf1-82faeaf83c4f",
"departmentaltargets": "df95fd17-5f0a-4eab-9da3-3cb74ed3c30e",
"healthtopics": "33e4e5c3-e165-4364-82e2-6261e91e004d",
"events": "d19c3013-6957-4ce4-9cac-079a8fd7eb4d",
"publishingoffices": "b5f7be17-c533-4605-8d25-71fcd4ef6328",
"WebPageType": "sample string 10",
"targetaudiences": "7e3b3e72-ee8f-4b73-82d7-8baa32ad53e7",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"ShowInNavigation": true,
"ParentId": "01fa0ebf-d502-4400-af48-c3838e679bdc",
"RootId": "659b6e15-3fd4-4306-89e4-ddfde7a7e792",
"ExpirationInDays": 19,
"HtmlTitle": "sample string 20",
"Description": "sample string 21",
"HeadTagContent": "sample string 22",
"CodeBehindType": "sample string 23",
"IncludeScriptManager": true,
"EnableViewState": true,
"PageType": 0,
"RedirectPage": null,
"TemplateId": "ee2412bf-4019-41a9-9b78-1fd00779e863",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
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-09-10T20:13:14.6876319Z",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Role": "sample string 8",
"Title": "sample string 9",
"ParentId": "3eeebc68-32f4-414b-b7f8-c0a07ae30494",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6876319+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-10T20:13:14.6876319Z",
"PublicationDate": "2025-09-10T20:13:14.6876319Z",
"DateCreated": "2025-09-10T20:13:14.6876319Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Role": "sample string 8",
"Title": "sample string 9",
"ParentId": "3eeebc68-32f4-414b-b7f8-c0a07ae30494",
"Provider": "sample string 11",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-10T20:13:14.6876319+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
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.