This commit is contained in:
Scott Feeney 2012-10-03 19:23:50 -05:00
parent 695ebaa7ce
commit 6348590eeb

View file

@ -112,7 +112,7 @@ GET parameters can be used to filter and paginate the returned posts.
| `since_time` | Posts with `published_at` greater than the specified unix epoch. | | `since_time` | Posts with `published_at` greater than the specified unix epoch. |
| `before_time` | Posts with `published_at` less than the specified unix epoch. | | `before_time` | Posts with `published_at` less than the specified unix epoch. |
| `entity` | Posts published by the specified entity. | | `entity` | Posts published by the specified entity. |
| `mentioned_entity` | Posts that mention that specified entity. | | `mentioned_entity` | Posts that mention the specified entity. |
| `post_types` | Posts that match specific comma-separated type URIs. | | `post_types` | Posts that match specific comma-separated type URIs. |
| `limit` | The number of posts to return (defaults to the maximum of 200). | | `limit` | The number of posts to return (defaults to the maximum of 200). |