REST Auth API: EventTemplateLogistics
EventTemplateLogistics resources are a subresource of EventTemplate, and encapsulate default catering and room setup details for use when scheduling new Events using this template.
The EventTemplateLogistics resource is paired with the EventLogistics resource. When a new Event is scheduled, defaults from the EventTemplateLogistics resource are initially copied into the EventLogistics resource where they can be further customised as required.
EventTemplateLogistics instance resource
Resource URI
/api/2012-02-01/auth/resources/eventtemplates/{TemplateID}/logistics/
Resource properties
Property | Description |
---|---|
CateringSetupDefault | A string representing the default basic catering setup to use for Events based on this template, up to 128 characters long. |
RoomSetupDefault | A string representing the default required room arrangement or layout to use for Events based on this template, up to 128 characters long. |
HTTP GET
Returns a representation of an EventTemplateLogistics, including the properties above.
Example
GET /api/2012-02-01/auth/resources/eventtemplates/123/logistics/
<EventTemplateLogistics> <CateringSetupDefault>Buffet lunch</CateringSetupDefault> <RoomSetupDefault>Classroom layout with projector</RoomSetupDefault> <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/eventtemplates/123/logistics/"/> </EventTemplateLogistics>
HTTP POST
Not supported.
HTTP PUT
Not supported.
HTTP DELETE
Not supported.