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-03T12:53:41.1334505Z",
"PublicationDate": "2026-03-03T12:53:41.1334505Z",
"DateCreated": "2026-03-03T12:53:41.1334505Z",
"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": "c6d7e17c-6c6a-4ca5-b2b5-a8ff90824f8c",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:41.1334505+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T12:53:41.1334505Z",
"PublicationDate": "2026-03-03T12:53:41.1334505Z",
"DateCreated": "2026-03-03T12:53:41.1334505Z",
"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": "c6d7e17c-6c6a-4ca5-b2b5-a8ff90824f8c",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:41.1334505+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-03T12:53:41.1334505Z",
"PublicationDate": "2026-03-03T12:53:41.1334505Z",
"DateCreated": "2026-03-03T12:53:41.1334505Z",
"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": "90b79cd5-4cf0-4541-ac78-3268c1146ea3",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:41.1334505+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": "77bb5f9a-ec36-4409-aea9-5a8af6107304"
}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-03T12:53:41.1334505Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "b64cb0b2-a199-4676-861b-454e268ef7f6"
}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-03T12:53:41.1334505Z",
"PublicationDate": "2026-03-03T12:53:41.1334505Z",
"DateCreated": "2026-03-03T12:53:41.1334505Z",
"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": "792272b1-e41c-4d02-9fda-e0419e94a180",
"Provider": "sample string 12",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:41.1334505+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-03T12:53:41.1334505Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "90d00eee-486f-4cf6-a49f-20ecd867ccbb"
}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-03T12:53:41.1334505Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 3",
"UrlName": "sample string 4",
"Title": "sample string 5",
"SpeakerKey": "sample string 6",
"IsHostPresenter": true,
"ParentId": "2c213538-abed-44af-bfa1-8f7c966b7c71"
}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-03T12:53:41.1334505Z",
"PublicationDate": "2026-03-03T12:53:41.1334505Z",
"DateCreated": "2026-03-03T12:53:41.1334505Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "c6d66204-7a92-4eb9-9768-215064bc2777",
"sustainabledevelopmentgoals": "f4f63214-d2b3-4f30-b31b-3acd630cb083",
"healthtopics": "85f8d927-eead-4535-b851-26a7b5fb5dff",
"departmentaltargets": "6959740a-c7a5-4d09-9621-1cfaa1d26e83",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-03-03T12:53:41.1334505Z",
"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": "e98938bd-85a2-4275-bcdb-2208565c08d5",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "01870535-bc12-4d38-8507-36a98869bce3",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "09f3ecd3-005a-4b1d-abaf-5c59aca8a4f1",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "d5c9c5fb-c7fc-4aba-b2a6-126b48397689",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:41.1334505+00:00",
"ProfilePictureUrl": "sample string 4",
"ProfilePictureThumbnailUrl": "sample string 5"
}
},
{
"LastModified": "2026-03-03T12:53:41.1334505Z",
"PublicationDate": "2026-03-03T12:53:41.1334505Z",
"DateCreated": "2026-03-03T12:53:41.1334505Z",
"IncludeInSitemap": true,
"SystemSourceKey": "sample string 5",
"UrlName": "sample string 6",
"ItemDefaultUrl": "sample string 7",
"LibsynUrl": "sample string 8",
"regionscountries": "c6d66204-7a92-4eb9-9768-215064bc2777",
"sustainabledevelopmentgoals": "f4f63214-d2b3-4f30-b31b-3acd630cb083",
"healthtopics": "85f8d927-eead-4535-b851-26a7b5fb5dff",
"departmentaltargets": "6959740a-c7a5-4d09-9621-1cfaa1d26e83",
"VimeoVideo": "sample string 13",
"Summary": "sample string 14",
"TwitterUrl": "sample string 15",
"Title": "sample string 16",
"LinkHeading": "sample string 17",
"PublicationDateAndTime": "2026-03-03T12:53:41.1334505Z",
"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": "e98938bd-85a2-4275-bcdb-2208565c08d5",
"YoutubeVideo": "sample string 27",
"LinkText": "sample string 28",
"LinkUrl": "sample string 29",
"multimediatypes": "01870535-bc12-4d38-8507-36a98869bce3",
"ReferenceLinkHeading": "sample string 31",
"publishingoffices": "09f3ecd3-005a-4b1d-abaf-5c59aca8a4f1",
"ReferenceLinkUrl": "sample string 33",
"ParentId": "d5c9c5fb-c7fc-4aba-b2a6-126b48397689",
"Provider": "sample string 35",
"Comments": {
"Name": "sample string 1",
"Message": "sample string 2",
"DateCreated": "2026-03-03T12:53:41.1334505+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.