Speaker
The
Speaker object represents a presenter registered in CaptureCast. As used in this documentation, speaker and presenter refer to the same thing. The user interface consistently refers to them as presenters.
Fields
Note: The terms "object," "array," "string," and "number," refer to JSON data types. The term "boolean" refers to the JSON values true and false. All other type names refer to data types specific to the CaptureCast platform.
id |
number |
Yes |
ID of speaker. |
name |
string |
Yes |
Name of speaker. |
image |
string |
No |
Path to an image of the speaker. |
email |
string |
No |
The speaker's email address. |
credentials |
string |
No |
Speaker credentials. |
rss |
string |
No |
URL to an RSS feed associated with the speaker. |
bio |
string |
No |
Speaker biography. |
JSON Example
Note that not all of these fields are required (see above for information on which fields are required).
{
"id": 1,
"name": "Fred Foobar",
"image": "http://192.168.1.111/files/93590ee873c6fa373bba0047ccbb770f/1460288_10201140684382596_389389222_n.jpg",
"email": "fred@foobarinc.com",
"credentials": "Ph.D of Foobar Studies",
"rss": "http://foobarinc.com/fred/rss.xml",
"bio": "CEO of Foobar Incorporated. Fred didn't do anything to earn his position. He inherited it from his father."
}