Arlo

REST Auth API: EventSessionRegistrationSettings

EventSessionRegistrationSettings resources are a subresource of EventSession, and determine the how registrations for that session will be handled.

This resource specifies configuration options related attendee limits.

Configuration options defined in this resource are used directly by the website when determining how to present and process registrations for the associated Session.

EventSessionRegistrationSettings instance resource

Resource URI

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

Resource properties

Property Description
RegistrationLimit An integer value specifying the maximum number of registrations to accept before marking the event as 'full'. If the value is blank, this field will be omitted.

HTTP GET

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

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

<EventSessionRegistrationSettings>
  <RegistrationLimit>30</RegistrationLimit>
  <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/eventsessions/456/registrationsettings/"/>
</EventSessionRegistrationSettings>

HTTP POST

Not supported.

HTTP PUT

Not supported.

HTTP DELETE

Not supported.