Timeline
The timeline is the core resource for manipulating or gaining information about a Glass device’s timeline. This is the resource you’ll interact with most commonly.
HTTP Methods
The timeline resource supports all major CRUD (create, read, update, delete) operations as RESTful HTTP methods.
Description | Method | Path | Base |
---|---|---|---|
insert a new timeline item. | POST | /timeline | both |
get the timeline item with the given ID. | GET | /timeline/{itemId} | default |
list a user’s timeline items accessible by this app. | GET | /timeline | default |
update the timeline item with the given ID. | PUT | /timeline/{itemId} | both |
patch the timeline item with the given ID as a partial update. | PATCH | /timeline/{itemId} | default |
delete the timeline item with the given ID. | DELETE | /timeline/{itemId} | default |
Read-Only Fields ...
Get Programming Google Glass now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.