Returns a set of data items of type activities.
GET /api/news/activities
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 | |
healthtopics | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
ImpactStatistics | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
MetaDescription | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
regionscountries | 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-12T10:08:01.3865524Z",
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "c44aa5b7-4279-4e1d-96fc-6a28f49c39b3",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2025-09-12T10:08:01.3865524Z",
"MetaDescription": "sample string 15",
"targetaudiences": "7b0f8e05-665f-46a8-970b-dbc8112f1817",
"Title": "sample string 17",
"publishingoffices": "3efd8c91-1e1a-4220-b17c-c964915213c6",
"targets": "a78b0aa2-b727-4ad5-8a3a-0e4aeedb860c",
"departmentaltargets": "5ad269ae-c97b-4bc5-bec1-408e31d43a4e",
"regionscountries": "8aaf69eb-8028-4275-95de-ca6b68b5804f",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:08:01.3865524+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T10:08:01.3865524Z",
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "c44aa5b7-4279-4e1d-96fc-6a28f49c39b3",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2025-09-12T10:08:01.3865524Z",
"MetaDescription": "sample string 15",
"targetaudiences": "7b0f8e05-665f-46a8-970b-dbc8112f1817",
"Title": "sample string 17",
"publishingoffices": "3efd8c91-1e1a-4220-b17c-c964915213c6",
"targets": "a78b0aa2-b727-4ad5-8a3a-0e4aeedb860c",
"departmentaltargets": "5ad269ae-c97b-4bc5-bec1-408e31d43a4e",
"regionscountries": "8aaf69eb-8028-4275-95de-ca6b68b5804f",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:08:01.3865524+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Gets activities item by id.
GET /api/news/activities({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 | |
healthtopics | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
ImpactStatistics | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
MetaDescription | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
regionscountries | 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-12T10:08:01.3865524Z",
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "d9fc3a57-ea51-4aa0-a9ae-7c203712a4a1",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2025-09-12T10:08:01.3865524Z",
"MetaDescription": "sample string 15",
"targetaudiences": "9a01dad1-e1bb-48f1-b6b1-fd1f5911226e",
"Title": "sample string 17",
"publishingoffices": "af45eec8-4599-4cdf-b7e8-ec8bf6b6cb97",
"targets": "1eb90c97-fa53-44d6-93c7-36e1f0859fd8",
"departmentaltargets": "6d1505f3-04b7-476c-9c39-5ea1d6cf0ba7",
"regionscountries": "4e2d3650-87e8-4c13-a7b1-be7ee5f9ea5a",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:08:01.3865524+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Gets Id property from activities item.
GET /api/news/activities({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": "4b0d1d18-4311-4c43-a018-ece1265d2195"
}
Creates a activities item.
POST /api/news/activities
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 | |
healthtopics | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
ImpactStatistics | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
MetaDescription | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "ea7be026-e60d-4547-9236-4440385fe478",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2025-09-12T10:08:01.3865524Z",
"MetaDescription": "sample string 12",
"targetaudiences": "6361111f-d30e-4e2b-b024-e635f76089b3",
"Title": "sample string 14",
"publishingoffices": "a4cb2f62-b419-4713-871c-729865ee760b",
"targets": "0e2534a8-8210-4574-9da4-cd21f3b857e6",
"departmentaltargets": "d7b370e0-0ea2-4cf3-83ed-a4f1ef9c7bf3",
"regionscountries": "1dbc6dfa-6551-4555-b7a0-da12d608699b"
}
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 | |
healthtopics | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
ImpactStatistics | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
MetaDescription | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
regionscountries | 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-12T10:08:01.3865524Z",
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "b2b7bcb0-eed7-45d1-89ce-840744b63fd7",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2025-09-12T10:08:01.3865524Z",
"MetaDescription": "sample string 15",
"targetaudiences": "0ab70972-04a8-4160-a0bd-3f2af28e97e2",
"Title": "sample string 17",
"publishingoffices": "ad70ee8e-7fa7-4580-9ba9-8c7fb939e8cd",
"targets": "950e1f44-1de7-462b-bbdb-de31af9575ee",
"departmentaltargets": "4ee8b68e-adc9-4a39-a3e8-270bd4a03b30",
"regionscountries": "83c4b1ec-fe61-41e1-8d8b-74590525a8d8",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:08:01.3865524+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
Partial update for activities item.
PATCH /api/news/activities({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 | |
healthtopics | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
ImpactStatistics | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
MetaDescription | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "ced3e848-3f19-46ee-8b4a-d8bc3f736ed7",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2025-09-12T10:08:01.3865524Z",
"MetaDescription": "sample string 12",
"targetaudiences": "62c93f58-9a9b-4932-9db7-bd227dd99ef9",
"Title": "sample string 14",
"publishingoffices": "ebdd8f09-50ce-40b7-91b1-6f253e5019c8",
"targets": "61515748-1d5a-4a91-8a13-cb91fb129ea8",
"departmentaltargets": "acd3db64-6692-4521-9425-fc7276e2faac",
"regionscountries": "f1bf2dc5-5219-4e41-a701-01101317ab25"
}
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 activities item.
PUT /api/news/activities({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 | |
healthtopics | System.Guid | Read only: False | |
MetaTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
ImpactStatistics | System.String | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
MetaDescription | System.String | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
Title | System.String | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
targets | System.Guid | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "b128a649-12ec-4476-b057-0a39887d6591",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2025-09-12T10:08:01.3865524Z",
"MetaDescription": "sample string 12",
"targetaudiences": "83990aba-a8fd-4d57-88af-7b5660bdcaeb",
"Title": "sample string 14",
"publishingoffices": "a6410216-1ec8-464d-ab25-48fff38521c0",
"targets": "07136cac-bd79-4727-9bf9-693883284586",
"departmentaltargets": "2549afce-9a84-40f9-9717-cc809cd5e19d",
"regionscountries": "e11eeb50-3982-4818-8a09-227a08ea24de"
}
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 activities item by Id.
DELETE /api/news/activities({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 RelatedStatistics from activities item.
GET /api/news/activities({key})/RelatedStatistics
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 | |
healthtopics | System.Guid | Read only: False | |
Subtitle | System.String | Read only: False | |
BackgroundImageDropdown | System.String | Read only: False | |
ButtonText | System.String | Read only: False | |
FrontendTitle | System.String | Read only: False | |
Summary | System.String | Read only: False | |
Title | System.String | Read only: False | |
ExternalURL | 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-12T10:08:01.3865524Z",
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "2a236240-4b71-4cac-b23e-9870535040d1",
"Subtitle": "sample string 9",
"BackgroundImageDropdown": "sample string 10",
"ButtonText": "sample string 11",
"FrontendTitle": "sample string 12",
"Summary": "sample string 13",
"Title": "sample string 14",
"ExternalURL": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:08:01.3865524+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-12T10:08:01.3865524Z",
"PublicationDate": "2025-09-12T10:08:01.3865524Z",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "2a236240-4b71-4cac-b23e-9870535040d1",
"Subtitle": "sample string 9",
"BackgroundImageDropdown": "sample string 10",
"ButtonText": "sample string 11",
"FrontendTitle": "sample string 12",
"Summary": "sample string 13",
"Title": "sample string 14",
"ExternalURL": "sample string 15",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-12T10:08:01.3865524+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]
Add RelatedStatistics relation to activities item.
POST /api/news/activities({key})/RelatedStatistics/$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 RelatedStatistics from activities item.
DELETE /api/news/activities({key})/RelatedStatistics/$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 RelatedPage from activities item.
GET /api/news/activities({key})/RelatedPage
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-12T10:08:01.3865524Z",
"UrlName": "sample string 2",
"organizations": "1ca387b5-77e2-4444-a880-f9c4cccc890b",
"regionscountries": "d19a2094-93db-41ef-927b-fe5548efbb31",
"sustainabledevelopmentgoals": "cccba995-b5bd-49cf-9808-557c3302becb",
"departmentaltargets": "1a0a71bf-8745-43de-a7f4-e9e82bd3dc99",
"healthtopics": "29cfa9fe-6e50-4626-b2d9-5d51a931ddfe",
"events": "f11d5af5-3bb2-446f-8e4a-30e336626c3b",
"publishingoffices": "4246e2e8-ea06-46e5-abb8-4dd556965021",
"WebPageType": "sample string 10",
"targetaudiences": "074c02a8-aea5-44e7-aef7-0161ade5c75a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"ShowInNavigation": true,
"ParentId": "06438608-c9ed-40af-991d-7f8e48302cd5",
"RootId": "f85b6169-a85f-4231-b14c-51e9999fe796",
"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": "f1c568d9-6c55-459d-95ba-9b929788a4ab",
"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-12T10:08:01.3865524Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-09-12T10:08:01.3865524Z",
"UrlName": "sample string 2",
"organizations": "1ca387b5-77e2-4444-a880-f9c4cccc890b",
"regionscountries": "d19a2094-93db-41ef-927b-fe5548efbb31",
"sustainabledevelopmentgoals": "cccba995-b5bd-49cf-9808-557c3302becb",
"departmentaltargets": "1a0a71bf-8745-43de-a7f4-e9e82bd3dc99",
"healthtopics": "29cfa9fe-6e50-4626-b2d9-5d51a931ddfe",
"events": "f11d5af5-3bb2-446f-8e4a-30e336626c3b",
"publishingoffices": "4246e2e8-ea06-46e5-abb8-4dd556965021",
"WebPageType": "sample string 10",
"targetaudiences": "074c02a8-aea5-44e7-aef7-0161ade5c75a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-09-12T10:08:01.3865524Z",
"ShowInNavigation": true,
"ParentId": "06438608-c9ed-40af-991d-7f8e48302cd5",
"RootId": "f85b6169-a85f-4231-b14c-51e9999fe796",
"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": "f1c568d9-6c55-459d-95ba-9b929788a4ab",
"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-12T10:08:01.3865524Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]
Add RelatedPage relation to activities item.
POST /api/news/activities({key})/RelatedPage/$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 RelatedPage from activities item.
DELETE /api/news/activities({key})/RelatedPage/$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.