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 01:13


WebcastSearch returns:

WebcastGet returns:
  • WebcastGetResult
  • Webcast
    • ActualEnd
    • ActualStart
    • Annotations
      • Annotation
        • Events
          • Event
            • Start
            • End
        • Text
    • Attachments
      • Attachment
        • ContentType
        • Description
        • Location
        • Size
    • Id
    • Language
    • Languages
    • MediaStreams
      • MediaStream
        • Bitrate
        • Dimensions
          • Width
          • Height
        • Start
        • End
        • Type
        • ContentType
        • Description
        • Location
        • Size
    • OwnerName
    • PlannedStart
    • RegisterUrl
    • Slides
      • Slide
        • Attachments
          • Attachment
            • ContentType
            • Description
            • Location
            • Size
        • Events
          • Event
            • Start
            • End
        • RawText
    • Speakers
      • Speaker
        • Category
        • Dob
        • Email
        • Events
          • Event
            • Start
            • End
        • Homepage
        • Name
          • First
          • Middle
          • Last
        • Phone
        • Pob
        • Role
    • Status
    • Title
    • Topics
      • Topic
        • Attachments
          • Attachment
            • ContentType
            • Description
            • Location
            • Size
        • Events
          • Event
            • Start
            • End
        • 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.

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.
Title
A string, the title of the Webcast.