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-07-17T09:17:26.2171434Z",
"PublicationDate": "2026-07-17T09:17:26.2171434Z",
"DateCreated": "2026-07-17T09:17:26.2171434Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-07-17T09:17:26.2171434Z",
"targetaudiences": "9594391f-b169-495e-b857-5f073c5a8de9",
"publishingoffices": "c32e224b-8965-4a86-a714-e4ce22a33bf2",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "2bf5a079-2469-440c-ae30-4f010a6480e4",
"regionscountries": "48d2de49-fa1b-4425-b8ab-b3a483027452",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "ad27ae24-c048-4a70-8a92-2279ee13e0b7",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "0049a3ad-ee3d-4e99-b580-3cb511b6748e",
"events": "faed5049-afa3-4381-9c26-7a77be6b71d8",
"OpenGraphDescription": "sample string 26",
"targets": "501b77bf-b667-4c58-b356-b01cbb7f1745",
"SpeechDuration": 28.0,
"stakeholders": "8c5077f0-f8a1-48a0-be0f-202bd3ecd41b",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:17:26.2171434+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-17T09:17:26.2171434Z",
"PublicationDate": "2026-07-17T09:17:26.2171434Z",
"DateCreated": "2026-07-17T09:17:26.2171434Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-07-17T09:17:26.2171434Z",
"targetaudiences": "9594391f-b169-495e-b857-5f073c5a8de9",
"publishingoffices": "c32e224b-8965-4a86-a714-e4ce22a33bf2",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "2bf5a079-2469-440c-ae30-4f010a6480e4",
"regionscountries": "48d2de49-fa1b-4425-b8ab-b3a483027452",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "ad27ae24-c048-4a70-8a92-2279ee13e0b7",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "0049a3ad-ee3d-4e99-b580-3cb511b6748e",
"events": "faed5049-afa3-4381-9c26-7a77be6b71d8",
"OpenGraphDescription": "sample string 26",
"targets": "501b77bf-b667-4c58-b356-b01cbb7f1745",
"SpeechDuration": 28.0,
"stakeholders": "8c5077f0-f8a1-48a0-be0f-202bd3ecd41b",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:17:26.2171434+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-07-17T09:17:26.2171434Z",
"PublicationDate": "2026-07-17T09:17:26.2171434Z",
"DateCreated": "2026-07-17T09:17:26.2171434Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-07-17T09:17:26.2171434Z",
"targetaudiences": "f152ff63-ce15-4bba-9589-3f6db528a217",
"publishingoffices": "00214d8f-11fa-4cee-9426-a903538eb32e",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "e96bf44d-97d4-49c7-9277-80c657b7e52b",
"regionscountries": "edc004e7-b1d1-43b4-8e47-c364f3d8526f",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "8f60099b-9e68-4dc3-a8f0-fac403deed40",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "f48b6f85-4356-4e10-b9bc-2d61fba17088",
"events": "5253f31b-9edb-4bad-ab07-7e17d8d36d94",
"OpenGraphDescription": "sample string 26",
"targets": "070af28e-e499-428a-8068-b4208fdb8836",
"SpeechDuration": 28.0,
"stakeholders": "3ee2ea52-6e6b-408e-8855-d39341176108",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:17:26.2171434+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": "c3657dd1-19e2-4b13-9f65-ba047637a682"
}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-07-17T09:17:26.2171434Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-07-17T09:17:26.2171434Z",
"targetaudiences": "5413cb48-c172-4b23-8b2c-01543f8a6868",
"publishingoffices": "8ae51138-ea06-40ae-a08f-c01c48eee55a",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "b5306423-4cf7-4e08-9bfa-2117670200d2",
"regionscountries": "bfdea724-99d2-473e-8676-efc33283d5d0",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "4cfb5bff-3551-4573-904f-c903079636c4",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "17a462b3-91da-4ff4-976e-c263814a0f00",
"events": "8fb1f4f8-5d67-4ac9-b8a2-6be90cf8ea43",
"OpenGraphDescription": "sample string 23",
"targets": "1621521d-6e24-4597-aa4e-d8c861b0c258",
"SpeechDuration": 25.0,
"stakeholders": "39d4f3c8-6024-454f-9b7b-cb0431687a0a"
}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-07-17T09:17:26.2171434Z",
"PublicationDate": "2026-07-17T09:17:26.2171434Z",
"DateCreated": "2026-07-17T09:17:26.2171434Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2026-07-17T09:17:26.2171434Z",
"targetaudiences": "d10a52a2-8c30-41c5-b672-49eb5b18f9bf",
"publishingoffices": "e4d7dd74-9084-4f3b-acae-5c6047d70257",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "018df4c9-9322-4143-8989-a379821f905d",
"regionscountries": "a795637a-97f2-4634-bb95-a52d42dbfc80",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "07f86d24-42b2-4bc9-a071-b42c624cd648",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "4a03fd06-aa9f-43f2-823c-bac857909361",
"events": "cfb248e1-c50e-4387-a2c7-cc2969d5fe49",
"OpenGraphDescription": "sample string 26",
"targets": "5c92894e-9431-48b9-822f-b4698ed526f3",
"SpeechDuration": 28.0,
"stakeholders": "2c93204a-cbfb-472d-a77b-18808c0c901b",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:17:26.2171434+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-07-17T09:17:26.2327647Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-07-17T09:17:26.2327647Z",
"targetaudiences": "c9420338-ae41-4621-bcf3-b641fb31c2c5",
"publishingoffices": "8d02aed2-8d6f-4874-b232-60f56e8000f5",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "193ba4c7-7966-4cde-ace8-3aadfb6e687c",
"regionscountries": "230d1964-776e-4fe1-9ecc-c24a154c4779",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "2c3ec149-37c1-4a8d-a7ad-7f534aaf28ac",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "15cc9bd5-93dc-4c5f-9be3-82d0e581efd8",
"events": "c70bcfbc-1bfd-4efd-b6fe-92263a4493ad",
"OpenGraphDescription": "sample string 23",
"targets": "d11e290a-b9bf-48c0-b220-f847d7b177ed",
"SpeechDuration": 25.0,
"stakeholders": "b902211c-d62c-45ed-8a4f-4217e478fb54"
}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-07-17T09:17:26.2327647Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2026-07-17T09:17:26.2327647Z",
"targetaudiences": "abc4be6a-cd20-4922-8b0a-c3727e9913df",
"publishingoffices": "03b91702-7fa0-41da-b53d-430818a36856",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "fb65c1d6-dd0b-434e-9072-55b766891f33",
"regionscountries": "cc8f1a95-c11a-4a24-877b-409d41d3e92b",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "6af69d96-235f-4e8a-9371-7df1306e46d7",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "8704f7a1-b573-458d-bb7e-70d0557aa016",
"events": "b33679fd-0a0f-4c9f-9bb8-bc89767e7583",
"OpenGraphDescription": "sample string 23",
"targets": "4298e7aa-2c5b-4d48-880a-bb937f0cc1d5",
"SpeechDuration": 25.0,
"stakeholders": "917c516e-2f72-4265-8b8f-3e0286c3c041"
}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-07-17T09:17:26.2327647Z",
"PublicationDate": "2026-07-17T09:17:26.2327647Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:17:26.2327647Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "4ee6dbf9-fbfc-4df1-af56-cd2deb470fc1",
"EventNumberOfAdditionalItems": 13.0,
"targets": "2fc01381-fd68-4449-80c5-47a0cb72008d",
"healthtopics": "0c8b50f1-eaca-48ee-aba5-084498b00dcc",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "13fb5462-cece-45f9-bc13-1cf395c44be0",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "59858615-d097-4b38-9c2e-5067d8675d9b",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "ee308d45-fa19-4f21-a20d-05cee05816e6",
"MetaDescription": "sample string 29",
"Category": "d8483f0a-7fe7-4448-ace7-6faf7619633a",
"Tags": "fa0e6741-e8f4-462c-af65-6130da7969bb",
"regionscountries": "bb15e58f-94cb-4422-9a7a-50c629d1df7d",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "0ee2e119-4a9a-4f83-b2db-53708e9c5d70",
"AllowComments": true,
"EventStart": "2026-07-17T09:17:26.2327647Z",
"EventEnd": "2026-07-17T09:17:26.2327647Z",
"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": "6c6eafa9-8ff0-425d-a623-7dd8978f0fd4",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:17:26.2327647+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-07-17T09:17:26.2327647Z",
"EventEndWithOffset": "2026-07-17T09:17:26.2327647Z"
},
{
"LastModified": "2026-07-17T09:17:26.2327647Z",
"PublicationDate": "2026-07-17T09:17:26.2327647Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2026-07-17T09:17:26.2327647Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "4ee6dbf9-fbfc-4df1-af56-cd2deb470fc1",
"EventNumberOfAdditionalItems": 13.0,
"targets": "2fc01381-fd68-4449-80c5-47a0cb72008d",
"healthtopics": "0c8b50f1-eaca-48ee-aba5-084498b00dcc",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "13fb5462-cece-45f9-bc13-1cf395c44be0",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "59858615-d097-4b38-9c2e-5067d8675d9b",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "ee308d45-fa19-4f21-a20d-05cee05816e6",
"MetaDescription": "sample string 29",
"Category": "d8483f0a-7fe7-4448-ace7-6faf7619633a",
"Tags": "fa0e6741-e8f4-462c-af65-6130da7969bb",
"regionscountries": "bb15e58f-94cb-4422-9a7a-50c629d1df7d",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "0ee2e119-4a9a-4f83-b2db-53708e9c5d70",
"AllowComments": true,
"EventStart": "2026-07-17T09:17:26.2327647Z",
"EventEnd": "2026-07-17T09:17:26.2327647Z",
"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": "6c6eafa9-8ff0-425d-a623-7dd8978f0fd4",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-07-17T09:17:26.2327647+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2026-07-17T09:17:26.2327647Z",
"EventEndWithOffset": "2026-07-17T09:17:26.2327647Z"
}
]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-07-17T09:17:26.2327647Z",
"PublicationDate": "2026-07-17T09:17:26.2327647Z",
"DateCreated": "2026-07-17T09:17:26.2327647Z",
"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-07-17T09:17:26.2327647+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-07-17T09:17:26.2327647Z",
"PublicationDate": "2026-07-17T09:17:26.2327647Z",
"DateCreated": "2026-07-17T09:17:26.2327647Z",
"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-07-17T09:17:26.2327647+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.