...
Field | Type | Read/Write | Required on Create | Description |
---|---|---|---|---|
id | String | R | The unique identifier for the drop. | |
title | String | RW | N | The title of the item if available. |
content | String | RW | Y | The content of the item. |
channel | String | RW | Y | The channel the drop came from E.g. twitter, rss, sms. |
source | RW | Y | The source of the drop. | |
date_published | String | RW | Y | RFC822 formated date time string of when the drop was created. E.g. "Wed, 27 Aug 2008 13:08:45 +0000" |
user_score | Int | RW | N | Authenticating user's score for the drop. Either -1, 0 or 1. |
read | Boolean | RW | N | True when the authenticating account has marked the drop as read. |
image | String | RW | N | URL of the primary image for the drop. |
original_url | String | RW | N | Original source URL for the drop. |
original_place | RW | N | Geo associated with the drop at the source. | |
original_id | String | RW | Y | ID for this drop at the source. |
comment_count | Int | R | Number of comments on the drop. | |
buckets | RW | N | Buckets the authenticating user has placed the drop in. | |
tags | RW | N | List of entities in the drop. | |
links | RW | -N | List of urls in the drop. | |
media | RW | N | List of images,video... in the drop. | |
places | RW | N | List of geo features in the drop. |
...