Add "since_id_entity" and "before_id_entity" to docs

This commit is contained in:
David Wallace 2012-10-05 20:17:55 -07:00
parent 7b2a56bfa8
commit e814c77181

View file

@ -109,6 +109,8 @@ GET parameters can be used to filter and paginate the returned posts.
| ---- | ----------- |
| `since_id` | Posts made since a specific post identifier. |
| `before_id` | Posts made before a specific post identifier. |
| `since_id_entity` | The entity which made the post that has the id given in `since_id`. This can be omitted if the post's owner is the one receiving the `GET /posts` request. |
| `before_id_entity` | The entity which made the post that has the id given in `before_id`. This can be omitted if the post's owner is the one receiving the `GET /posts` request. |
| `since_time` | Posts with `published_at` greater than the specified unix epoch. |
| `before_time` | Posts with `published_at` less than the specified unix epoch. |
| `entity` | Posts published by the specified entity. |