Returns a set of data items of type speeches.
GET /api/news/speeches
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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2025-12-10T00:11:06.3139385Z",
"PublicationDate": "2025-12-10T00:11:06.3139385Z",
"DateCreated": "2025-12-10T00:11:06.3139385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-12-10T00:11:06.3139385Z",
"targetaudiences": "aa093576-40e4-4a89-b46d-20f98e9b3454",
"publishingoffices": "48ddae7c-4551-451d-a7cb-fd40a5b32a4f",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "4087f26f-7830-4404-98bc-a0b6419c0ea3",
"regionscountries": "b2169aaa-c886-4e1e-a05e-d6c81d023913",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "efe78ad7-bf00-4812-998f-9c0378167b29",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "29436b00-6cb2-4244-b890-ba6284b588b9",
"events": "930c5539-f1be-4fcd-92c3-d139ac0c6d33",
"OpenGraphDescription": "sample string 26",
"targets": "336f7426-c5ac-4546-a179-eeb7e92dce38",
"SpeechDuration": 28.0,
"stakeholders": "a89ff6fb-561e-4eea-8edb-0750101d48f5",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:06.3139385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-12-10T00:11:06.3139385Z",
"PublicationDate": "2025-12-10T00:11:06.3139385Z",
"DateCreated": "2025-12-10T00:11:06.3139385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-12-10T00:11:06.3139385Z",
"targetaudiences": "aa093576-40e4-4a89-b46d-20f98e9b3454",
"publishingoffices": "48ddae7c-4551-451d-a7cb-fd40a5b32a4f",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "4087f26f-7830-4404-98bc-a0b6419c0ea3",
"regionscountries": "b2169aaa-c886-4e1e-a05e-d6c81d023913",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "efe78ad7-bf00-4812-998f-9c0378167b29",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "29436b00-6cb2-4244-b890-ba6284b588b9",
"events": "930c5539-f1be-4fcd-92c3-d139ac0c6d33",
"OpenGraphDescription": "sample string 26",
"targets": "336f7426-c5ac-4546-a179-eeb7e92dce38",
"SpeechDuration": 28.0,
"stakeholders": "a89ff6fb-561e-4eea-8edb-0750101d48f5",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:06.3139385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets speeches item by id.
GET /api/news/speeches({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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-10T00:11:06.3139385Z",
"PublicationDate": "2025-12-10T00:11:06.3139385Z",
"DateCreated": "2025-12-10T00:11:06.3139385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-12-10T00:11:06.3139385Z",
"targetaudiences": "bc3c4aaa-c5ba-4eb5-877d-e3012e3fa5ee",
"publishingoffices": "86954ba2-a8d5-4bd4-a348-dd3fc6d8c5f8",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "2a2810fd-ea4c-4f8b-873e-228e86c015ba",
"regionscountries": "264df437-bef4-4a0e-bec8-0ca7263e89ca",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "03c595c1-d6d8-4d67-85b6-432176c6c4fb",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "acf3403d-4b8a-49a1-bbfb-4f721ebab9f2",
"events": "82f1bfdd-ac1c-42ed-8a1f-071bce58c624",
"OpenGraphDescription": "sample string 26",
"targets": "cc9f0a41-76b7-4703-9f1b-a3a882c7b988",
"SpeechDuration": 28.0,
"stakeholders": "c274aeff-4e5e-46fb-9f28-110e5014acc8",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:06.3139385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from speeches item.
GET /api/news/speeches({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": "3ce601a9-5388-406b-ab59-78b4a0fdd875"
}Creates a speeches item.
POST /api/news/speeches
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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:11:06.3139385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-12-10T00:11:06.3139385Z",
"targetaudiences": "755fa86a-c31f-4c1b-80ec-9617689f1143",
"publishingoffices": "9f18c70f-3bf5-491e-b8a5-1eedb4d9b02f",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "ff7fae87-fb5f-4e29-ac66-6a3a1ba9df04",
"regionscountries": "84e8568e-a2fe-443c-8b96-6e8b3691ebe2",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "4de3e192-9a35-4186-82e9-d741d4cb4350",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "b20ee7cc-75f8-47c3-ac48-d2f3f79d9cac",
"events": "06699eaa-46dc-4c36-9144-c94805ad925e",
"OpenGraphDescription": "sample string 23",
"targets": "e4374393-febb-47eb-83c4-28fb7a876b9a",
"SpeechDuration": 25.0,
"stakeholders": "eb0217c9-2ce9-4ca3-9de9-f865ae4017d6"
}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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-12-10T00:11:06.3139385Z",
"PublicationDate": "2025-12-10T00:11:06.3139385Z",
"DateCreated": "2025-12-10T00:11:06.3139385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-12-10T00:11:06.3139385Z",
"targetaudiences": "7e7478ee-1e28-4053-97d3-583505ee3a8f",
"publishingoffices": "4a8744b6-0354-45d5-aa75-9e11df1797ff",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "a7b68be4-220a-4232-88fd-5d16a95353af",
"regionscountries": "f9b468fd-e3d4-4e37-baf9-805efa2d79e8",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "b42b4e06-a2b1-4fbf-b030-4124513e48ee",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "0eb47e6f-e8f3-405f-a8bc-cf3ee845e840",
"events": "9be83ae2-f24c-48d6-9906-f5e9a4822f4d",
"OpenGraphDescription": "sample string 26",
"targets": "39611c18-4b67-4efc-862e-ff1813f30252",
"SpeechDuration": 28.0,
"stakeholders": "4da9398e-f621-4bb5-b5e9-525785429d5e",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-12-10T00:11:06.3139385+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for speeches item.
PATCH /api/news/speeches({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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:11:06.3139385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-12-10T00:11:06.3139385Z",
"targetaudiences": "45f51caa-c1bd-43a0-ac50-ddd574173c22",
"publishingoffices": "f577b1b0-c775-4da4-b473-fdcb66b4a0ae",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "962e4e20-5e58-4655-8e50-34eae5043cd5",
"regionscountries": "5ad6efbe-876e-4a19-b0c9-1b13c3a7fb1e",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "f1fc68c6-7fb0-4653-b0ab-7abd3d56e6be",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "88cf13dc-2cc1-4010-ab90-f6caa581c4fb",
"events": "bfcb2979-2f09-4809-ae37-f6b4b49a978a",
"OpenGraphDescription": "sample string 23",
"targets": "ba3d6b7e-9785-442b-b607-c522637e43a5",
"SpeechDuration": 25.0,
"stakeholders": "f1066000-41e0-4dcf-9802-abd4d6d1571e"
}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 speeches item.
PUT /api/news/speeches({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 | |
| Subtitle | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Highlight | System.String | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| SourceKey | System.String | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| OccasionTypeSpecific | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| Content | System.String | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| speechtypes | System.Guid | Read only: False | |
| events | System.Guid | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| targets | System.Guid | Read only: False | |
| SpeechDuration | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2025-12-10T00:11:06.3139385Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-12-10T00:11:06.3139385Z",
"targetaudiences": "1cc77538-fe19-4ea5-9ea5-1a6be8a2eb45",
"publishingoffices": "d247a708-4a16-4c5c-aa95-fb41dd6e25c9",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "37e4a71b-e46b-43fb-89f0-9509c24af19b",
"regionscountries": "aa75a24f-d06c-4814-8829-2a9b436519ff",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "c90be67a-a0ab-4c2b-80aa-f4102756f430",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "7e2dff32-19bd-4081-b4f3-29b2c41fc11b",
"events": "324edb84-5b86-4433-b371-5e26e2f76c00",
"OpenGraphDescription": "sample string 23",
"targets": "4b336a40-431c-4b6b-90ce-ab4b68284014",
"SpeechDuration": 25.0,
"stakeholders": "8fd4907c-6c47-4bf8-974a-4f965e62f8a0"
}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 speeches item by Id.
DELETE /api/news/speeches({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.