Timeline Attachments

The timeline resource has a subresource to manage attachments, sometimes known on the web as timeline.attachments.

HTTP Methods

DescriptionMethodPathBase

insert a new attachment to a timeline item. Set the uploadType parameter to resumable to break a large upload into multiple requests. Otherwise, set this to media for a simple upload.

POST

/timeline/{itemId} /attachments? uploadType={ut}

upload

get the attachment under the timeline item with the given IDs.

GET

/timeline/{itemId} /attachments/{aId}

default

list the attachment under the timeline item with the given IDs.

GET

/timeline/{itemId} /attachments

default

delete the attachment under the timeline item with the given IDs.

DELETE

/timeline/{itemId} /attachments/{aId}

default

Attachment ...

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.