REST Auth API: EventSessionOnlineDetails
EventSessionOnlineDetails resources are a subresource of EventSession, and describe web details for online-based sessions.
EventSessionOnlineDetails instance resource
Resource URI
/api/2012-02-01/auth/resources/eventsessions/{SessionID}/onlinedetails/
Resource properties
Property | Description |
---|---|
GuestUrl | A string representing the URI guests should use to access the session, up to 256 characters long. |
AdministratorUrl | A string representing the URI administrators or presenters should use to access and manage the session, up to 256 characters long. |
GuestInstructions | An inline RichContent resource representing special instructions guests need to follow to access the session such as software to install, or access codes to use. |
AdministratorInstructions | An inline RichContent resource representing special instructions administrators need to follow to access the session such as software to install, or access codes to use. |
HTTP GET
Returns a representation of an EventSessionOnlineDetails, including the properties above.
Example
GET /api/2012-02-01/auth/resources/eventsessions/158/onlinedetails/
<EventSessionOnlineDetails> <GuestUrl>https://www1.gotomeeting.com/register/1229409</GuestUrl> <GuestInstructions> <ContentType>application/xhtml</ContentType> <Content><![CDATA[Login using the address above using GoToMeeting.]]></Content> </GuestInstructions> <AdministratorUrl>https://www1.gotomeeting.com/register/1229409</AdministratorUrl> <GuestInstructions> <ContentType>application/xhtml</ContentType> <Content><![CDATA[Ensure the meeting is created <strong>15 minutes</strong> prior to the scheduled time.]]></Content> </GuestInstructions> <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/eventsessions/158/onlinedetails/"/> </EventSessionOnlineDetails>
HTTP POST
Not supported.
HTTP PUT
Not supported.
HTTP DELETE
Not supported.