Returns a set of data items of type activities.
GET /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True | |
| CalculatedItemDefaultUrl | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T22:18:25.1113097Z",
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "5a84079c-5a0e-42cd-8e80-c004d02e531c",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"MetaDescription": "sample string 15",
"targetaudiences": "4ac3fb6b-9e23-4d54-b69b-92bc20e20bd7",
"Title": "sample string 17",
"publishingoffices": "bf9425a3-d3f7-4d77-aa93-9c3257fc20c5",
"targets": "1f71a175-05dd-426a-a120-f7018f50686f",
"departmentaltargets": "f4a6c8c6-18f3-4443-b151-5b452dbbbe9d",
"regionscountries": "259dd70e-87fc-45de-a4a7-60024a7f07c1",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T22:18:25.1113097+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 23",
"FormatedDate": "sample string 24",
"TrimmedTitle": "sample string 25",
"CalculatedItemDefaultUrl": "sample string 26"
},
{
"LastModified": "2026-09-18T22:18:25.1113097Z",
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "5a84079c-5a0e-42cd-8e80-c004d02e531c",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"MetaDescription": "sample string 15",
"targetaudiences": "4ac3fb6b-9e23-4d54-b69b-92bc20e20bd7",
"Title": "sample string 17",
"publishingoffices": "bf9425a3-d3f7-4d77-aa93-9c3257fc20c5",
"targets": "1f71a175-05dd-426a-a120-f7018f50686f",
"departmentaltargets": "f4a6c8c6-18f3-4443-b151-5b452dbbbe9d",
"regionscountries": "259dd70e-87fc-45de-a4a7-60024a7f07c1",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T22:18:25.1113097+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 23",
"FormatedDate": "sample string 24",
"TrimmedTitle": "sample string 25",
"CalculatedItemDefaultUrl": "sample string 26"
}
]Gets activities item by id.
GET /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True | |
| CalculatedItemDefaultUrl | System.String | Read only: True |
application/json
{
"LastModified": "2026-09-18T22:18:25.1113097Z",
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "fa3baea9-e748-41f9-82a0-1aa165a85541",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"MetaDescription": "sample string 15",
"targetaudiences": "e27cb7d5-1633-4c24-a5f2-c03ccacf61c2",
"Title": "sample string 17",
"publishingoffices": "82db5b50-65d3-4062-afa8-0d60bba4d6b6",
"targets": "e4d047ef-099f-4fe9-a074-3259ff62d697",
"departmentaltargets": "c057b619-c84c-4f60-add6-042ce6748893",
"regionscountries": "14096b58-d094-4ea6-9c40-d24e22cecad7",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T22:18:25.1113097+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 23",
"FormatedDate": "sample string 24",
"TrimmedTitle": "sample string 25",
"CalculatedItemDefaultUrl": "sample string 26"
}Gets Id property from activities item.
GET /api/hubs/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": "a6edfbd9-2427-4524-9afe-61d1add18c24"
}Creates a activities item.
POST /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True | |
| CalculatedItemDefaultUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "994c3b72-72cb-488e-b5c2-3a682f4e6b91",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"MetaDescription": "sample string 12",
"targetaudiences": "38b77da2-2635-44eb-91ee-6c59257b7daa",
"Title": "sample string 14",
"publishingoffices": "faf49587-51f3-43fb-9c4d-21faf5fa1626",
"targets": "ca808dbb-29ba-445b-8164-271f5b7db8bf",
"departmentaltargets": "e80dedb5-00d4-4ff2-9e3b-80e6267b4c09",
"regionscountries": "3aae5e5f-f1ea-49ef-8cf1-4390b2237d22"
}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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True | |
| CalculatedItemDefaultUrl | System.String | Read only: True |
application/json
{
"LastModified": "2026-09-18T22:18:25.1113097Z",
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"healthtopics": "9f483979-f260-40f0-a2c9-104ff1d5b31e",
"MetaTitle": "sample string 9",
"Summary": "sample string 10",
"OpenGraphTitle": "sample string 11",
"ImpactStatistics": "sample string 12",
"OpenGraphDescription": "sample string 13",
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"MetaDescription": "sample string 15",
"targetaudiences": "cfa8b9e8-4a6c-46dc-9c99-9dd5cfb019a7",
"Title": "sample string 17",
"publishingoffices": "255aead9-f086-4cfe-9323-0c4f7ffb6ccf",
"targets": "accdaa82-5f87-46a2-a566-bc690dbf530e",
"departmentaltargets": "80dbf240-7ed2-4a1a-93aa-6867e371d9bc",
"regionscountries": "a7970d35-d078-40a8-9ee8-52a86348564f",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T22:18:25.1113097+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 23",
"FormatedDate": "sample string 24",
"TrimmedTitle": "sample string 25",
"CalculatedItemDefaultUrl": "sample string 26"
}Partial update for activities item.
PATCH /api/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True | |
| CalculatedItemDefaultUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "f5ec912e-6839-40fa-b320-73cb696ff162",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"MetaDescription": "sample string 12",
"targetaudiences": "14c079a1-1ab5-4139-84c0-9749504459d8",
"Title": "sample string 14",
"publishingoffices": "78d659ab-9e85-4fc3-ab99-471d861b6873",
"targets": "3b2fd402-6879-4c5c-8978-5fee4d23833d",
"departmentaltargets": "7b619b81-3bf3-49aa-bc97-2f876efa13f0",
"regionscountries": "25a0af07-d082-4d76-915d-823484350f02"
}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/hubs/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 | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True | |
| CalculatedItemDefaultUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"healthtopics": "19495154-1fe6-4783-bf5d-c59cbb60b8e3",
"MetaTitle": "sample string 6",
"Summary": "sample string 7",
"OpenGraphTitle": "sample string 8",
"ImpactStatistics": "sample string 9",
"OpenGraphDescription": "sample string 10",
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"MetaDescription": "sample string 12",
"targetaudiences": "635037c4-08cd-46df-84de-488a8ef0c00f",
"Title": "sample string 14",
"publishingoffices": "a09d8ffb-d1ed-4c62-b7aa-b7d397ff7f46",
"targets": "a890624a-87c6-4c87-9d8e-285673033cda",
"departmentaltargets": "1aef2265-4a8c-451d-881e-7cf79fc50ed8",
"regionscountries": "1e5c0917-d715-41e1-8efd-15f0146192a7"
}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/hubs/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 RelatedPage from activities item.
GET /api/hubs/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": "2026-09-18T22:18:25.1113097Z",
"UrlName": "sample string 2",
"organizations": "dfc5899a-185a-4e4f-a8a7-928b0c740fa0",
"regionscountries": "26e248a3-ba7b-4693-9da8-de5b2e1435e9",
"sustainabledevelopmentgoals": "a8ea40a5-ea60-4606-98fd-3a4d14d03dde",
"departmentaltargets": "4447d4d9-9368-4778-af5c-2df8b98322c9",
"healthtopics": "19558dda-24e3-40b4-8932-eef8c113f2d4",
"events": "2fe5fffe-1409-43b7-9b17-b655c6339224",
"publishingoffices": "d883e7a0-d1f2-4413-b550-a63b15d05692",
"WebPageType": "sample string 10",
"targetaudiences": "ad6eb291-33ea-4d82-b417-90dcb352b179",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"ShowInNavigation": true,
"ParentId": "60385a14-90ed-453c-b797-a7ed20723717",
"RootId": "f4033628-d59b-4670-aef3-ae4a6316722e",
"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": "caff24e4-9798-4742-a2e5-cee471da3e56",
"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-09-18T22:18:25.1113097Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2026-09-18T22:18:25.1113097Z",
"UrlName": "sample string 2",
"organizations": "dfc5899a-185a-4e4f-a8a7-928b0c740fa0",
"regionscountries": "26e248a3-ba7b-4693-9da8-de5b2e1435e9",
"sustainabledevelopmentgoals": "a8ea40a5-ea60-4606-98fd-3a4d14d03dde",
"departmentaltargets": "4447d4d9-9368-4778-af5c-2df8b98322c9",
"healthtopics": "19558dda-24e3-40b4-8932-eef8c113f2d4",
"events": "2fe5fffe-1409-43b7-9b17-b655c6339224",
"publishingoffices": "d883e7a0-d1f2-4413-b550-a63b15d05692",
"WebPageType": "sample string 10",
"targetaudiences": "ad6eb291-33ea-4d82-b417-90dcb352b179",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"ShowInNavigation": true,
"ParentId": "60385a14-90ed-453c-b797-a7ed20723717",
"RootId": "f4033628-d59b-4670-aef3-ae4a6316722e",
"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": "caff24e4-9798-4742-a2e5-cee471da3e56",
"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-09-18T22:18:25.1113097Z",
"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/hubs/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/hubs/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.
Returns a set of related items of type RelatedFeatureStories from activities item.
GET /api/hubs/activities({key})/RelatedFeatureStories
| 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 | |
| publishingoffices | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Subtitle | System.String | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| SourceKey | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Title | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| Highlight | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| ThumbnailUrl | System.String | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| TrimmedTitle | System.String | Read only: True |
application/json
[
{
"LastModified": "2026-09-18T22:18:25.1113097Z",
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "0d292e51-c05a-4621-bca4-4c40d5a5e875",
"events": "c7f0e8ff-6e46-47f1-b072-16feeee1a435",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "511ac823-5470-435c-b05e-c0ca27e0b2e7",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "5b0f3f8f-b544-44cf-ae55-c7b928fdfce9",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "f0a736b1-3934-4a66-b684-04095a587617",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "20d28cde-db85-4323-a0df-f4fbb7d225d2",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "1e2f3a6d-5c96-42e8-a27a-6f0948267cdc",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "bf5e7c52-0abb-4b16-b8e5-24437b36d463",
"MetaDescription": "sample string 34",
"FactFileNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T22:18:25.1113097+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 38",
"FormatedDate": "sample string 39",
"TrimmedTitle": "sample string 40"
},
{
"LastModified": "2026-09-18T22:18:25.1113097Z",
"PublicationDate": "2026-09-18T22:18:25.1113097Z",
"DateCreated": "2026-09-18T22:18:25.1113097Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"publishingoffices": "0d292e51-c05a-4621-bca4-4c40d5a5e875",
"events": "c7f0e8ff-6e46-47f1-b072-16feeee1a435",
"FactSheetNumberOfAdditionalItems": 10.0,
"Subtitle": "sample string 11",
"FeatureStoryNumberOfAdditionalItems": 12.0,
"regionscountries": "511ac823-5470-435c-b05e-c0ca27e0b2e7",
"CommentaryNumberOfAdditionalItems": 14.0,
"PublicationDateAndTime": "2026-09-18T22:18:25.1113097Z",
"PhotoStoryNumberOfAdditionalItems": 16.0,
"healthtopics": "5b0f3f8f-b544-44cf-ae55-c7b928fdfce9",
"DocumentNumberOfAdditionalItems": 18.0,
"OpenGraphTitle": "sample string 19",
"EventNumberOfAdditionalItems": 20.0,
"SourceKey": "sample string 21",
"targets": "f0a736b1-3934-4a66-b684-04095a587617",
"Content": "sample string 23",
"MultimediaNumberOfAdditionalItems": 24.0,
"Title": "sample string 25",
"departmentaltargets": "20d28cde-db85-4323-a0df-f4fbb7d225d2",
"NewsNumberOfAdditionalItems": 27.0,
"targetaudiences": "1e2f3a6d-5c96-42e8-a27a-6f0948267cdc",
"Summary": "sample string 29",
"MetaTitle": "sample string 30",
"OtherRelated": "sample string 31",
"OpenGraphDescription": "sample string 32",
"stakeholders": "bf5e7c52-0abb-4b16-b8e5-24437b36d463",
"MetaDescription": "sample string 34",
"FactFileNumberOfAdditionalItems": 35.0,
"Highlight": "sample string 36",
"Provider": "sample string 37",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-09-18T22:18:25.1113097+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"ThumbnailUrl": "sample string 38",
"FormatedDate": "sample string 39",
"TrimmedTitle": "sample string 40"
}
]Add RelatedFeatureStories relation to activities item.
POST /api/hubs/activities({key})/RelatedFeatureStories/$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 RelatedFeatureStories from activities item.
DELETE /api/hubs/activities({key})/RelatedFeatureStories/$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.