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-02-09T19:16:59.5868829Z",
"PublicationDate": "2026-02-09T19:16:59.5868829Z",
"DateCreated": "2026-02-09T19:16:59.5868829Z",
"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": "931d3355-6113-4695-adc8-694f74302b9e",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.5868829+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T19:16:59.5868829Z",
"PublicationDate": "2026-02-09T19:16:59.5868829Z",
"DateCreated": "2026-02-09T19:16:59.5868829Z",
"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": "931d3355-6113-4695-adc8-694f74302b9e",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.5868829+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-02-09T19:16:59.5868829Z",
"PublicationDate": "2026-02-09T19:16:59.5868829Z",
"DateCreated": "2026-02-09T19:16:59.5868829Z",
"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": "e98baafe-155a-482b-9877-ba098ce70012",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.5868829+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": "e730bfd3-ccc5-4098-9670-d96d4a44e2fd"
}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-02-09T19:16:59.5868829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "1f2efb66-73bc-4fa2-93aa-c08bc1a8880d"
}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-02-09T19:16:59.5868829Z",
"PublicationDate": "2026-02-09T19:16:59.5868829Z",
"DateCreated": "2026-02-09T19:16:59.5868829Z",
"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": "073c7d11-509a-44d8-8516-db82747bd937",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.5868829+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-02-09T19:16:59.5868829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "49f38fc9-b5e7-464e-8f55-488f4f3a561a"
}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-02-09T19:16:59.5868829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "fc99ab93-c9b1-4c3a-a82f-0b94026209a3"
}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-02-09T19:16:59.5868829Z",
"PublicationDate": "2026-02-09T19:16:59.5868829Z",
"DateCreated": "2026-02-09T19:16:59.5868829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "84228b0d-6c35-4ddd-8152-3a0188fd38fd",
"sustainabledevelopmentgoals": "2a39d9e0-584e-44d1-ab19-dbbe11a4c36c",
"healthtopics": "05cef2dd-a549-4d0e-9d95-c23bae21007c",
"departmentaltargets": "f1f00fdd-55c3-4d18-8b63-0d3d3e19209a",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-02-09T19:16:59.5868829Z",
"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": "cce60b58-8f2a-4c54-a74e-4b85554c0a38",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "278adc4c-b70f-4565-b3eb-a5afd35a33ba",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "708e6ea9-822c-4a1f-b7d8-8eb731baa5ec",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "82955add-eadd-4091-a56f-cf2b15698cfd",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.5868829+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-02-09T19:16:59.5868829Z",
"PublicationDate": "2026-02-09T19:16:59.5868829Z",
"DateCreated": "2026-02-09T19:16:59.5868829Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "84228b0d-6c35-4ddd-8152-3a0188fd38fd",
"sustainabledevelopmentgoals": "2a39d9e0-584e-44d1-ab19-dbbe11a4c36c",
"healthtopics": "05cef2dd-a549-4d0e-9d95-c23bae21007c",
"departmentaltargets": "f1f00fdd-55c3-4d18-8b63-0d3d3e19209a",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-02-09T19:16:59.5868829Z",
"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": "cce60b58-8f2a-4c54-a74e-4b85554c0a38",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "278adc4c-b70f-4565-b3eb-a5afd35a33ba",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "708e6ea9-822c-4a1f-b7d8-8eb731baa5ec",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "82955add-eadd-4091-a56f-cf2b15698cfd",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-02-09T19:16:59.5868829+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.