-
Notifications
You must be signed in to change notification settings - Fork 34
Posts by Feedback
ArtOfCode edited this page Jul 15, 2016
·
7 revisions
Posts by Feedback
/api/posts/feedback
This route provides a list of posts that have a specified feedback type on them. Specify the type of feedback by passing a valid feedback type (usually, one of tpu-
, fp-
, naa-
, or ignore-
, but there are other valid types) as the type
query string parameter.
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.
metasmoke is made with <3 by the Charcoal Team and the other awesome contributors from Charcoal HQ.