Merge pull request #106 from longears/master
Add "since_id_entity" and "before_id_entity" to docs for GET /posts
This commit is contained in:
commit
2c3510c512
1 changed files with 2 additions and 0 deletions
|
@ -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. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue