Returns a set of data items of type resultsreportcharts.
GET /api/news/resultsreportcharts
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 | |
| Title | System.String | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartId | 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-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "27671f60-a23b-4f03-a91c-e4d8ce25abcc",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "27671f60-a23b-4f03-a91c-e4d8ce25abcc",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets resultsreportcharts item by id.
GET /api/news/resultsreportcharts({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 | |
| Title | System.String | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartId | 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-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "61975d40-55d5-4eb4-8d17-6d6cb848e07c",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from resultsreportcharts item.
GET /api/news/resultsreportcharts({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": "3e4cbaa8-7e6a-4fe8-9fa5-e46e4ca8dedf"
}Creates a resultsreportcharts item.
POST /api/news/resultsreportcharts
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 | |
| Title | System.String | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartId | 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-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"ChartCustomization": "sample string 6",
"Summary": "sample string 7",
"ChartId": "sample string 8",
"ParentId": "2753910c-9d37-46f5-8758-0f0983cebc52"
}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 | |
| Title | System.String | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartId | 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-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ChartCustomization": "sample string 9",
"Summary": "sample string 10",
"ChartId": "sample string 11",
"ParentId": "d232009a-23f9-4521-b6ea-e30f2d1145ac",
"Provider": "sample string 13",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for resultsreportcharts item.
PATCH /api/news/resultsreportcharts({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 | |
| Title | System.String | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartId | 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-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"ChartCustomization": "sample string 6",
"Summary": "sample string 7",
"ChartId": "sample string 8",
"ParentId": "bffe496f-1510-4b92-bffb-7f9c56e1742f"
}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 resultsreportcharts item.
PUT /api/news/resultsreportcharts({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 | |
| Title | System.String | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartId | 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-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"ChartCustomization": "sample string 6",
"Summary": "sample string 7",
"ChartId": "sample string 8",
"ParentId": "4f339ccc-d43a-41fe-b35e-b86416f3d35f"
}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 resultsreportcharts item by Id.
DELETE /api/news/resultsreportcharts({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 resultsreportcharts item.
GET /api/news/resultsreportcharts({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 | |
| Title | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Overview | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ReportingStartDate | System.DateTimeOffset | Read only: False | |
| ReportingEndDate | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "5eea9558-14f0-4f51-91f1-6ccb0cb78f42",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "0eb60078-93b3-4e85-b189-ecd65d512d69",
"publishingoffices": "dbba3ae2-d510-483e-bcce-36ac1613b6e1",
"ReportingStartDate": "2025-11-16T10:55:12.5052209Z",
"ReportingEndDate": "2025-11-16T10:55:12.5052209Z",
"targetaudiences": "b24b60b1-59bb-4dbf-a069-a2f3ef30f76b",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"healthtopics": "5eea9558-14f0-4f51-91f1-6ccb0cb78f42",
"Overview": "sample string 10",
"Summary": "sample string 11",
"regionscountries": "0eb60078-93b3-4e85-b189-ecd65d512d69",
"publishingoffices": "dbba3ae2-d510-483e-bcce-36ac1613b6e1",
"ReportingStartDate": "2025-11-16T10:55:12.5052209Z",
"ReportingEndDate": "2025-11-16T10:55:12.5052209Z",
"targetaudiences": "b24b60b1-59bb-4dbf-a069-a2f3ef30f76b",
"Provider": "sample string 17",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to resultsreportcharts item.
POST /api/news/resultsreportcharts({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 resultsreportcharts item.
DELETE /api/news/resultsreportcharts({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 RelatedResultsReportSection from resultsreportcharts item.
GET /api/news/resultsreportcharts({key})/RelatedResultsReportSection
| 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 | |
| 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-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ParentId": "bcc61ad5-7fec-4fed-9348-861cee052c0e",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"ParentId": "bcc61ad5-7fec-4fed-9348-861cee052c0e",
"Provider": "sample string 10",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedResultsReportSection relation to resultsreportcharts item.
POST /api/news/resultsreportcharts({key})/RelatedResultsReportSection/$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 RelatedResultsReportSection from resultsreportcharts item.
DELETE /api/news/resultsreportcharts({key})/RelatedResultsReportSection/$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 RelatedWHODatavisualization from resultsreportcharts item.
GET /api/news/resultsreportcharts({key})/RelatedWHODatavisualization
| 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 | |
| Title | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Summary | System.String | Read only: False | |
| ChartType | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| ChartCustomization | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "991792e7-149e-4c2d-9f4c-c5c6a56e3842",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "6229a529-9be6-49c5-bea0-8e4addaec2fc",
"ChartCustomization": "sample string 13",
"healthtopics": "88bd4c0b-5d87-4f98-b38e-5d60ca436d7e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-11-16T10:55:12.5052209Z",
"PublicationDate": "2025-11-16T10:55:12.5052209Z",
"DateCreated": "2025-11-16T10:55:12.5052209Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"publishingoffices": "991792e7-149e-4c2d-9f4c-c5c6a56e3842",
"Summary": "sample string 10",
"ChartType": "sample string 11",
"regionscountries": "6229a529-9be6-49c5-bea0-8e4addaec2fc",
"ChartCustomization": "sample string 13",
"healthtopics": "88bd4c0b-5d87-4f98-b38e-5d60ca436d7e",
"Provider": "sample string 15",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-11-16T10:55:12.5052209+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add RelatedWHODatavisualization relation to resultsreportcharts item.
POST /api/news/resultsreportcharts({key})/RelatedWHODatavisualization/$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 RelatedWHODatavisualization from resultsreportcharts item.
DELETE /api/news/resultsreportcharts({key})/RelatedWHODatavisualization/$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.