-
Notifications
You must be signed in to change notification settings - Fork 34
Search Posts
Search Posts
/api/posts/search
This route is a unification of a number of other routes, including Posts by Feedback, Posts by Site, and Posts by Date Range. More exact documentation for the parameters of this route is available within the documentation for these individual routes. What follows is a list of available parameters for this route:
You can use the per_page
query string parameter to adjust how many results you get, up to a maximum of 100.
The has_more
field in the response indicates if there are more results available than have been returned in this result set; use the page
query string parameter to get the next page of results. ?page=1
will return the first page; ?page=2
the second, and so on.
Please refer to the individual route documentation for examples of the kind of data returned. This route returns an array (list) of posts, which is the same type returned by each individual route.
metasmoke is made with <3 by the Charcoal Team and the other awesome contributors from Charcoal HQ.