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-07T04:27:48.7008674Z",
"PublicationDate": "2025-11-07T04:27:48.7008674Z",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "836440a7-8993-4acb-bd40-0428810c5da2",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "4188b5e7-243b-45ad-b599-b79ea8e7e431",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "84db622c-256b-4069-9a12-f306c21637a1",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-07T04:27:48.7008674+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"FormatedDate": "sample string 21",
"ThumbnailUrl": "sample string 22"
},
{
"LastModified": "2025-11-07T04:27:48.7008674Z",
"PublicationDate": "2025-11-07T04:27:48.7008674Z",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "836440a7-8993-4acb-bd40-0428810c5da2",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "4188b5e7-243b-45ad-b599-b79ea8e7e431",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "84db622c-256b-4069-9a12-f306c21637a1",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-07T04:27:48.7008674+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-07T04:27:48.7008674Z",
"PublicationDate": "2025-11-07T04:27:48.7008674Z",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "00af3ef2-46aa-4c32-b7e1-1d4573194afe",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "0954181d-e381-4368-a272-8c80a9ca2df9",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "eacbb7b9-bc4e-4fb6-bf9e-34c53738d20e",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-07T04:27:48.7008674+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": "354115c6-6488-4968-a9af-0bad779284e2"
}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-07T04:27:48.7008674Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"healthtopics": "80bfdcb7-7889-4200-b21b-6df2c7d70631",
"CompletionMessageContent": "sample string 7",
"PassingScoreSuccessMessage": "sample string 8",
"PassingScoreFailedMessage": "sample string 9",
"PassingScore": 10.0,
"Content": "sample string 11",
"QuizMode": "sample string 12",
"targetaudiences": "c983d779-c3d4-4cce-83b7-fde7d14e13d5",
"CompletionMessageTitle": "sample string 14",
"publishingoffices": "0c1bb4b9-478a-415f-af64-9f016ec88cbb",
"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-07T04:27:48.7008674Z",
"PublicationDate": "2025-11-07T04:27:48.7008674Z",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Summary": "sample string 8",
"healthtopics": "33194ad4-ca0f-4144-9e2f-b91e5f2c7756",
"CompletionMessageContent": "sample string 10",
"PassingScoreSuccessMessage": "sample string 11",
"PassingScoreFailedMessage": "sample string 12",
"PassingScore": 13.0,
"Content": "sample string 14",
"QuizMode": "sample string 15",
"targetaudiences": "bbae8f7d-42dc-4982-bcb7-5358724a7b99",
"CompletionMessageTitle": "sample string 17",
"publishingoffices": "d9169ad8-e69c-4f0b-acd9-5974355d1e19",
"Title": "sample string 19",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-07T04:27:48.7008674+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-07T04:27:48.7008674Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"healthtopics": "1de8cc50-65b6-4908-a199-f3da3bb837fe",
"CompletionMessageContent": "sample string 7",
"PassingScoreSuccessMessage": "sample string 8",
"PassingScoreFailedMessage": "sample string 9",
"PassingScore": 10.0,
"Content": "sample string 11",
"QuizMode": "sample string 12",
"targetaudiences": "b8ce5e99-bb7f-47d7-8bf6-6842c7462491",
"CompletionMessageTitle": "sample string 14",
"publishingoffices": "e9f6ef0d-4d2c-42cb-88ae-30030a9e8f7d",
"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-07T04:27:48.7008674Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Summary": "sample string 5",
"healthtopics": "97791b8f-bebd-4f5f-997e-7dbc6000976b",
"CompletionMessageContent": "sample string 7",
"PassingScoreSuccessMessage": "sample string 8",
"PassingScoreFailedMessage": "sample string 9",
"PassingScore": 10.0,
"Content": "sample string 11",
"QuizMode": "sample string 12",
"targetaudiences": "e9a933fd-0315-4b69-a452-b897d663fa87",
"CompletionMessageTitle": "sample string 14",
"publishingoffices": "3b66f9ff-da73-4c07-8f8b-34cadd287571",
"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-07T04:27:48.7008674Z",
"UrlName": "sample string 2",
"organizations": "8c5a42ef-3dd3-4b73-af79-7a373df665df",
"regionscountries": "052db877-008a-49e7-a786-cb3af6259861",
"sustainabledevelopmentgoals": "6c6551e7-01a2-491e-b52f-834650342910",
"departmentaltargets": "02ea2be2-92db-4140-a311-b93f3a125362",
"healthtopics": "34935dbd-edc4-45fe-9854-0892ce9b9d15",
"events": "bba67f7c-f7e5-452b-a701-83b167ea43c2",
"publishingoffices": "a8948833-c97e-4ad7-b8a2-65e124c8ac42",
"WebPageType": "sample string 10",
"targetaudiences": "e1e0be90-b502-4966-938a-1d338af683f9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"ShowInNavigation": true,
"ParentId": "346ff245-a02c-4b09-adb7-3a91d1023ed5",
"RootId": "52a2f5ee-4f52-447b-b486-7dd18472c679",
"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": "3d5f6565-6d19-46cd-9606-f9dd4342fb06",
"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-07T04:27:48.7008674Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-07T04:27:48.7008674Z",
"UrlName": "sample string 2",
"organizations": "8c5a42ef-3dd3-4b73-af79-7a373df665df",
"regionscountries": "052db877-008a-49e7-a786-cb3af6259861",
"sustainabledevelopmentgoals": "6c6551e7-01a2-491e-b52f-834650342910",
"departmentaltargets": "02ea2be2-92db-4140-a311-b93f3a125362",
"healthtopics": "34935dbd-edc4-45fe-9854-0892ce9b9d15",
"events": "bba67f7c-f7e5-452b-a701-83b167ea43c2",
"publishingoffices": "a8948833-c97e-4ad7-b8a2-65e124c8ac42",
"WebPageType": "sample string 10",
"targetaudiences": "e1e0be90-b502-4966-938a-1d338af683f9",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"ShowInNavigation": true,
"ParentId": "346ff245-a02c-4b09-adb7-3a91d1023ed5",
"RootId": "52a2f5ee-4f52-447b-b486-7dd18472c679",
"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": "3d5f6565-6d19-46cd-9606-f9dd4342fb06",
"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-07T04:27:48.7008674Z",
"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-07T04:27:48.7008674Z",
"UrlName": "sample string 2",
"organizations": "6bc53fb6-cd20-4a17-b309-e40d329ec850",
"regionscountries": "3a6d249f-aab3-4355-8b00-5b862ca3b26b",
"sustainabledevelopmentgoals": "a1981a1c-b2b5-4ef7-a0e6-439f9d7c5304",
"departmentaltargets": "5ca90861-350b-4aa3-a7db-0d910006b2c0",
"healthtopics": "dd35d264-67e2-4cc7-9fc5-f68f6fc20c16",
"events": "03cd14c1-ca41-432a-b832-25c206658cbf",
"publishingoffices": "8a647777-113b-4ce9-95f7-9b0768a626b4",
"WebPageType": "sample string 10",
"targetaudiences": "257d839e-31f1-4429-be34-ecba5b957bcf",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"ShowInNavigation": true,
"ParentId": "61f4da56-14fe-4510-86af-1dc001fe357c",
"RootId": "bc5f3fb4-0225-4408-9849-df05fba1d782",
"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": "1c87f33e-995c-43ed-8e0d-afa74f18da70",
"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-07T04:27:48.7008674Z",
"ViewUrl": "sample string 41",
"EditUrl": "sample string 42",
"EditUrlBasePath": "sample string 43",
"IsHomePage": true,
"RelativeUrlPath": "sample string 45"
},
{
"LastModified": "2025-11-07T04:27:48.7008674Z",
"UrlName": "sample string 2",
"organizations": "6bc53fb6-cd20-4a17-b309-e40d329ec850",
"regionscountries": "3a6d249f-aab3-4355-8b00-5b862ca3b26b",
"sustainabledevelopmentgoals": "a1981a1c-b2b5-4ef7-a0e6-439f9d7c5304",
"departmentaltargets": "5ca90861-350b-4aa3-a7db-0d910006b2c0",
"healthtopics": "dd35d264-67e2-4cc7-9fc5-f68f6fc20c16",
"events": "03cd14c1-ca41-432a-b832-25c206658cbf",
"publishingoffices": "8a647777-113b-4ce9-95f7-9b0768a626b4",
"WebPageType": "sample string 10",
"targetaudiences": "257d839e-31f1-4429-be34-ecba5b957bcf",
"OpenGraphTitle": "sample string 12",
"OpenGraphDescription": "sample string 13",
"Title": "sample string 14",
"DateCreated": "2025-11-07T04:27:48.7008674Z",
"ShowInNavigation": true,
"ParentId": "61f4da56-14fe-4510-86af-1dc001fe357c",
"RootId": "bc5f3fb4-0225-4408-9849-df05fba1d782",
"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": "1c87f33e-995c-43ed-8e0d-afa74f18da70",
"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-07T04:27:48.7008674Z",
"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.