Returns a set of data items of type whoquizanswers.
GET /api/news/whoquizanswers
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 | |
| Ordinal | System.Decimal | Read only: False | |
| IsThisCorrectAnswer | System.Boolean | Read only: False | |
| Score | System.Decimal | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Ordinal": 8.0,
"IsThisCorrectAnswer": true,
"Score": 10.0,
"CorrectAnswerContent": "sample string 11",
"Content": "sample string 12",
"IncorrectAnswerContent": "sample string 13",
"Title": "sample string 14",
"ParentId": "5862b78c-7c50-45eb-86f5-77f57ff3f7e1",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Ordinal": 8.0,
"IsThisCorrectAnswer": true,
"Score": 10.0,
"CorrectAnswerContent": "sample string 11",
"Content": "sample string 12",
"IncorrectAnswerContent": "sample string 13",
"Title": "sample string 14",
"ParentId": "5862b78c-7c50-45eb-86f5-77f57ff3f7e1",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets whoquizanswers item by id.
GET /api/news/whoquizanswers({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 | |
| Ordinal | System.Decimal | Read only: False | |
| IsThisCorrectAnswer | System.Boolean | Read only: False | |
| Score | System.Decimal | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Ordinal": 8.0,
"IsThisCorrectAnswer": true,
"Score": 10.0,
"CorrectAnswerContent": "sample string 11",
"Content": "sample string 12",
"IncorrectAnswerContent": "sample string 13",
"Title": "sample string 14",
"ParentId": "c7d777c9-20fb-4261-a448-923863cfc693",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from whoquizanswers item.
GET /api/news/whoquizanswers({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": "133aaa68-5ed1-4f79-905f-e3221209e291"
}Creates a whoquizanswers item.
POST /api/news/whoquizanswers
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 | |
| Ordinal | System.Decimal | Read only: False | |
| IsThisCorrectAnswer | System.Boolean | Read only: False | |
| Score | System.Decimal | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Ordinal": 5.0,
"IsThisCorrectAnswer": true,
"Score": 7.0,
"CorrectAnswerContent": "sample string 8",
"Content": "sample string 9",
"IncorrectAnswerContent": "sample string 10",
"Title": "sample string 11",
"ParentId": "3c11554c-241a-44b0-add2-34ff81615ee9"
}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 | |
| Ordinal | System.Decimal | Read only: False | |
| IsThisCorrectAnswer | System.Boolean | Read only: False | |
| Score | System.Decimal | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Ordinal": 8.0,
"IsThisCorrectAnswer": true,
"Score": 10.0,
"CorrectAnswerContent": "sample string 11",
"Content": "sample string 12",
"IncorrectAnswerContent": "sample string 13",
"Title": "sample string 14",
"ParentId": "4189de8e-a878-453d-9b49-e1f52a4a2e38",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for whoquizanswers item.
PATCH /api/news/whoquizanswers({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 | |
| Ordinal | System.Decimal | Read only: False | |
| IsThisCorrectAnswer | System.Boolean | Read only: False | |
| Score | System.Decimal | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Ordinal": 5.0,
"IsThisCorrectAnswer": true,
"Score": 7.0,
"CorrectAnswerContent": "sample string 8",
"Content": "sample string 9",
"IncorrectAnswerContent": "sample string 10",
"Title": "sample string 11",
"ParentId": "2aca1257-47c3-40ed-99e8-85da0eb5185b"
}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 whoquizanswers item.
PUT /api/news/whoquizanswers({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 | |
| Ordinal | System.Decimal | Read only: False | |
| IsThisCorrectAnswer | System.Boolean | Read only: False | |
| Score | System.Decimal | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Ordinal": 5.0,
"IsThisCorrectAnswer": true,
"Score": 7.0,
"CorrectAnswerContent": "sample string 8",
"Content": "sample string 9",
"IncorrectAnswerContent": "sample string 10",
"Title": "sample string 11",
"ParentId": "c48a8988-2826-4c00-b93c-219866d805d5"
}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 whoquizanswers item by Id.
DELETE /api/news/whoquizanswers({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 Parent from whoquizanswers item.
GET /api/news/whoquizanswers({key})/Parent
| 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 | |
| NotCorrectQuestionText | System.String | Read only: False | |
| CorrectQuestionText | System.String | Read only: False | |
| QuestionType | System.String | Read only: False | |
| AllOfAbove | System.Boolean | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| AllOfAboveText | System.String | Read only: False | |
| Ordinal | System.Decimal | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| IsThisTheLastQuestion | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"NotCorrectQuestionText": "sample string 8",
"CorrectQuestionText": "sample string 9",
"QuestionType": "sample string 10",
"AllOfAbove": true,
"CorrectAnswerContent": "sample string 12",
"Title": "sample string 13",
"Content": "sample string 14",
"AllOfAboveText": "sample string 15",
"Ordinal": 16.0,
"IncorrectAnswerContent": "sample string 17",
"IsThisTheLastQuestion": true,
"ParentId": "1a537177-53dc-4873-96ec-fb7de56ca940",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"NotCorrectQuestionText": "sample string 8",
"CorrectQuestionText": "sample string 9",
"QuestionType": "sample string 10",
"AllOfAbove": true,
"CorrectAnswerContent": "sample string 12",
"Title": "sample string 13",
"Content": "sample string 14",
"AllOfAboveText": "sample string 15",
"Ordinal": 16.0,
"IncorrectAnswerContent": "sample string 17",
"IsThisTheLastQuestion": true,
"ParentId": "1a537177-53dc-4873-96ec-fb7de56ca940",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to whoquizanswers item.
POST /api/news/whoquizanswers({key})/Parent/$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 Parent from whoquizanswers item.
DELETE /api/news/whoquizanswers({key})/Parent/$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 NextQuizQuestion from whoquizanswers item.
GET /api/news/whoquizanswers({key})/NextQuizQuestion
| 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 | |
| NotCorrectQuestionText | System.String | Read only: False | |
| CorrectQuestionText | System.String | Read only: False | |
| QuestionType | System.String | Read only: False | |
| AllOfAbove | System.Boolean | Read only: False | |
| CorrectAnswerContent | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| AllOfAboveText | System.String | Read only: False | |
| Ordinal | System.Decimal | Read only: False | |
| IncorrectAnswerContent | System.String | Read only: False | |
| IsThisTheLastQuestion | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"NotCorrectQuestionText": "sample string 8",
"CorrectQuestionText": "sample string 9",
"QuestionType": "sample string 10",
"AllOfAbove": true,
"CorrectAnswerContent": "sample string 12",
"Title": "sample string 13",
"Content": "sample string 14",
"AllOfAboveText": "sample string 15",
"Ordinal": 16.0,
"IncorrectAnswerContent": "sample string 17",
"IsThisTheLastQuestion": true,
"ParentId": "7fa7d286-9786-4122-8f26-6c517b6105aa",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-06T21:47:43.3593264Z",
"PublicationDate": "2026-02-06T21:47:43.3593264Z",
"DateCreated": "2026-02-06T21:47:43.3593264Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"NotCorrectQuestionText": "sample string 8",
"CorrectQuestionText": "sample string 9",
"QuestionType": "sample string 10",
"AllOfAbove": true,
"CorrectAnswerContent": "sample string 12",
"Title": "sample string 13",
"Content": "sample string 14",
"AllOfAboveText": "sample string 15",
"Ordinal": 16.0,
"IncorrectAnswerContent": "sample string 17",
"IsThisTheLastQuestion": true,
"ParentId": "7fa7d286-9786-4122-8f26-6c517b6105aa",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-06T21:47:43.3593264+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add NextQuizQuestion relation to whoquizanswers item.
POST /api/news/whoquizanswers({key})/NextQuizQuestion/$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 NextQuizQuestion from whoquizanswers item.
DELETE /api/news/whoquizanswers({key})/NextQuizQuestion/$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.