Arlo

REST Auth API: VenueFacilityInformation

VenueFacilityInformation resources are a subresource of Venue, containing directions and parking information for the facility.

VenueFacilityInformation instance resource

Resource URI

/api/2012-02-01/auth/resources/venues/{VenueID}/facilityinformation/

Resource properties

Property Description
Directions An inline RichContent resource representing formatted text directions for finding the venue.
Parking An inline RichContent resource representing formatted parking information for areas near to the venue.

HTTP GET

Returns a representation of a VenueFacilityInformation resource, including the properties above.

Example

GET /api/2012-02-01/auth/resources/venues/847/facilityinformation/

<VenueFacilityInformation>
  <Directions>
    <ContentType>application/xhtml</ContentType>
    <Content>
      <![CDATA[Entrance to the building is on the corner of Willis and High Street.]]>
    </Content>
  </Directions>
  <Parking>
    <ContentType>application/xhtml</ContentType>
    <Content>
      <![CDATA[On street parking ($1.50 to $4 per hour).
Alternative parking at the Wilson Carpark Buildings - Bond Street, Frank Kitts Park, & Willis Street.]]>
    </Content>
  </Parking>
  <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/venues/40/facilityinformation/"/>
</VenueFacilityInformation>

HTTP POST

Not supported.

HTTP PUT

Not supported.

HTTP DELETE

Not supported.