REST Auth API: EventCommunicationSettings
EventCommunicationSettings resources are a subresource of Event, and describe settings that determine how communication for the Event will be handled.
EventCommunicationSettings instance resource
Resource URI
/api/2012-02-01/auth/resources/events/{EventID}/communicationsettings/
Resource properties
| Property | Description |
|---|---|
| RegistrantInstructions | An inline RichContent resource representing additional instructions to be included in communication sent to Contacts registering for the Event. |
HTTP GET
Returns a representation of an EventCommunicationSettings resource, including the properties above.
Example
GET /api/2012-02-01/auth/resources/events/456/communicationsettings/
<EventCommunicationSettings>
<RegistrantInstructions>
<ContentType>application/xhtml</ContentType>
<Content><![CDATA[<p>Please visit our website prior to attending.</p>
<p>Light snacks provided.</p>]]></Content>
</RegistrantInstructions>
<Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/events/456/communicationsettings/"/>
</EventCommunicationSettings>
HTTP POST
Not supported.
HTTP PUT
Not supported.
HTTP DELETE
Not supported.
