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": "2026-05-07T11:16:44.0218682Z",
"PublicationDate": "2026-05-07T11:16:44.0218682Z",
"DateCreated": "2026-05-07T11:16:44.0218682Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-05-07T11:16:44.0218682Z",
"targetaudiences": "29485308-9afa-45bc-9492-ee55eed80f61",
"publishingoffices": "06952018-4bb8-4360-bb86-edcc3cb30e38",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "d008cfc7-473d-43af-b904-b48d2b0f1287",
"regionscountries": "82cb0d16-5a84-4eb8-ac69-44227c111ed3",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "310bf0d6-914a-455f-bf2a-b22c3fd9669d",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "00b3c6bb-34c2-43be-9a5d-e154717b8376",
"events": "ff8bf226-51d3-4738-9e31-f2f013965ea6",
"OpenGraphDescription": "sample string 26",
"targets": "3ca7c4dd-7ba3-4119-b51c-afcc1cbb4630",
"SpeechDuration": 28.0,
"stakeholders": "36814f1e-b1b5-4696-a4e7-e4baee079cbd",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:16:44.0218682+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-05-07T11:16:44.0218682Z",
"PublicationDate": "2026-05-07T11:16:44.0218682Z",
"DateCreated": "2026-05-07T11:16:44.0218682Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-05-07T11:16:44.0218682Z",
"targetaudiences": "29485308-9afa-45bc-9492-ee55eed80f61",
"publishingoffices": "06952018-4bb8-4360-bb86-edcc3cb30e38",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "d008cfc7-473d-43af-b904-b48d2b0f1287",
"regionscountries": "82cb0d16-5a84-4eb8-ac69-44227c111ed3",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "310bf0d6-914a-455f-bf2a-b22c3fd9669d",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "00b3c6bb-34c2-43be-9a5d-e154717b8376",
"events": "ff8bf226-51d3-4738-9e31-f2f013965ea6",
"OpenGraphDescription": "sample string 26",
"targets": "3ca7c4dd-7ba3-4119-b51c-afcc1cbb4630",
"SpeechDuration": 28.0,
"stakeholders": "36814f1e-b1b5-4696-a4e7-e4baee079cbd",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:16:44.0218682+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": "2026-05-07T11:16:44.0218682Z",
"PublicationDate": "2026-05-07T11:16:44.0218682Z",
"DateCreated": "2026-05-07T11:16:44.0218682Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-05-07T11:16:44.0218682Z",
"targetaudiences": "6d3bf5dc-20f1-45aa-9c74-1d6c864d4749",
"publishingoffices": "3a18b732-10c5-4b16-92df-fd4d9c6fb6f9",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "dacfc8e1-a2d9-4cfb-aaa6-b55c3d4891ae",
"regionscountries": "efb37a05-9478-42b2-9495-e348140e8bc1",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "13a46bc0-2f28-484d-88f5-6aef59e6f1b3",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "7117248c-6009-4ecc-a978-9af5282b0138",
"events": "98698e01-671b-4118-bc69-c5ebc8d85f93",
"OpenGraphDescription": "sample string 26",
"targets": "1643a826-3a01-453b-ab4b-f77d97572984",
"SpeechDuration": 28.0,
"stakeholders": "da97a2fb-5bcf-4554-8bca-cd26a6cc398c",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:16:44.0218682+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": "ce6124e8-c8ea-40c8-acf1-264d6156cdce"
}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": "2026-05-07T11:16:44.0218682Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-05-07T11:16:44.0218682Z",
"targetaudiences": "96d6e220-8f50-455f-98c8-09f792948b61",
"publishingoffices": "6b37ed79-61da-44c2-81f0-a759b7bb301a",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "413ef76f-a4d6-4072-971c-bc71dddf476d",
"regionscountries": "8b7d4d7c-1d28-4c0d-bcac-10b096890556",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "d414f504-1cb7-40c5-b01f-b08ca4c2b876",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "4e7f1f08-de94-43a1-b070-5672e3ee8ef0",
"events": "a6293e3b-08ea-4604-a24b-0e3d911804a0",
"OpenGraphDescription": "sample string 23",
"targets": "ac784d73-4b57-454e-85c3-4b417745f1f9",
"SpeechDuration": 25.0,
"stakeholders": "be3b4021-bdf4-4925-9ca3-6947787d03b0"
}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": "2026-05-07T11:16:44.0218682Z",
"PublicationDate": "2026-05-07T11:16:44.0218682Z",
"DateCreated": "2026-05-07T11:16:44.0218682Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-05-07T11:16:44.0218682Z",
"targetaudiences": "4939df20-585f-498a-938b-a8ef315db4be",
"publishingoffices": "b7f1b869-15f4-4593-b488-fb89963629b7",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "2ab7f39a-4bd2-4aa7-9370-2460adc71c3a",
"regionscountries": "a143e0b7-76b9-4462-ae8b-1e4550489a85",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "7816a812-4abb-49b9-a617-06fd0d6e900c",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "5bd385c0-e932-4ecf-bbb1-4f5a4c6ae00d",
"events": "96a2acad-9d44-4763-8bf9-11ff57739e94",
"OpenGraphDescription": "sample string 26",
"targets": "978eb975-129d-425c-be7d-558ab5060a41",
"SpeechDuration": 28.0,
"stakeholders": "052a2cfc-021d-4e6d-bf25-d75e78525880",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-05-07T11:16:44.0218682+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": "2026-05-07T11:16:44.0218682Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-05-07T11:16:44.0218682Z",
"targetaudiences": "177e258f-95bc-4173-98e8-1807e0f3be70",
"publishingoffices": "9d8babab-ca56-42d3-bb2c-de35c9d361e3",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "48974721-b470-4fea-a620-4adc481f9435",
"regionscountries": "21e66557-3576-4f55-af84-ba12a41c2d54",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "f8e4a487-c82b-42af-a673-f22dc79a37fd",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "8a4e7cdd-d4fe-46f6-a704-471db1f23a3d",
"events": "2c006add-e949-402b-bd2f-3440656021a3",
"OpenGraphDescription": "sample string 23",
"targets": "dc731b00-dfff-4290-8139-0864bad435c2",
"SpeechDuration": 25.0,
"stakeholders": "8e7b5428-97ee-4f39-b004-b7b8bbbf9062"
}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": "2026-05-07T11:16:44.0218682Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-05-07T11:16:44.0218682Z",
"targetaudiences": "c2045b1b-93f8-4272-b4a2-a21925b0b764",
"publishingoffices": "ce49044d-ced7-4ddb-ab20-8c7bc4fc2f4e",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "2a14b63a-f1ed-4b3f-8849-28570b9cfb5a",
"regionscountries": "3963127d-8a4f-4ff9-ba02-e7df12df0254",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "6c3ddab1-6dbd-4928-ac66-4b13a5cfe584",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "eaf79938-6674-4566-98ad-a20439e94549",
"events": "126d8bbf-0209-4a75-9093-50df0808f71a",
"OpenGraphDescription": "sample string 23",
"targets": "db2e6805-5710-4297-95bd-0a8221df2c39",
"SpeechDuration": 25.0,
"stakeholders": "c3d16e0e-30fd-49d8-9a5a-733f1d486369"
}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.