Returns a set of data items of type whowebinarepisodespeakers.
GET /api/news/whowebinarepisodespeakers
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 | |
| Title | System.String | Read only: False | |
| SpeakerKey | System.String | Read only: False | |
| IsHostPresenter | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
[
{
"LastModified": "2026-03-26T13:55:03.1405942Z",
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"DateCreated": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SpeakerKey": "sample string 9",
"IsHostPresenter": true,
"ParentId": "76d06609-e48f-4dff-9353-07f4395a3250",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:55:03.1405942+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T13:55:03.1405942Z",
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"DateCreated": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SpeakerKey": "sample string 9",
"IsHostPresenter": true,
"ParentId": "76d06609-e48f-4dff-9353-07f4395a3250",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:55:03.1405942+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Gets whowebinarepisodespeakers item by id.
GET /api/news/whowebinarepisodespeakers({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 | |
| Title | System.String | Read only: False | |
| SpeakerKey | System.String | Read only: False | |
| IsHostPresenter | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-26T13:55:03.1405942Z",
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"DateCreated": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SpeakerKey": "sample string 9",
"IsHostPresenter": true,
"ParentId": "0f530938-c2f8-4b20-9dc0-40fe01d00ed6",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:55:03.1405942+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Gets Id property from whowebinarepisodespeakers item.
GET /api/news/whowebinarepisodespeakers({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": "d1268f31-0a2d-4458-977c-c7e135692d06"
}Creates a whowebinarepisodespeakers item.
POST /api/news/whowebinarepisodespeakers
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 | |
| Title | System.String | Read only: False | |
| SpeakerKey | System.String | Read only: False | |
| IsHostPresenter | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "9899c4b2-b94c-424e-8bf0-1eef783451aa"
}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 | |
| Title | System.String | Read only: False | |
| SpeakerKey | System.String | Read only: False | |
| IsHostPresenter | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"LastModified": "2026-03-26T13:55:03.1405942Z",
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"DateCreated": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"Title": "sample string 8",
"SpeakerKey": "sample string 9",
"IsHostPresenter": true,
"ParentId": "d2904548-2663-42de-8c2c-8163b9bc0e18",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:55:03.1405942+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}Partial update for whowebinarepisodespeakers item.
PATCH /api/news/whowebinarepisodespeakers({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 | |
| Title | System.String | Read only: False | |
| SpeakerKey | System.String | Read only: False | |
| IsHostPresenter | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "a1cef0d1-9f94-4eb7-affe-339c415a9dc3"
}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 whowebinarepisodespeakers item.
PUT /api/news/whowebinarepisodespeakers({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 | |
| Title | System.String | Read only: False | |
| SpeakerKey | System.String | Read only: False | |
| IsHostPresenter | System.Boolean | Read only: False | |
| ParentId | System.Guid | Read only: False | |
| Provider | System.String | Read only: True | |
| Comments | Telerik.Sitefinity.Services.Comments.CommentContract | Read only: True |
application/json
{
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "b43283b9-a993-4d17-a999-a440cf69db08"
}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 whowebinarepisodespeakers item by Id.
DELETE /api/news/whowebinarepisodespeakers({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 Parent from whowebinarepisodespeakers item.
GET /api/news/whowebinarepisodespeakers({key})/Parent
| 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 | |
| LibsynUrl | System.String | Read only: False | |
| regionscountries | System.Guid | Read only: False | |
| sustainabledevelopmentgoals | System.Guid | Read only: False | |
| healthtopics | System.Guid | Read only: False | |
| departmentaltargets | System.Guid | Read only: False | |
| VimeoVideo | System.String | Read only: False | |
| Summary | System.String | Read only: False | |
| TwitterUrl | System.String | Read only: False | |
| Title | System.String | Read only: False | |
| LinkHeading | System.String | Read only: False | |
| PublicationDateAndTime | System.DateTimeOffset | Read only: False | |
| TerranceVideoUrl | System.String | Read only: False | |
| Transcript | System.String | Read only: False | |
| FacebookVideo | System.String | Read only: False | |
| InstagramUrl | System.String | Read only: False | |
| Duration | System.String | Read only: False | |
| ReferenceLinkText | System.String | Read only: False | |
| TerranceAudioUrl | System.String | Read only: False | |
| targetaudiences | System.Guid | Read only: False | |
| YoutubeVideo | System.String | Read only: False | |
| LinkText | System.String | Read only: False | |
| LinkUrl | System.String | Read only: False | |
| multimediatypes | System.Guid | Read only: False | |
| ReferenceLinkHeading | System.String | Read only: False | |
| publishingoffices | System.Guid | Read only: False | |
| ReferenceLinkUrl | 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 |
application/json
[
{
"LastModified": "2026-03-26T13:55:03.1405942Z",
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"DateCreated": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "0eec5d82-0fac-412d-b743-22e3402047b6",
"sustainabledevelopmentgoals": "a181a8c6-ea83-4352-b59a-772117503b3a",
"healthtopics": "7e70272d-3fe6-42d0-bdf1-1279ef00884d",
"departmentaltargets": "2d46e1bc-33a6-4870-b54c-8a03fbb1052e",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-03-26T13:55:03.1405942Z",
"TerranceVideoUrl": "sample string 19",
"Transcript": "sample string 20",
"FacebookVideo": "sample string 21",
"InstagramUrl": "sample string 22",
"Duration": "sample string 23",
"ReferenceLinkText": "sample string 24",
"TerranceAudioUrl": "sample string 25",
"targetaudiences": "11c37cde-9bd7-44a9-b864-3062fd69d6b5",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "38b5815e-a162-49a0-ba0c-d0f8bd256799",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "d0af437a-6df2-43c8-af56-d39a5efab72f",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "21c9d799-45b4-4941-b218-afe2c380e736",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:55:03.1405942+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-26T13:55:03.1405942Z",
"PublicationDate": "2026-03-26T13:55:03.1405942Z",
"DateCreated": "2026-03-26T13:55:03.1405942Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "0eec5d82-0fac-412d-b743-22e3402047b6",
"sustainabledevelopmentgoals": "a181a8c6-ea83-4352-b59a-772117503b3a",
"healthtopics": "7e70272d-3fe6-42d0-bdf1-1279ef00884d",
"departmentaltargets": "2d46e1bc-33a6-4870-b54c-8a03fbb1052e",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-03-26T13:55:03.1405942Z",
"TerranceVideoUrl": "sample string 19",
"Transcript": "sample string 20",
"FacebookVideo": "sample string 21",
"InstagramUrl": "sample string 22",
"Duration": "sample string 23",
"ReferenceLinkText": "sample string 24",
"TerranceAudioUrl": "sample string 25",
"targetaudiences": "11c37cde-9bd7-44a9-b864-3062fd69d6b5",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "38b5815e-a162-49a0-ba0c-d0f8bd256799",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "d0af437a-6df2-43c8-af56-d39a5efab72f",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "21c9d799-45b4-4941-b218-afe2c380e736",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-26T13:55:03.1405942+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
}
]Add Parent relation to whowebinarepisodespeakers item.
POST /api/news/whowebinarepisodespeakers({key})/Parent/$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 Parent from whowebinarepisodespeakers item.
DELETE /api/news/whowebinarepisodespeakers({key})/Parent/$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.