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-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-11T06:52:02.0626197Z",
"targetaudiences": "f4bc61a0-c55a-4fd1-8152-cd1cd48f93cb",
"publishingoffices": "6bb66823-e7f5-4b06-aeba-9f124878f7e0",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "2c2cab73-d33d-4f05-b2a4-32034fbafaff",
"regionscountries": "8a38742e-61c4-4efe-8af5-61bb12dcc239",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "73b47b94-e2dc-4761-9b81-71b5058fe094",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "1c628aca-c1f1-40b4-aee5-30e0830a0360",
"events": "8c85baaf-12b7-4d5d-90ee-8ec7c3a7f6d8",
"OpenGraphDescription": "sample string 26",
"targets": "47ef2e72-72c2-4ad0-aa14-43cba5b86cfe",
"SpeechDuration": 28.0,
"stakeholders": "a781e066-2752-4d81-96aa-eae3538e1b7a",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T06:52:02.0626197+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-11T06:52:02.0626197Z",
"targetaudiences": "f4bc61a0-c55a-4fd1-8152-cd1cd48f93cb",
"publishingoffices": "6bb66823-e7f5-4b06-aeba-9f124878f7e0",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "2c2cab73-d33d-4f05-b2a4-32034fbafaff",
"regionscountries": "8a38742e-61c4-4efe-8af5-61bb12dcc239",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "73b47b94-e2dc-4761-9b81-71b5058fe094",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "1c628aca-c1f1-40b4-aee5-30e0830a0360",
"events": "8c85baaf-12b7-4d5d-90ee-8ec7c3a7f6d8",
"OpenGraphDescription": "sample string 26",
"targets": "47ef2e72-72c2-4ad0-aa14-43cba5b86cfe",
"SpeechDuration": 28.0,
"stakeholders": "a781e066-2752-4d81-96aa-eae3538e1b7a",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T06:52:02.0626197+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-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-11T06:52:02.0626197Z",
"targetaudiences": "1ae676d3-d354-400e-94b6-a90ba447edd1",
"publishingoffices": "f59c8319-051c-4dfc-b8c3-9617271a0475",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "49c11df6-41b3-42f8-82db-d1278109f9c2",
"regionscountries": "893faac9-0905-4952-9090-7b9a9864e2e3",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "00460135-b8fe-49ab-b43c-12911fb5feb4",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "36133749-6913-4e20-9b58-1db95c5ebe03",
"events": "f68db6b6-8db0-43fa-827f-1b4012f7a938",
"OpenGraphDescription": "sample string 26",
"targets": "71371f8f-341e-4401-96f2-7332d554bef9",
"SpeechDuration": 28.0,
"stakeholders": "310cd7fd-1e72-4355-a189-987810ef39f0",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T06:52:02.0626197+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": "88040727-95a3-4486-b0c0-ad6dfc9087ea"
}
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-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-09-11T06:52:02.0626197Z",
"targetaudiences": "8eb52caf-1379-4c01-9579-d97592451218",
"publishingoffices": "c9a9e720-b7ee-4389-9d38-28ec310b486f",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "c99936d6-bb95-4893-b835-f505aab769ed",
"regionscountries": "dbdc47de-1bad-4482-a5e9-c88163c3c7bb",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "d9d7d268-ce76-481b-8b03-547b9daae422",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "dfccba50-4ba5-4f7d-b325-136a11d35d6b",
"events": "d66011c3-c8a0-4626-a989-15d8873a8029",
"OpenGraphDescription": "sample string 23",
"targets": "bae78bc9-ea63-4d13-9f5c-75b623ae7277",
"SpeechDuration": 25.0,
"stakeholders": "ecbd12f2-3640-4a86-87d2-360e3894c3cb"
}
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-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Subtitle": "sample string 8",
"PublicationDateAndTime": "2025-09-11T06:52:02.0626197Z",
"targetaudiences": "0d9b94c6-696c-44b4-a2d7-827cc77cd7d7",
"publishingoffices": "ed93eaaa-098d-4d62-a2b3-0f5003edaa95",
"MetaDescription": "sample string 12",
"Title": "sample string 13",
"Highlight": "sample string 14",
"healthtopics": "3b74388f-1813-4f2d-92fc-4ba95fd9405e",
"regionscountries": "e4a63b17-67d2-45ae-b911-ecfd6fee1574",
"SourceKey": "sample string 17",
"OpenGraphTitle": "sample string 18",
"Location": "sample string 19",
"OccasionTypeSpecific": "sample string 20",
"departmentaltargets": "9fcf8765-fe6a-4cb5-a469-ec93b06698dd",
"Content": "sample string 22",
"MetaTitle": "sample string 23",
"speechtypes": "0f495368-a2d2-4750-922f-45ccb3f35089",
"events": "d173f2e9-56cf-4857-b4e1-702208651638",
"OpenGraphDescription": "sample string 26",
"targets": "70bb76de-0206-403a-96c7-bf372d6a7f57",
"SpeechDuration": 28.0,
"stakeholders": "81c2193b-adab-4c91-8c6e-676b85e0fbe6",
"Provider": "sample string 30",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T06:52:02.0626197+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-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-09-11T06:52:02.0626197Z",
"targetaudiences": "7eeabd65-d958-4e64-96e7-d3a53eafa433",
"publishingoffices": "a5b3def6-57c5-4a2d-af69-37a1459b5d86",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "4076ec22-f03a-409f-af43-15d3f9c64ca9",
"regionscountries": "22f5d0f3-6fd3-4644-a11e-594d7d332293",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "57e903ed-328a-4906-8550-6abcce56000d",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "04f36685-9979-4052-8f51-36e226557f31",
"events": "8e00e259-9889-4b14-a8cc-d77cbbf0a3df",
"OpenGraphDescription": "sample string 23",
"targets": "07351531-bafd-4ed7-8bb2-3cc52b8b8e34",
"SpeechDuration": 25.0,
"stakeholders": "a58b59b2-7246-4e80-8d6b-f52958fa5879"
}
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-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Subtitle": "sample string 5",
"PublicationDateAndTime": "2025-09-11T06:52:02.0626197Z",
"targetaudiences": "195e3082-343d-4b43-83d9-dbf3dc130beb",
"publishingoffices": "ff977fce-7038-4e10-9e4a-247bdc10c772",
"MetaDescription": "sample string 9",
"Title": "sample string 10",
"Highlight": "sample string 11",
"healthtopics": "f6279d84-262f-41c9-85f9-dbd8a2b7b1a3",
"regionscountries": "a094dba7-37f3-4dda-a1af-8f0709b7010e",
"SourceKey": "sample string 14",
"OpenGraphTitle": "sample string 15",
"Location": "sample string 16",
"OccasionTypeSpecific": "sample string 17",
"departmentaltargets": "421b0441-10c3-456c-b42b-9a31d311b37b",
"Content": "sample string 19",
"MetaTitle": "sample string 20",
"speechtypes": "60ba47a3-d94f-40cc-bc2e-a057694445bb",
"events": "e2bb0be6-0d63-4242-a877-01498d2a7d41",
"OpenGraphDescription": "sample string 23",
"targets": "6c5f71e0-d257-46e6-861d-d29811893fd0",
"SpeechDuration": 25.0,
"stakeholders": "29c1642d-e1a8-4d45-aec8-d18551867434"
}
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-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "8d7ac11d-59ee-4b4b-a320-7410bcf343c3",
"EventNumberOfAdditionalItems": 13.0,
"targets": "68926d31-8f33-4e5a-bf50-af53858e1009",
"healthtopics": "be3a9f06-60c9-45a6-aec9-289eabb3e37b",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "5bf30abc-9037-46b1-a5c2-2f21cdb35948",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "db1764cf-db1e-4287-a389-6e7279b72eaa",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "99499eb2-7919-489c-87f1-0b7b3743541a",
"MetaDescription": "sample string 29",
"Category": "58f734d0-b22e-4bae-9f52-d5d79f16ef45",
"Tags": "32b69911-f62b-4507-b91a-9cef1fa8d438",
"regionscountries": "e7f61176-b5d3-4587-86b8-0d63f11bfa99",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "1d63cda9-7d56-46b1-aa4e-1e72b0e25997",
"AllowComments": true,
"EventStart": "2025-09-11T06:52:02.0626197Z",
"EventEnd": "2025-09-11T06:52:02.0626197Z",
"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": "1f9105fa-202b-447c-8971-2dc980416952",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T06:52:02.0626197+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-09-11T06:52:02.0626197Z",
"EventEndWithOffset": "2025-09-11T06:52:02.0626197Z"
},
{
"LastModified": "2025-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"Title": "sample string 3",
"Description": "sample string 4",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 7",
"UrlName": "sample string 8",
"ItemDefaultUrl": "sample string 9",
"CommentaryNumberOfAdditionalItems": 10.0,
"FeatureStoryNumberOfAdditionalItems": 11.0,
"targetaudiences": "8d7ac11d-59ee-4b4b-a320-7410bcf343c3",
"EventNumberOfAdditionalItems": 13.0,
"targets": "68926d31-8f33-4e5a-bf50-af53858e1009",
"healthtopics": "be3a9f06-60c9-45a6-aec9-289eabb3e37b",
"OpenGraphTitle": "sample string 16",
"departmentaltargets": "5bf30abc-9037-46b1-a5c2-2f21cdb35948",
"MetaTitle": "sample string 18",
"NewsNumberOfAdditionalItems": 19.0,
"MultimediaNumberOfAdditionalItems": 20.0,
"FactFileNumberOfAdditionalItems": 21.0,
"OtherRelated": "sample string 22",
"OpenGraphDescription": "sample string 23",
"publishingoffices": "db1764cf-db1e-4287-a389-6e7279b72eaa",
"Highlight": "sample string 25",
"PhotoStoryNumberOfAdditionalItems": 26.0,
"FactSheetNumberOfAdditionalItems": 27.0,
"stakeholders": "99499eb2-7919-489c-87f1-0b7b3743541a",
"MetaDescription": "sample string 29",
"Category": "58f734d0-b22e-4bae-9f52-d5d79f16ef45",
"Tags": "32b69911-f62b-4507-b91a-9cef1fa8d438",
"regionscountries": "e7f61176-b5d3-4587-86b8-0d63f11bfa99",
"DocumentNumberOfAdditionalItems": 33.0,
"events": "1d63cda9-7d56-46b1-aa4e-1e72b0e25997",
"AllowComments": true,
"EventStart": "2025-09-11T06:52:02.0626197Z",
"EventEnd": "2025-09-11T06:52:02.0626197Z",
"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": "1f9105fa-202b-447c-8971-2dc980416952",
"Provider": "sample string 55",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2025-09-11T06:52:02.0626197+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
},
"EventStartUtcOffset": 56.1,
"EventEndUtcOffset": 57.1,
"EventStartWithOffset": "2025-09-11T06:52:02.0626197Z",
"EventEndWithOffset": "2025-09-11T06:52:02.0626197Z"
}
]
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-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"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-09-11T06:52:02.0626197+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2025-09-11T06:52:02.0626197Z",
"PublicationDate": "2025-09-11T06:52:02.0626197Z",
"DateCreated": "2025-09-11T06:52:02.0626197Z",
"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-09-11T06:52:02.0626197+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.