Returns a set of data items of type speeches.
GET /api/newsroom/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-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-04T17:30:56.2943648Z",
"targetaudiences": "f2152999-3359-4db2-8fd0-5b0ad4f8b315",
"publishingoffices": "fc4f40a8-4926-408d-8680-a569c22ba1d9",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "28d0d882-22ba-4ba3-8a6f-91784a8f5385",
"regionscountries": "147eef2b-de99-4408-ace6-005304b12366",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "906fad08-5c51-4e52-8908-e49b6460187b",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "a67d80d5-d692-4447-a4b2-759eedd906d8",
"events": "0c3dcc1a-1ca9-4f69-b0e3-e1b13dc08131",
"OpenGraphDescription": "sample string 26",
"targets": "65a0c6ca-3bd3-4c2b-9910-42ef6b2d4d99",
"SpeechDuration": 28.0,
"stakeholders": "7694040a-14dc-40fa-b4c5-969d54934a42",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-04T17:30:56.2943648Z",
"targetaudiences": "f2152999-3359-4db2-8fd0-5b0ad4f8b315",
"publishingoffices": "fc4f40a8-4926-408d-8680-a569c22ba1d9",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "28d0d882-22ba-4ba3-8a6f-91784a8f5385",
"regionscountries": "147eef2b-de99-4408-ace6-005304b12366",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "906fad08-5c51-4e52-8908-e49b6460187b",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "a67d80d5-d692-4447-a4b2-759eedd906d8",
"events": "0c3dcc1a-1ca9-4f69-b0e3-e1b13dc08131",
"OpenGraphDescription": "sample string 26",
"targets": "65a0c6ca-3bd3-4c2b-9910-42ef6b2d4d99",
"SpeechDuration": 28.0,
"stakeholders": "7694040a-14dc-40fa-b4c5-969d54934a42",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets speeches item by id.
GET /api/newsroom/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-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-04T17:30:56.2943648Z",
"targetaudiences": "2f04961c-5539-4710-827b-2cd9e205ea96",
"publishingoffices": "8afccf34-962c-4ce1-a765-5d7e1512358f",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "ab9f4b52-daa5-41bc-a81b-e511ae17d894",
"regionscountries": "9d000f6a-21a6-49f9-91d2-8d5895c071ab",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "eae6c581-dca3-418d-9deb-c82c95f578e8",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "3654b564-f622-4c2a-bab0-107701f05708",
"events": "248ee9f9-bf40-4f38-8f83-014879075973",
"OpenGraphDescription": "sample string 26",
"targets": "93d75b63-38fa-41a5-bfda-1efa2b9ff419",
"SpeechDuration": 28.0,
"stakeholders": "7656c266-7de3-4158-a008-283c2e0afdfc",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from speeches item.
GET /api/newsroom/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": "0310009f-a40a-45fe-8950-671259f6cf17"
}Creates a speeches item.
POST /api/newsroom/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-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-03-04T17:30:56.2943648Z",
"targetaudiences": "e77cee87-a065-4a3f-89d3-ec66cf460faa",
"publishingoffices": "234ce597-d7e8-4680-b414-2016421d9099",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "2495e123-3910-401e-a675-c30215d6b7d5",
"regionscountries": "2a9a521b-f396-4956-a716-16a087258cb5",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "804a8bf4-5031-4adb-a5b3-74c94536a435",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "4ecc189c-79d0-4d20-ba6f-8ee81e03c033",
"events": "b7e2e6c7-21fa-43b0-ac79-9b1b3fe96e45",
"OpenGraphDescription": "sample string 23",
"targets": "1b187ebc-0b46-4505-895c-276626343c52",
"SpeechDuration": 25.0,
"stakeholders": "6f456508-47fe-4091-903f-1aea112560ef"
}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-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-03-04T17:30:56.2943648Z",
"targetaudiences": "c4a2f680-c917-4b4f-a80e-be5fbea7601d",
"publishingoffices": "4fdfc39b-ba5c-46a1-b7f9-5c5b7a3b65f1",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "00773aba-c2a1-4176-948d-5de6ef0d0ee9",
"regionscountries": "367e8672-ff19-40ee-9a88-27f946dbbd80",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "8ed3817b-697f-498e-97c5-b0fb55262384",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "8864b1c0-aaff-486d-8c88-0c3c2fb4f4ed",
"events": "65fd1ed6-3a79-4445-a120-5d4f2ffc2d23",
"OpenGraphDescription": "sample string 26",
"targets": "b329c018-acef-476e-a66d-d6679aa3e536",
"SpeechDuration": 28.0,
"stakeholders": "1175d10e-1f0e-4674-9963-bd9cbee73cc4",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for speeches item.
PATCH /api/newsroom/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-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-03-04T17:30:56.2943648Z",
"targetaudiences": "d99e1aee-576b-4772-a8d0-524f0dfcba3e",
"publishingoffices": "faee8505-1a2b-4f81-b0d5-a757a55dda6e",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "2e361daf-6eff-42b7-98e3-0b638ac516b9",
"regionscountries": "caf8d78b-8bba-4880-8d5c-4a2b449c8682",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "567632a5-76b9-43eb-953a-31e80d778291",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "029283df-ae9d-40af-9ce5-c7f0f16dc5bb",
"events": "a2b2aa9d-c71d-4497-949e-cc5e5cebae65",
"OpenGraphDescription": "sample string 23",
"targets": "4973eeff-2f47-46c8-8afb-5b0f9a603468",
"SpeechDuration": 25.0,
"stakeholders": "5b2ceaf4-defc-47d0-b309-911af8d806a9"
}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/newsroom/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-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-03-04T17:30:56.2943648Z",
"targetaudiences": "56a355bc-7bc7-44e8-9d43-2fea275c2dfd",
"publishingoffices": "256fcb7c-2c32-48ba-9f77-6472580c2d7e",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "4d859f20-cc6c-48e5-baa2-44375d42566c",
"regionscountries": "66160f10-6e35-4d8d-9a6d-58ff17f242ee",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "3796c495-6cce-436b-bb93-2669a305b57a",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "ed09b1e2-a87f-4922-b6cc-9bf44f32edda",
"events": "9b65e0db-6d49-4ecb-8743-d2dda954df53",
"OpenGraphDescription": "sample string 23",
"targets": "d763f33d-a0f4-4f77-ab27-edfbe1727943",
"SpeechDuration": 25.0,
"stakeholders": "ead703ab-7a6e-43d8-bbab-07977407bb47"
}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/newsroom/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.
Returns a set of related items of type OccasionTypeEvent from speeches item.
GET /api/newsroom/speeches({key})/OccasionTypeEvent
| 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 | |
| Title | System.String | Read only: False | |
| Description | System.String | 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 | |
| CommentaryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FeatureStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| EventNumberOfAdditionalItems | System.Decimal | Read only: False | |
| targets | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| OpenGraphTitle | System.String | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| MetaTitle | System.String | Read only: False | |
| NewsNumberOfAdditionalItems | System.Decimal | Read only: False | |
| MultimediaNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactFileNumberOfAdditionalItems | System.Decimal | Read only: False | |
| OtherRelated | System.String | Read only: False | |
| OpenGraphDescription | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| Highlight | System.String | Read only: False | |
| PhotoStoryNumberOfAdditionalItems | System.Decimal | Read only: False | |
| FactSheetNumberOfAdditionalItems | System.Decimal | Read only: False | |
| stakeholders | System.Guid | Read only: False | |
| MetaDescription | System.String | Read only: False | |
| Category | System.Guid | Read only: False | |
| Tags | System.Guid | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| DocumentNumberOfAdditionalItems | System.Decimal | Read only: False | |
| events | System.Guid | Read only: False | |
| AllowComments | System.Boolean | Read only: False | |
| EventStart | System.DateTimeOffset | Read only: False | |
| EventEnd | System.DateTimeOffset | Read only: False | |
| ContactEmail | System.String | Read only: False | |
| ContactWeb | System.String | Read only: False | |
| Street | System.String | Read only: False | |
| City | System.String | Read only: False | |
| Country | System.String | Read only: False | |
| State | System.String | Read only: False | |
| ContactName | System.String | Read only: False | |
| ContactCell | System.String | Read only: False | |
| ContactPhone | System.String | Read only: False | |
| Content | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| IsRecurrent | System.Boolean | Read only: False | |
| RecurrenceExpression | System.String | Read only: False | |
| TimeZoneId | System.String | Read only: False | |
| AllDayEvent | System.Boolean | Read only: False | |
| Location | 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 | |
| EventStartUtcOffset | System.Double | Read only: True | |
| EventEndUtcOffset | System.Double | Read only: True | |
| EventStartWithOffset | System.DateTimeOffset | Read only: True | |
| EventEndWithOffset | System.DateTimeOffset | Read only: True |
application/json
[
{
"LastModified": "2026-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "10251410-c2ff-4326-89c0-76ca7d8f06f6",
"EventNumberOfAdditionalItems": 13.0,
"targets": "91acba86-367a-449e-b60d-25255bb48efc",
"healthtopics": "067f7357-75b5-4376-9ba4-141d1c1f3e43",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "5ebd93cf-2aeb-4aed-a062-c06559b0ec13",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "69b19df2-eac1-4a54-8812-fd48e44733f6",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "bc046fb6-b91e-4bef-b669-88680f76867f",
"MetaDescription": "sample string 29",
"Category": "3d39ad5d-27a3-43ff-b70e-4a3f5172fe59",
"Tags": "159a3cd9-0fab-465b-91a4-7bb38175e3e7",
"regionscountries": "c2806679-8155-4361-adb2-b5e76ff7ce17",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "997ba196-47ac-4bef-bfba-97ce4dfa32c9",
"AllowComments": true,
"EventStart": "2026-03-04T17:30:56.2943648Z",
"EventEnd": "2026-03-04T17:30:56.2943648Z",
"ContactEmail": "sample string 38",
"ContactWeb": "sample string 39",
"Street": "sample string 40",
"City": "sample string 41",
"Country": "sample string 42",
"State": "sample string 43",
"ContactName": "sample string 44",
"ContactCell": "sample string 45",
"ContactPhone": "sample string 46",
"Content": "sample string 47",
"Summary": "sample string 48",
"IsRecurrent": true,
"RecurrenceExpression": "sample string 50",
"TimeZoneId": "sample string 51",
"AllDayEvent": true,
"Location": "sample string 53",
"ParentId": "b6d01abf-2d0a-4c58-b4a8-23a0f15b5879",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-03-04T17:30:56.2943648Z",
"EventEndWithOffset": "2026-03-04T17:30:56.2943648Z"
},
{
"LastModified": "2026-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "10251410-c2ff-4326-89c0-76ca7d8f06f6",
"EventNumberOfAdditionalItems": 13.0,
"targets": "91acba86-367a-449e-b60d-25255bb48efc",
"healthtopics": "067f7357-75b5-4376-9ba4-141d1c1f3e43",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "5ebd93cf-2aeb-4aed-a062-c06559b0ec13",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "69b19df2-eac1-4a54-8812-fd48e44733f6",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "bc046fb6-b91e-4bef-b669-88680f76867f",
"MetaDescription": "sample string 29",
"Category": "3d39ad5d-27a3-43ff-b70e-4a3f5172fe59",
"Tags": "159a3cd9-0fab-465b-91a4-7bb38175e3e7",
"regionscountries": "c2806679-8155-4361-adb2-b5e76ff7ce17",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "997ba196-47ac-4bef-bfba-97ce4dfa32c9",
"AllowComments": true,
"EventStart": "2026-03-04T17:30:56.2943648Z",
"EventEnd": "2026-03-04T17:30:56.2943648Z",
"ContactEmail": "sample string 38",
"ContactWeb": "sample string 39",
"Street": "sample string 40",
"City": "sample string 41",
"Country": "sample string 42",
"State": "sample string 43",
"ContactName": "sample string 44",
"ContactCell": "sample string 45",
"ContactPhone": "sample string 46",
"Content": "sample string 47",
"Summary": "sample string 48",
"IsRecurrent": true,
"RecurrenceExpression": "sample string 50",
"TimeZoneId": "sample string 51",
"AllDayEvent": true,
"Location": "sample string 53",
"ParentId": "b6d01abf-2d0a-4c58-b4a8-23a0f15b5879",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-03-04T17:30:56.2943648Z",
"EventEndWithOffset": "2026-03-04T17:30:56.2943648Z"
}
]Add OccasionTypeEvent relation to speeches item.
POST /api/newsroom/speeches({key})/OccasionTypeEvent/$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 OccasionTypeEvent from speeches item.
DELETE /api/newsroom/speeches({key})/OccasionTypeEvent/$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 Person from speeches item.
GET /api/newsroom/speeches({key})/Person
| 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 | |
| FullName | System.String | Read only: False | |
| FirstName | System.String | Read only: False | |
| Department | System.String | Read only: False | |
| TwitterUserName | System.String | Read only: False | |
| Location | System.String | Read only: False | |
| LastName | System.String | Read only: False | |
| Organization | System.String | Read only: False | |
| System.String | Read only: False | ||
| Role | System.String | Read only: False | |
| Position | System.String | Read only: False | |
| KeepProfilePrivate | System.Boolean | Read only: False | |
| Mobile | System.String | Read only: False | |
| Telephone | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-04T17:30:56.2943648Z",
"PublicationDate": "2026-03-04T17:30:56.2943648Z",
"DateCreated": "2026-03-04T17:30:56.2943648Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"FullName": "sample string 8",
"FirstName": "sample string 9",
"Department": "sample string 10",
"TwitterUserName": "sample string 11",
"Location": "sample string 12",
"LastName": "sample string 13",
"Organization": "sample string 14",
"Email": "sample string 15",
"Role": "sample string 16",
"Position": "sample string 17",
"KeepProfilePrivate": true,
"Mobile": "sample string 19",
"Telephone": "sample string 20",
"Title": "sample string 21",
"Provider": "sample string 22",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-04T17:30:56.2943648+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Person relation to speeches item.
POST /api/newsroom/speeches({key})/Person/$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 Person from speeches item.
DELETE /api/newsroom/speeches({key})/Person/$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.