Arlo

REST Auth API: EventSessionLogistics

EventSessionLogistics resources are a subresource of EventSessions, and describe organisational details for a session such as room arrangement instructions.

EventSessionLogistics instance resource

Resource URI

/api/2012-02-01/auth/resources/eventsessions/{SessionID}/logistics/

Resource properties

Property Description
RoomSetup A string describing the required room arrangement or layout to use for the event, up to 128 characters long. This brief one-line description is designed to be used in summary reports.
RoomSetupDetails An inline RichContent resource representing extended instructions for room layout and/or setup for the event.

HTTP GET

Returns a representation of an EventSessionLogistics resource, including the properties above.

Example

GET /api/2012-02-01/auth/resources/eventsessions/456/logistics/

<EventSessionLogistics>
  <RoomSetup>Classroom layout with projector</RoomSetup>
  <RoomSetupDetails>
    <ContentType>text/plain</ContentType>
    <Content><![CDATA[Require access to room one hour prior to start to setup projector.]]></Content>
  </RoomSetupDetails>
  <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/eventsessions/456/logistics/"/>
</EventSessionLogistics>

HTTP POST

Not supported.

HTTP PUT

Not supported.

HTTP DELETE

Not supported.