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-01-14T14:51:45.2220328Z",
"PublicationDate": "2026-01-14T14:51:45.2220328Z",
"DateCreated": "2026-01-14T14:51:45.2220328Z",
"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": "9951a771-c807-429e-bf37-085d220423f4",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:51:45.2220328+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T14:51:45.2220328Z",
"PublicationDate": "2026-01-14T14:51:45.2220328Z",
"DateCreated": "2026-01-14T14:51:45.2220328Z",
"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": "9951a771-c807-429e-bf37-085d220423f4",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:51:45.2220328+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-01-14T14:51:45.2220328Z",
"PublicationDate": "2026-01-14T14:51:45.2220328Z",
"DateCreated": "2026-01-14T14:51:45.2220328Z",
"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": "b87b4eaf-4d04-448d-97f3-0e75c35e8f54",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:51:45.2220328+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": "acb466e1-bd60-489e-ad87-23a625f199e3"
}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-01-14T14:51:45.2220328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "b5cab5d9-cbbe-4d18-955f-69d81e136546"
}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-01-14T14:51:45.2220328Z",
"PublicationDate": "2026-01-14T14:51:45.2220328Z",
"DateCreated": "2026-01-14T14:51:45.2220328Z",
"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": "4c80a6ee-05c4-4f18-912c-0898ce192d99",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:51:45.2220328+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-01-14T14:51:45.2220328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "83d699d2-eb56-4fe7-a30d-060f284f14b5"
}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-01-14T14:51:45.2220328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "279cbd65-1778-4476-a54f-c265ed076d42"
}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-01-14T14:51:45.2220328Z",
"PublicationDate": "2026-01-14T14:51:45.2220328Z",
"DateCreated": "2026-01-14T14:51:45.2220328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "b71e1447-c310-4d6d-83d3-c39ffb077d72",
"sustainabledevelopmentgoals": "1b7412e6-235a-4b6b-920f-87be184266aa",
"healthtopics": "6344eed9-a4e9-4318-a2fd-dd3f0a22fb2b",
"departmentaltargets": "35bd92c6-89b4-4628-bcb4-ab2adbfa93fe",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-01-14T14:51:45.2220328Z",
"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": "6bbb6e1b-b251-4e5e-9754-e6ddd623c85e",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "2db29de5-81df-4c56-8783-47f7fddc64ac",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "44005e63-ef59-4f61-8539-455313972bf5",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "a2023350-87e5-4cbc-908d-2b04643bcc39",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:51:45.2220328+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-01-14T14:51:45.2220328Z",
"PublicationDate": "2026-01-14T14:51:45.2220328Z",
"DateCreated": "2026-01-14T14:51:45.2220328Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "b71e1447-c310-4d6d-83d3-c39ffb077d72",
"sustainabledevelopmentgoals": "1b7412e6-235a-4b6b-920f-87be184266aa",
"healthtopics": "6344eed9-a4e9-4318-a2fd-dd3f0a22fb2b",
"departmentaltargets": "35bd92c6-89b4-4628-bcb4-ab2adbfa93fe",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-01-14T14:51:45.2220328Z",
"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": "6bbb6e1b-b251-4e5e-9754-e6ddd623c85e",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "2db29de5-81df-4c56-8783-47f7fddc64ac",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "44005e63-ef59-4f61-8539-455313972bf5",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "a2023350-87e5-4cbc-908d-2b04643bcc39",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-01-14T14:51:45.2220328+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.