Arlo

REST Auth API: Tags

Tag resources are a subresource of EventTemplate, and Event.

Tag collection resource

The Tag collection resource represents the set of all Tags associated with a parent resource.

Resource URI

/api/2012-02-01/auth/resources/events/657/tags/

HTTP GET

Returns a representation of the collection as a set of Tag elements.

Example

GET /api/2012-02-01/auth/resources/events/157/tags/

<Tags>
  <Tag>Important</Tag>
  <Tag>Top 10</Tag>  
  <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/events/157/tags/"/>
</Tags>

HTTP POST

Not supported.

HTTP PUT

Not supported.

HTTP DELETE

Not supported.