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": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "d86bcd3a-9632-427e-a2f7-dd662f1a1c8b",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "d86bcd3a-9632-427e-a2f7-dd662f1a1c8b",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+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": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "f92c4aaa-08a8-494d-8f8f-e61de77b2343",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+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": "9c3d40af-c95f-4a6c-a552-f6d4766afade"
}
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": "2025-09-11T03:12:54.5962015Z",
"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": "863a5917-2915-4576-b460-ae798f3b6ee3"
}
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": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "0362c832-0c6d-45d1-9edb-9523f626aeb2",
"Provider": "sample string 16",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+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": "2025-09-11T03:12:54.5962015Z",
"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": "93637bd1-0982-41dc-bec0-3f41431b97a1"
}
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": "2025-09-11T03:12:54.5962015Z",
"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": "79e4233a-5f48-41ed-b823-aeca0835f04f"
}
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": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "7ee7a84c-05df-4180-a934-3a4ae21479b4",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "7ee7a84c-05df-4180-a934-3a4ae21479b4",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+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": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "f9c2632d-51ed-4581-a0db-45a726300bad",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T03:12:54.5962015Z",
"PublicationDate": "2025-09-11T03:12:54.5962015Z",
"DateCreated": "2025-09-11T03:12:54.5962015Z",
"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": "f9c2632d-51ed-4581-a0db-45a726300bad",
"Provider": "sample string 20",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T03:12:54.5962015+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.