Returns a set of data items of type whoquizes.
GET /api/hubs/whoquizes
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 | |
| Summary | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| CompletionMessageContent | System.String | Read only: False | |
| PassingScoreSuccessMessage | System.String | Read only: False | |
| PassingScoreFailedMessage | System.String | Read only: False | |
| PassingScore | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| QuizMode | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| CompletionMessageTitle | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "ae75aece-86c0-423d-bc0a-3ff887cc9b97",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "51f0d612-e162-460e-8e94-c7883ef6ba77",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "88855b48-be53-46d7-9b0b-0e52fa82820b",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T13:35:41.4637749+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 21",
"ThumbnailUrl": "sample string 22"
},
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "ae75aece-86c0-423d-bc0a-3ff887cc9b97",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "51f0d612-e162-460e-8e94-c7883ef6ba77",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "88855b48-be53-46d7-9b0b-0e52fa82820b",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T13:35:41.4637749+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 21",
"ThumbnailUrl": "sample string 22"
}
]Gets whoquizes item by id.
GET /api/hubs/whoquizes({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 | |
| Summary | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| CompletionMessageContent | System.String | Read only: False | |
| PassingScoreSuccessMessage | System.String | Read only: False | |
| PassingScoreFailedMessage | System.String | Read only: False | |
| PassingScore | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| QuizMode | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| CompletionMessageTitle | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "06831d0e-5934-404a-9a45-5856b9b00c98",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "3d77a2f3-e123-4aa5-9792-4bda602e6aa1",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "34d33675-7e5d-41fb-adbe-ca9a869a2053",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T13:35:41.4637749+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 21",
"ThumbnailUrl": "sample string 22"
}Gets Id property from whoquizes item.
GET /api/hubs/whoquizes({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": "bd3259e9-7311-4bf7-a02d-b2d7705c502b"
}Creates a whoquizes item.
POST /api/hubs/whoquizes
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 | |
| Summary | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| CompletionMessageContent | System.String | Read only: False | |
| PassingScoreSuccessMessage | System.String | Read only: False | |
| PassingScoreFailedMessage | System.String | Read only: False | |
| PassingScore | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| QuizMode | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| CompletionMessageTitle | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"healthtopics": "207ca33b-84df-4e84-84e7-082f209c1512",
"CompletionMessageContent": "sample string 7",
"PassingScoreSuccessMessage": "sample string 8",
"PassingScoreFailedMessage": "sample string 9",
"PassingScore": 10.0,
"Content": "sample string 11",
"QuizMode": "sample string 12",
"targetaudiences": "222e8311-4083-41ae-b31d-c0517462a4f4",
"CompletionMessageTitle": "sample string 14",
"publishingoffices": "57aaf9dd-7162-413f-8581-9adfdb865ff2",
"Title": "sample string 16"
}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 | |
| Summary | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| CompletionMessageContent | System.String | Read only: False | |
| PassingScoreSuccessMessage | System.String | Read only: False | |
| PassingScoreFailedMessage | System.String | Read only: False | |
| PassingScore | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| QuizMode | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| CompletionMessageTitle | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "b501d6d6-88f0-40c9-90ff-0025d90b5bc9",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "d93f4aad-4b98-4c73-9f98-9f8a8db55cd6",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "a391daf3-6677-4064-b842-84bae127b7b2",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-05T13:35:41.4637749+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 21",
"ThumbnailUrl": "sample string 22"
}Partial update for whoquizes item.
PATCH /api/hubs/whoquizes({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 | |
| Summary | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| CompletionMessageContent | System.String | Read only: False | |
| PassingScoreSuccessMessage | System.String | Read only: False | |
| PassingScoreFailedMessage | System.String | Read only: False | |
| PassingScore | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| QuizMode | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| CompletionMessageTitle | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"healthtopics": "f465ec7f-7604-47f0-a2e9-8fefc03329d8",
"CompletionMessageContent": "sample string 7",
"PassingScoreSuccessMessage": "sample string 8",
"PassingScoreFailedMessage": "sample string 9",
"PassingScore": 10.0,
"Content": "sample string 11",
"QuizMode": "sample string 12",
"targetaudiences": "08271b6e-130e-44c6-938c-6b1d5caa428d",
"CompletionMessageTitle": "sample string 14",
"publishingoffices": "e9ccf9ee-4254-4d0a-8c41-3dba711bf97c",
"Title": "sample string 16"
}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 whoquizes item.
PUT /api/hubs/whoquizes({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 | |
| Summary | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| CompletionMessageContent | System.String | Read only: False | |
| PassingScoreSuccessMessage | System.String | Read only: False | |
| PassingScoreFailedMessage | System.String | Read only: False | |
| PassingScore | System.Decimal | Read only: False | |
| Content | System.String | Read only: False | |
| QuizMode | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| CompletionMessageTitle | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True | |
| FormatedDate | System.String | Read only: True | |
| ThumbnailUrl | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"healthtopics": "8c38cd69-8242-40c6-a2bb-f3e712540ed6",
"CompletionMessageContent": "sample string 7",
"PassingScoreSuccessMessage": "sample string 8",
"PassingScoreFailedMessage": "sample string 9",
"PassingScore": 10.0,
"Content": "sample string 11",
"QuizMode": "sample string 12",
"targetaudiences": "08a3b652-a349-4b1e-ab0d-a3f0469464b8",
"CompletionMessageTitle": "sample string 14",
"publishingoffices": "87bc0136-2a60-4e0b-8f70-3c5164d69cee",
"Title": "sample string 16"
}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 whoquizes item by Id.
DELETE /api/hubs/whoquizes({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 PassScoreRedirectPage from whoquizes item.
GET /api/hubs/whoquizes({key})/PassScoreRedirectPage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"UrlName": "sample string 2",
"organizations": "acbf4afc-d10b-4dfc-a1e0-a1cae52dca36",
"regionscountries": "82774e06-3966-4b26-87df-c98a662d17f1",
"sustainabledevelopmentgoals": "3185f338-051e-4e46-8f3b-c71cab17ccbf",
"departmentaltargets": "3ba92915-8a09-4492-8725-8287675f4ed8",
"healthtopics": "322dc3a4-1ec8-4985-9934-351dc2a8a51b",
"events": "0abe8204-50a8-473b-a671-bb6340848819",
"publishingoffices": "30d8dae9-1174-44c5-87c7-4c283387b202",
"WebPageType": "sample string 10",
"targetaudiences": "88b90976-aa56-4dfe-bb01-77454c904879",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"ShowInNavigation": true,
"ParentId": "403bfd1c-4489-4aed-be1e-641f2aa604cb",
"RootId": "6e79fee2-f781-4e7f-955a-5e7a4c27c6fd",
"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": "68e5035d-786e-4f46-95a3-350be7b830cc",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"UrlName": "sample string 2",
"organizations": "acbf4afc-d10b-4dfc-a1e0-a1cae52dca36",
"regionscountries": "82774e06-3966-4b26-87df-c98a662d17f1",
"sustainabledevelopmentgoals": "3185f338-051e-4e46-8f3b-c71cab17ccbf",
"departmentaltargets": "3ba92915-8a09-4492-8725-8287675f4ed8",
"healthtopics": "322dc3a4-1ec8-4985-9934-351dc2a8a51b",
"events": "0abe8204-50a8-473b-a671-bb6340848819",
"publishingoffices": "30d8dae9-1174-44c5-87c7-4c283387b202",
"WebPageType": "sample string 10",
"targetaudiences": "88b90976-aa56-4dfe-bb01-77454c904879",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"ShowInNavigation": true,
"ParentId": "403bfd1c-4489-4aed-be1e-641f2aa604cb",
"RootId": "6e79fee2-f781-4e7f-955a-5e7a4c27c6fd",
"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": "68e5035d-786e-4f46-95a3-350be7b830cc",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add PassScoreRedirectPage relation to whoquizes item.
POST /api/hubs/whoquizes({key})/PassScoreRedirectPage/$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 PassScoreRedirectPage from whoquizes item.
DELETE /api/hubs/whoquizes({key})/PassScoreRedirectPage/$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 FailScoreRedirectPage from whoquizes item.
GET /api/hubs/whoquizes({key})/FailScoreRedirectPage
| Name | Description | Type | Additional Information |
| key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
| Name | Description | Type | Additional Information |
| LastModified | System.DateTimeOffset | Read only: True | |
| UrlName | System.String | Read only: False | |
| organizations | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| WebPageType | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| DateCreated | System.DateTimeOffset | Read only: False | |
| ShowInNavigation | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| RootId | System.Guid | Read only: False | |
| ExpirationInDays | System.Int32 | Read only: False | |
| HtmlTitle | System.String | Read only: False | |
| Description | System.String | Read only: False | |
| HeadTagContent | System.String | Read only: False | |
| CodeBehindType | System.String | Read only: False | |
| IncludeScriptManager | System.Boolean | Read only: False | |
| EnableViewState | System.Boolean | Read only: False | |
| PageType | Telerik.Sitefinity.Web.Api.Strategies.Pages.PageType | Read only: False | |
| RedirectPage | Telerik.Sitefinity.Web.Api.Strategies.Pages.RedirectPage | Read only: False | |
| TemplateId | System.Guid | Read only: False | |
| RequireSsl | System.Boolean | Read only: False | |
| EnableScriptManager | System.Boolean | Read only: False | |
| AllowParametersValidation | System.Boolean | Read only: False | |
| Crawlable | System.Boolean | Read only: False | |
| IncludeInSearchIndex | System.Boolean | Read only: False | |
| Priority | System.Single | Read only: False | |
| LocalizationStrategy | Telerik.Sitefinity.Localization.LocalizationStrategy | Read only: True | |
| CanonicalUrlBehaviour | Telerik.Sitefinity.Web.Api.Strategies.Pages.CanonicalUrlSettings | Read only: False | |
| OutputCacheProfile | System.String | Read only: False | |
| Renderer | System.String | Read only: False | |
| TemplateName | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| HasChildren | System.Boolean | Read only: True | |
| Breadcrumb | System.String | Read only: True | |
| AvailableLanguages | System.String | Read only: True | |
| PublicationDate | System.DateTimeOffset | Read only: True | |
| ViewUrl | System.String | Read only: True | |
| EditUrl | System.String | Read only: True | |
| EditUrlBasePath | System.String | Read only: True | |
| IsHomePage | System.Boolean | Read only: True | |
| RelativeUrlPath | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"UrlName": "sample string 2",
"organizations": "de492839-be67-472c-9bd9-40ea5b28c26c",
"regionscountries": "f7c583c6-98ce-4534-b3db-e945be8a89b1",
"sustainabledevelopmentgoals": "ce0b120d-a33d-4378-9559-6fb747f79ce5",
"departmentaltargets": "37e6c578-ae24-4eeb-9dbc-30f9573e9e85",
"healthtopics": "c1bdf725-7dc0-40bc-8e16-15ed3a294667",
"events": "891b9b27-01e6-4097-a53e-5cb0e430c44b",
"publishingoffices": "364f6e76-eff2-4484-9d47-0228dff08ba3",
"WebPageType": "sample string 10",
"targetaudiences": "9729c907-a8e4-4d25-a00a-a2456fda417a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"ShowInNavigation": true,
"ParentId": "7055ee1d-ff7b-413a-89fd-c81558cc5d4b",
"RootId": "4dc40469-23c3-4f80-ad0a-f9c3611aee52",
"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": "0102ee8b-ef3b-4185-91b5-b5b5b115a042",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-05T13:35:41.4637749Z",
"UrlName": "sample string 2",
"organizations": "de492839-be67-472c-9bd9-40ea5b28c26c",
"regionscountries": "f7c583c6-98ce-4534-b3db-e945be8a89b1",
"sustainabledevelopmentgoals": "ce0b120d-a33d-4378-9559-6fb747f79ce5",
"departmentaltargets": "37e6c578-ae24-4eeb-9dbc-30f9573e9e85",
"healthtopics": "c1bdf725-7dc0-40bc-8e16-15ed3a294667",
"events": "891b9b27-01e6-4097-a53e-5cb0e430c44b",
"publishingoffices": "364f6e76-eff2-4484-9d47-0228dff08ba3",
"WebPageType": "sample string 10",
"targetaudiences": "9729c907-a8e4-4d25-a00a-a2456fda417a",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-05T13:35:41.4637749Z",
"ShowInNavigation": true,
"ParentId": "7055ee1d-ff7b-413a-89fd-c81558cc5d4b",
"RootId": "4dc40469-23c3-4f80-ad0a-f9c3611aee52",
"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": "0102ee8b-ef3b-4185-91b5-b5b5b115a042",
"RequireSsl": true,
"EnableScriptManager": true,
"AllowParametersValidation": true,
"Crawlable": true,
"IncludeInSearchIndex": true,
"Priority": 32.1,
"LocalizationStrategy": 0,
"CanonicalUrlBehaviour": 0,
"OutputCacheProfile": "sample string 33",
"Renderer": "sample string 34",
"TemplateName": "sample string 35",
"Provider": "sample string 36",
"HasChildren": true,
"Breadcrumb": "sample string 38",
"AvailableLanguages": "sample string 39",
"PublicationDate": "2025-11-05T13:35:41.4637749Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
}
]Add FailScoreRedirectPage relation to whoquizes item.
POST /api/hubs/whoquizes({key})/FailScoreRedirectPage/$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 FailScoreRedirectPage from whoquizes item.
DELETE /api/hubs/whoquizes({key})/FailScoreRedirectPage/$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.