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": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-06T16:57:41.5165076Z",
"targetaudiences": "c282df61-b8cc-4c2d-898d-7a254cfbfb74",
"publishingoffices": "30f98763-ceb2-477e-ab0d-9c7f4732571d",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "cbf0b9b5-625b-4b0b-8ff4-2d741672ca75",
"regionscountries": "f6fa4e49-5349-46eb-8c13-4e8abcb7ab79",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "73821dad-7d3e-44b4-aa7f-bfd49b1977f9",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "1afcef20-f2cf-4c23-aaa1-f576aa87fe77",
"events": "db4a368e-e8f5-4194-b139-619057253676",
"OpenGraphDescription": "sample string 26",
"targets": "78683dde-0149-40a3-b392-68d149061540",
"SpeechDuration": 28.0,
"stakeholders": "2e5329ff-e7f2-4a6e-9d15-40444d3c7fb6",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:41.5165076+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-06T16:57:41.5165076Z",
"targetaudiences": "c282df61-b8cc-4c2d-898d-7a254cfbfb74",
"publishingoffices": "30f98763-ceb2-477e-ab0d-9c7f4732571d",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "cbf0b9b5-625b-4b0b-8ff4-2d741672ca75",
"regionscountries": "f6fa4e49-5349-46eb-8c13-4e8abcb7ab79",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "73821dad-7d3e-44b4-aa7f-bfd49b1977f9",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "1afcef20-f2cf-4c23-aaa1-f576aa87fe77",
"events": "db4a368e-e8f5-4194-b139-619057253676",
"OpenGraphDescription": "sample string 26",
"targets": "78683dde-0149-40a3-b392-68d149061540",
"SpeechDuration": 28.0,
"stakeholders": "2e5329ff-e7f2-4a6e-9d15-40444d3c7fb6",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:41.5165076+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": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-06T16:57:41.5165076Z",
"targetaudiences": "78132094-2277-4acf-b562-3d94fddc725a",
"publishingoffices": "d2eb3b1c-a799-484d-ae34-b0ec4c31c9bf",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "3d30aaa6-182f-4d4a-9569-e19dd4922261",
"regionscountries": "4f39aebf-4180-4c6b-9418-a67be7e06c6e",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "b89502c5-cc79-406f-a247-577a3e7ed74e",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "bbfb98c7-f90f-46b3-8c81-ba596e1ae00d",
"events": "9bbeceec-d462-45f6-a8d7-8fc2501fb479",
"OpenGraphDescription": "sample string 26",
"targets": "d782e7dc-8a5c-44a1-938c-4775a321bab8",
"SpeechDuration": 28.0,
"stakeholders": "a94b61ed-c4df-4915-916c-ed82b7047243",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:41.5165076+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": "078e1ce2-8513-4f6f-8528-6c7360953a95"
}
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": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-06T16:57:41.5165076Z",
"targetaudiences": "6718998d-9782-41b4-86d1-bf2609241744",
"publishingoffices": "304d212e-973f-4bfa-b801-7618dacf83fa",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "cd913d28-935b-4586-a8b7-a217a7bb239e",
"regionscountries": "427d1d68-6945-48a7-abcf-b8369e9d8436",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "2e95a8c6-6187-439a-aabd-9d45b1ccf237",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "9469a96f-5a81-4c72-b8ac-8884444424ef",
"events": "e3fb7e40-d6ce-488c-b23e-c4f4692e2ef7",
"OpenGraphDescription": "sample string 23",
"targets": "ec078112-3397-4633-82f5-8f1dd2cbd631",
"SpeechDuration": 25.0,
"stakeholders": "1493bd9a-6432-4812-8b5b-c92fc62706d1"
}
Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
SystemSourceKey | System.String | Read only: False | |
UrlName | System.String | Read only: False | |
ItemDefaultUrl | System.String | Read only: True | |
Subtitle | System.String | Read only: False | |
PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
targetaudiences | System.Guid | Read only: False | |
publishingoffices | System.Guid | Read only: False | |
MetaDescription | System.String | Read only: False | |
Title | System.String | Read only: False | |
Highlight | System.String | Read only: False | |
healthtopics | System.Guid | Read only: False | |
regionscountries | System.Guid | Read only: False | |
SourceKey | System.String | Read only: False | |
OpenGraphTitle | System.String | Read only: False | |
Location | System.String | Read only: False | |
OccasionTypeSpecific | System.String | Read only: False | |
departmentaltargets | System.Guid | Read only: False | |
Content | System.String | Read only: False | |
MetaTitle | System.String | Read only: False | |
speechtypes | System.Guid | Read only: False | |
events | System.Guid | Read only: False | |
OpenGraphDescription | System.String | Read only: False | |
targets | System.Guid | Read only: False | |
SpeechDuration | System.Decimal | Read only: False | |
stakeholders | System.Guid | Read only: False | |
Provider | System.String | Read only: True | |
Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-10-06T16:57:41.5165076Z",
"targetaudiences": "785de7f0-c3c4-43c0-a66c-450afdbf14b7",
"publishingoffices": "878eb944-2caf-4195-a83e-6dbce1d7bf79",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "32bae351-6f86-4f08-9c6e-d3ae3c063f46",
"regionscountries": "37ee0fbd-ef42-4225-96c1-5851a4816994",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "a572fe24-ffe5-4268-a9ac-05b1ae52bf40",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "1a9b8287-a1cf-4d73-a0c2-198dfa391fd2",
"events": "0da77e69-fab3-4ac0-9cd2-d97e3f75ed4d",
"OpenGraphDescription": "sample string 26",
"targets": "17fe0d8a-5c10-468f-aee0-5da84acfdc77",
"SpeechDuration": 28.0,
"stakeholders": "aebed10a-0872-4cd5-9b64-34f6ca61623c",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:41.5165076+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": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-06T16:57:41.5165076Z",
"targetaudiences": "fe7c9282-ce25-4e64-a048-76d56652af29",
"publishingoffices": "44c9fd67-8559-4f1a-8934-afbbd9f22419",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "5e8d2f0f-8ead-4342-8b3f-703552fba7f4",
"regionscountries": "d5ecba03-aff9-42d6-9d77-e3e248569040",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "e4b98976-c1f8-40fb-a2ac-b78db248e6a0",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "d87b9dd8-7ec8-42c9-9fd3-6d08cebe6aa7",
"events": "16f109cb-3121-40b1-ade5-26da2eeb07c2",
"OpenGraphDescription": "sample string 23",
"targets": "5d6660a5-0a5e-4e18-938c-6af26bf4752a",
"SpeechDuration": 25.0,
"stakeholders": "4b2d753e-ddc4-4252-9c37-44e5e5861e76"
}
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": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-10-06T16:57:41.5165076Z",
"targetaudiences": "92b3d3e3-7505-4861-9521-aa8c2435715c",
"publishingoffices": "78dc3f4e-fbbf-424c-aa23-c8912e1461c6",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "4d7523ce-4468-47b9-b553-31995e973cb8",
"regionscountries": "ab72b817-918a-4c27-abc9-af3dd4504dfc",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "13f93cc2-8072-4e64-89f0-aa93542905ca",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "f8dffe33-c8ba-48c7-a4f1-f0fb567b4aeb",
"events": "8d116c8c-f4aa-47f1-a0e6-eac034f7b352",
"OpenGraphDescription": "sample string 23",
"targets": "7c3e3c17-e712-4738-90bd-df6fb5e26973",
"SpeechDuration": 25.0,
"stakeholders": "35adc25a-c8f7-478e-8c10-c4647b8167f8"
}
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": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "199d65d1-c126-4c6b-99d3-1589643131a8",
"EventNumberOfAdditionalItems": 13.0,
"targets": "ca689714-81d4-4293-a58e-550078cfa13a",
"healthtopics": "6960f171-4bf0-4d60-9d2a-d00df81a23d3",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "e575f834-154e-4635-8794-ae2a17328627",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "92cfc174-5310-4c84-8d78-48062c2f2a38",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "525652b2-f788-4b3b-8f55-b941ef30b1dc",
"MetaDescription": "sample string 29",
"Category": "054d2ca8-6140-4578-ba94-972442514453",
"Tags": "73896229-2702-4c18-9b96-c71004d50f84",
"regionscountries": "ebe85a2b-29f1-4f92-8908-266c8a74f064",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "e17034ea-8656-4255-98ca-9eea592d83c0",
"AllowComments": true,
"EventStart": "2025-10-06T16:57:41.5165076Z",
"EventEnd": "2025-10-06T16:57:41.5165076Z",
"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": "8fd96bad-229d-4944-9923-c2e3833f264e",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:41.5165076+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-06T16:57:41.5165076Z",
"EventEndWithOffset": "2025-10-06T16:57:41.5165076Z"
},
{
"LastModified": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "199d65d1-c126-4c6b-99d3-1589643131a8",
"EventNumberOfAdditionalItems": 13.0,
"targets": "ca689714-81d4-4293-a58e-550078cfa13a",
"healthtopics": "6960f171-4bf0-4d60-9d2a-d00df81a23d3",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "e575f834-154e-4635-8794-ae2a17328627",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "92cfc174-5310-4c84-8d78-48062c2f2a38",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "525652b2-f788-4b3b-8f55-b941ef30b1dc",
"MetaDescription": "sample string 29",
"Category": "054d2ca8-6140-4578-ba94-972442514453",
"Tags": "73896229-2702-4c18-9b96-c71004d50f84",
"regionscountries": "ebe85a2b-29f1-4f92-8908-266c8a74f064",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "e17034ea-8656-4255-98ca-9eea592d83c0",
"AllowComments": true,
"EventStart": "2025-10-06T16:57:41.5165076Z",
"EventEnd": "2025-10-06T16:57:41.5165076Z",
"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": "8fd96bad-229d-4944-9923-c2e3833f264e",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-10-06T16:57:41.5165076+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-10-06T16:57:41.5165076Z",
"EventEndWithOffset": "2025-10-06T16:57:41.5165076Z"
}
]
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": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"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": "2025-10-06T16:57:41.5165076+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-10-06T16:57:41.5165076Z",
"PublicationDate": "2025-10-06T16:57:41.5165076Z",
"DateCreated": "2025-10-06T16:57:41.5165076Z",
"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": "2025-10-06T16:57:41.5165076+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.