RESTful API
news

WHO Webinar Episode Speakers

Get whowebinarepisodespeakers

Returns a set of data items of type whowebinarepisodespeakers.

Copy GET /api/news/whowebinarepisodespeakers
Request Informaion

URI Parameters

None

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

SpeakerKey

System.String

Read only: False
Selected by default: True

IsHostPresenter

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:21.8288179Z",
    "PublicationDate": "2025-09-11T03:13:21.8288179Z",
    "DateCreated": "2025-09-11T03:13:21.8288179Z",
    "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": "05f09b81-edbf-454e-9639-733470d11d0a",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.8288179+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:21.8288179Z",
    "PublicationDate": "2025-09-11T03:13:21.8288179Z",
    "DateCreated": "2025-09-11T03:13:21.8288179Z",
    "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": "05f09b81-edbf-454e-9639-733470d11d0a",
    "Provider": "sample string 12",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.8288179+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get whowebinarepisodespeakers by key

Gets whowebinarepisodespeakers item by id.

Copy GET /api/news/whowebinarepisodespeakers({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

SpeakerKey

System.String

Read only: False
Selected by default: True

IsHostPresenter

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.8288179Z",
  "PublicationDate": "2025-09-11T03:13:21.8288179Z",
  "DateCreated": "2025-09-11T03:13:21.8288179Z",
  "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": "e3a52c8f-1120-47ef-b7c4-1002a7668dd6",
  "Provider": "sample string 12",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:21.8288179+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Get property

Gets Id property from whowebinarepisodespeakers item.

Copy GET /api/news/whowebinarepisodespeakers({key})/property
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

property

System.String

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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

Resource Format

Response Formats
Copy
application/json
{
  "Id": "ae8fe390-cd38-43a1-8f04-9fb5e7a211f9"
}

Post whowebinarepisodespeakers

Creates a whowebinarepisodespeakers item.

Copy POST /api/news/whowebinarepisodespeakers
Request Informaion

URI Parameters

None

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

SpeakerKey

System.String

Read only: False
Selected by default: True

IsHostPresenter

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:21.8288179Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "SpeakerKey": "sample string 6",
  "IsHostPresenter": true,
  "ParentId": "e28732dd-1ab6-48da-9450-9f8bca4fc927"
}
Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

SpeakerKey

System.String

Read only: False
Selected by default: True

IsHostPresenter

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.8288179Z",
  "PublicationDate": "2025-09-11T03:13:21.8288179Z",
  "DateCreated": "2025-09-11T03:13:21.8288179Z",
  "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": "9a7c20b7-89a9-4e8e-9071-eb93a3c6ef6c",
  "Provider": "sample string 12",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:21.8288179+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Patch whowebinarepisodespeakers by key

Partial update for whowebinarepisodespeakers item.

Copy PATCH /api/news/whowebinarepisodespeakers({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

SpeakerKey

System.String

Read only: False
Selected by default: True

IsHostPresenter

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:21.8288179Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "SpeakerKey": "sample string 6",
  "IsHostPresenter": true,
  "ParentId": "7f0554ad-e5e8-49cc-974d-8c023513ab65"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Put whowebinarepisodespeakers by key

Full update for whowebinarepisodespeakers item.

Copy PUT /api/news/whowebinarepisodespeakers({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

Name Description Type Additional Information
LastModified

System.DateTimeOffset

Read only: True
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

SpeakerKey

System.String

Read only: False
Selected by default: True

IsHostPresenter

System.Boolean

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Request Formats
Copy
application/json
{
  "PublicationDate": "2025-09-11T03:13:21.8288179Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 3",
  "UrlName": "sample string 4",
  "Title": "sample string 5",
  "SpeakerKey": "sample string 6",
  "IsHostPresenter": true,
  "ParentId": "76424b5c-e0b7-4932-bb4d-e334ce27697a"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete whowebinarepisodespeakers by key

Deletes a whowebinarepisodespeakers item by Id.

Copy DELETE /api/news/whowebinarepisodespeakers({key})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Get Parent

Returns a set of related items of type Parent from whowebinarepisodespeakers item.

Copy GET /api/news/whowebinarepisodespeakers({key})/Parent
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LibsynUrl

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

VimeoVideo

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

TwitterUrl

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

LinkHeading

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

TerranceVideoUrl

System.String

Read only: False
Selected by default: True

Transcript

System.String

Read only: False
Selected by default: True

FacebookVideo

System.String

Read only: False
Selected by default: True

InstagramUrl

System.String

Read only: False
Selected by default: True

Duration

System.String

Read only: False
Selected by default: True

ReferenceLinkText

System.String

Read only: False
Selected by default: True

TerranceAudioUrl

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

YoutubeVideo

System.String

Read only: False
Selected by default: True

LinkText

System.String

Read only: False
Selected by default: True

LinkUrl

System.String

Read only: False
Selected by default: True

multimediatypes

System.Guid

Read only: False
Selected by default: False

ReferenceLinkHeading

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

ReferenceLinkUrl

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
[
  {
    "LastModified": "2025-09-11T03:13:21.8288179Z",
    "PublicationDate": "2025-09-11T03:13:21.8288179Z",
    "DateCreated": "2025-09-11T03:13:21.8288179Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "LibsynUrl": "sample string 8",
    "regionscountries": "ecf07a46-cc45-48c8-8a2f-0c58a6abcacd",
    "sustainabledevelopmentgoals": "788dc973-ee24-4041-bb00-9840758e9c05",
    "healthtopics": "9b993e45-4022-4d1e-b2ff-98f62ec69041",
    "departmentaltargets": "4849e1a2-7dc0-49ed-b17b-5ba6e33a8a1c",
    "VimeoVideo": "sample string 13",
    "Summary": "sample string 14",
    "TwitterUrl": "sample string 15",
    "Title": "sample string 16",
    "LinkHeading": "sample string 17",
    "PublicationDateAndTime": "2025-09-11T03:13:21.8288179Z",
    "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": "bd5cb7a2-a59f-4fb2-811a-449991471bc8",
    "YoutubeVideo": "sample string 27",
    "LinkText": "sample string 28",
    "LinkUrl": "sample string 29",
    "multimediatypes": "b51c5b46-6414-4fff-a140-9cd77236a58e",
    "ReferenceLinkHeading": "sample string 31",
    "publishingoffices": "a4c53580-118e-48f3-8d5b-f82658c5c522",
    "ReferenceLinkUrl": "sample string 33",
    "ParentId": "4ab911e7-6dd3-4614-b7c1-928756903ca1",
    "Provider": "sample string 35",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.8288179+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  },
  {
    "LastModified": "2025-09-11T03:13:21.8288179Z",
    "PublicationDate": "2025-09-11T03:13:21.8288179Z",
    "DateCreated": "2025-09-11T03:13:21.8288179Z",
    "IncludeInSitemap": true,
    "SystemSourceKey": "sample string 5",
    "UrlName": "sample string 6",
    "ItemDefaultUrl": "sample string 7",
    "LibsynUrl": "sample string 8",
    "regionscountries": "ecf07a46-cc45-48c8-8a2f-0c58a6abcacd",
    "sustainabledevelopmentgoals": "788dc973-ee24-4041-bb00-9840758e9c05",
    "healthtopics": "9b993e45-4022-4d1e-b2ff-98f62ec69041",
    "departmentaltargets": "4849e1a2-7dc0-49ed-b17b-5ba6e33a8a1c",
    "VimeoVideo": "sample string 13",
    "Summary": "sample string 14",
    "TwitterUrl": "sample string 15",
    "Title": "sample string 16",
    "LinkHeading": "sample string 17",
    "PublicationDateAndTime": "2025-09-11T03:13:21.8288179Z",
    "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": "bd5cb7a2-a59f-4fb2-811a-449991471bc8",
    "YoutubeVideo": "sample string 27",
    "LinkText": "sample string 28",
    "LinkUrl": "sample string 29",
    "multimediatypes": "b51c5b46-6414-4fff-a140-9cd77236a58e",
    "ReferenceLinkHeading": "sample string 31",
    "publishingoffices": "a4c53580-118e-48f3-8d5b-f82658c5c522",
    "ReferenceLinkUrl": "sample string 33",
    "ParentId": "4ab911e7-6dd3-4614-b7c1-928756903ca1",
    "Provider": "sample string 35",
    "Comments": {
      "Name": "sample string 1",
      "Message": "sample string 2",
      "DateCreated": "2025-09-11T03:13:21.8288179+00:00",
      "ProfilePictureUrl": "sample string 4",
      "ProfilePictureThumbnailUrl": "sample string 5"
    }
  }
]

Get Parent by relatedKey

Returns a related item of type Parent from whowebinarepisodespeakers item.

Copy GET /api/news/whowebinarepisodespeakers({key})/Parent({relatedKey})
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

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
Selected by default: True

PublicationDate

System.DateTimeOffset

Read only: False
Selected by default: True

DateCreated

System.DateTimeOffset

Read only: True
Selected by default: True

IncludeInSitemap

System.Boolean

Read only: False
Selected by default: True

SystemSourceKey

System.String

Read only: False
Selected by default: True

UrlName

System.String

Read only: False
Selected by default: True

ItemDefaultUrl

System.String

Read only: True
Selected by default: True

LibsynUrl

System.String

Read only: False
Selected by default: True

regionscountries

System.Guid

Read only: False
Selected by default: False

sustainabledevelopmentgoals

System.Guid

Read only: False
Selected by default: False

healthtopics

System.Guid

Read only: False
Selected by default: False

departmentaltargets

System.Guid

Read only: False
Selected by default: False

VimeoVideo

System.String

Read only: False
Selected by default: True

Summary

System.String

Read only: False
Selected by default: True

TwitterUrl

System.String

Read only: False
Selected by default: True

Title

System.String

Read only: False
Selected by default: True

LinkHeading

System.String

Read only: False
Selected by default: True

PublicationDateAndTime

System.DateTimeOffset

Read only: False
Selected by default: True

TerranceVideoUrl

System.String

Read only: False
Selected by default: True

Transcript

System.String

Read only: False
Selected by default: True

FacebookVideo

System.String

Read only: False
Selected by default: True

InstagramUrl

System.String

Read only: False
Selected by default: True

Duration

System.String

Read only: False
Selected by default: True

ReferenceLinkText

System.String

Read only: False
Selected by default: True

TerranceAudioUrl

System.String

Read only: False
Selected by default: True

targetaudiences

System.Guid

Read only: False
Selected by default: False

YoutubeVideo

System.String

Read only: False
Selected by default: True

LinkText

System.String

Read only: False
Selected by default: True

LinkUrl

System.String

Read only: False
Selected by default: True

multimediatypes

System.Guid

Read only: False
Selected by default: False

ReferenceLinkHeading

System.String

Read only: False
Selected by default: True

publishingoffices

System.Guid

Read only: False
Selected by default: False

ReferenceLinkUrl

System.String

Read only: False
Selected by default: True

ParentId

System.Guid

Read only: False
Selected by default: True

Provider

System.String

Read only: True
Selected by default: True

Comments

Telerik.Sitefinity.Services.Comments.CommentContract

Read only: True
Selected by default: False

Resource Format

Response Formats
Copy
application/json
{
  "LastModified": "2025-09-11T03:13:21.8288179Z",
  "PublicationDate": "2025-09-11T03:13:21.8288179Z",
  "DateCreated": "2025-09-11T03:13:21.8288179Z",
  "IncludeInSitemap": true,
  "SystemSourceKey": "sample string 5",
  "UrlName": "sample string 6",
  "ItemDefaultUrl": "sample string 7",
  "LibsynUrl": "sample string 8",
  "regionscountries": "e6c65539-80ca-432e-934d-984a3a22a5e4",
  "sustainabledevelopmentgoals": "311b4807-0fc0-4fc3-88f5-b5689bff8a4b",
  "healthtopics": "dc72def1-54b0-419d-bec2-156a66a42d35",
  "departmentaltargets": "0d7c4a16-f315-45fb-a44a-10ccc4bd7fdc",
  "VimeoVideo": "sample string 13",
  "Summary": "sample string 14",
  "TwitterUrl": "sample string 15",
  "Title": "sample string 16",
  "LinkHeading": "sample string 17",
  "PublicationDateAndTime": "2025-09-11T03:13:21.8288179Z",
  "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": "f591fa01-bc92-4b62-8915-d5180523ccf4",
  "YoutubeVideo": "sample string 27",
  "LinkText": "sample string 28",
  "LinkUrl": "sample string 29",
  "multimediatypes": "41d87591-1d3d-470b-9d91-ef4c79f122b5",
  "ReferenceLinkHeading": "sample string 31",
  "publishingoffices": "f8ad972d-984e-4cd4-9c92-937bac3b86b0",
  "ReferenceLinkUrl": "sample string 33",
  "ParentId": "86ed7a20-ed49-472b-b732-535e79627a50",
  "Provider": "sample string 35",
  "Comments": {
    "Name": "sample string 1",
    "Message": "sample string 2",
    "DateCreated": "2025-09-11T03:13:21.8288179+00:00",
    "ProfilePictureUrl": "sample string 4",
    "ProfilePictureThumbnailUrl": "sample string 5"
  }
}

Post Parent

Add Parent relation to whowebinarepisodespeakers item.

Copy POST /api/news/whowebinarepisodespeakers({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats
Copy
application/json
{
  "@odata.id": "http://host/route/service/type(key)"
}
Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent

Delete set of related items of type Parent from whowebinarepisodespeakers item.

Copy DELETE /api/news/whowebinarepisodespeakers({key})/Parent/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.

Delete Parent by relatedKey

Delete relation of type Parent from whowebinarepisodespeakers item.

Copy DELETE /api/news/whowebinarepisodespeakers({key})/Parent({relatedKey})/$ref
Request Informaion

URI Parameters

Name Description Type Additional Information
key

System.Guid

Required

relatedKey

System.Guid

Required

Body Parameters

None

Request Formats

None.

Response Informaion

Resource Description

Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.

Resource Format

Response Formats

None.