Companywebcast API Wiki

Page History: MetaService 1.0 : Data returned

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2009/05/20 13:40


WebcastSearch returns:

WebcastGet returns:
  • WebcastGetResult
  • Webcast
    • ActualEnd
    • ActualStart
    • Annotations
    • Attachments
    • Id
    • Language
    • Languages
    • MediaStreams
      • MediaStream
        • Bitrate
        • Dimensions
          • Width
          • Height
        • Start
        • End
        • Type
        • ContentType
        • Description
        • Location
        • Size
    • OwnerName
    • PlannedStart
    • RegisterUrl
    • Slides
      • Slide
        • Attachments
        • Events
        • RawText
    • Speakers
      • Speaker
        • Category
        • Dob
        • Email
        • Events
        • Homepage
        • Name
          • First
          • Middle
          • Last
        • Phone
        • Pob
        • Role
    • Status
    • Title
    • Topics
      • Topic
        • Attachments
        • Events
        • SubTopics
        • Title

WebcastSearchResult

An integer that indicates the success or failure of your request.

Possible values are :

0 = success

Positive (= client error):
2 = Page size exceeds 100
3 = Not authorized

Negative (= server error):
-1 = Server error
-2 = Service temporarily offline

WebcastSummaries

A list of WebcastSummary objects.

WebcastSummary

Provides basic information about a Webcast.

WebcastSummary has the following properties:

Id
A string. Uniquely identifies a Webcast.
Languages
A list of language code strings. Indicates the languages this Webcast is available in.
OwnerName
A string. The name of the person or organization that commissioned the Webcast.
PlannedStart
A DateTime/Calendar. UTC representation of the date and time on which the Webcast is planned to start.
Status
An Enumeration value of type WebcastStatus.
Possible values are:
Ready
Pre-Live
Live
Pre-Indexed
Indexed
Title
A string, the title of the Webcast.

WebcastGetResult

An integer that indicates the success or failure of your request.

Possible values are :

0 = success

Positive (= client error):
1 = Invalid Webcast Id
3 = Not authorized

Negative (= server error):
-1 = Server error
-2 = Service temporarily offline

Webcast

Provides detailed information about a webcast.

Webcast has the following properties:

ActualEnd
A DateTime. UTC representation of the actual date and time on which the Webcast ended.
ActualStart
A DateTime. UTC representation of the actual date and time on which the Webcast started.
Annotations
A list of Annotation objects.
Attachments
A list of Attachment objects.
Id
A string. Uniquely identifies a Webcast.
Language
A string. Indicates the language version of the Webcast.
Languages
A list of language code strings. Indicates the languages this Webcast is available in.
MediaStreams
A list of MediaStream.
OwnerName
A string. The name of the person or organization that commissioned the Webcast.
PlannedStart
A DateTime. UTC representation of the date and time on which the Webcast is/was planned to start.
RegisterUrl
A string. Url to Cwc registration application.
Slides
A list of Slide.
Speakers
A list of Speaker.
Status
An enumeration value of type WebcastStatus.
Title
A string, the title of the Webcast.
Topics
A list of Topic.

Annotation

An annotation to the Webcast.

Annotation has the following properties:

Events
A list of Event.
Text
A string. The content of the Annotation.

Event

Describes the date and time on which a parent object was active.

Event has the following properties:

End
A DateTime. UTC representation of the date and time on which an event ended.
Start
A DateTime. UTC representation of the date and time on which an event started.

Attachment

Contains information about an attached binary.

Attachment has the following properties:

ContentType
A string. Represents the mime-type of the attached binary.
Description
A string. Describes the binary.
Location
A string. Url of the binary.
Size
A long. Size of the binary in bytes.