REST Auth API: EventSessionVenueDetails
EventSessionVenueDetails resources are a subresource of EventSession, and describe venue details for venue-based sessions.
EventSessionVenueDetails instance resource
Resource URI
/api/2012-02-01/auth/resources/eventsessions/{SessionID}/venuedetails/
Resource properties
Property | Description |
---|---|
VenueContactInstructions | An inline RichContent resource representing internal setup instructions for the contact at the venue. |
Related resource links
Link (title) | Description |
---|---|
Venue | Reference to a Venue resource indicating the venue for the session. |
VenueRoom | Reference to a VenueRoom resource indicating the room within the venue for the session. |
HTTP GET
Returns a representation of an EventSessionVenueDetails, including the properties and links above.
Optional parameters
Parameter | Description |
---|---|
expand | Expression referencing Link elements to expand when generating the response. See link expansion. |
Example
GET /api/2012-02-01/auth/resources/eventsessions/157/venuedetails/
<EventSessionVenueDetails> <VenueContactInstructions> <ContentType>application/xhtml</ContentType> <Content><![CDATA[<p><strong>No computers need to be provided for this course.</strong></p>]]></Content> </VenueContactInstructions> <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/eventsessions/157/venuedetails/"/> <Link rel="http://schemas.arlo.co/api/2012/02/auth/related/Venue" type="application/xml" title="Venue" href="https://demo.arlo.co/api/2012-02-01/auth/resources/venues/876/"/> <Link rel="http://schemas.arlo.co/api/2012/02/auth/related/VenueRoom" type="application/xml" title="VenueRoom" href="https://demo.arlo.co/api/2012-02-01/auth/resources/venuerooms/957/"/> </EventSessionVenueDetails>
HTTP POST
Not supported.
HTTP PUT
Not supported.
HTTP DELETE
Not supported.