-
Notifications
You must be signed in to change notification settings - Fork 34
Posts by Feedback
Shara Bromberg edited this page Oct 16, 2017
·
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. These include tpu-
, fp-
, naa-
, or ignore-
, but there are other valid types.
Request:
HTTP/1.1 GET /api/posts/feedback?type=tpu-
Response:
{
"items":[
{
"id":672,
"title":"Is \"fugazi\" an English word?",
"body":"<truncated>",
"link":"//ell.stackexchange.com/a/65729",
"post_creation_date":null,
"created_at":null,
"updated_at":"2015-09-07T02:25:41.000Z",
"site_id":186,
"user_link":null,
"username":null,
"why":null,
"user_reputation":null,
"score":null,
"upvote_count":null,
"downvote_count":null,
"stack_exchange_user_id":null,
"is_tp":true,
"is_fp":false,
"is_naa": false,
"revision_count": 1,
"deleted_at": "2017-10-12T20:37:24.000Z",
"smoke_detector_id": 18,
"autoflagged": false
},
{
"id":674,
"title":"Is there any difference between Loan and Credit?",
"body":"<truncated>",
"link":"//english.stackexchange.com/a/270130",
"post_creation_date":null,
"created_at":null,
"updated_at":"2015-09-07T02:25:41.000Z",
"site_id":33,
"user_link":null,
"username":null,
"why":null,
"user_reputation":null,
"score":null,
"upvote_count":null,
"downvote_count":null,
"stack_exchange_user_id":null,
"is_tp":true,
"is_fp":false,
"is_naa": false,
"revision_count": 1,
"deleted_at": null,
"smoke_detector_id": 18,
"autoflagged": false
}
],
"has_more":true
}
A summary of all type
s that Meta Smoke has ever seen was posted on Oct. 25, 2016. However, not all of these are really useful. The most common type
values are (in descending order of usage, and anything seen over 100 times since the post linked above):
tpu-
tp
fp-
fp
naa-
trueu-
tpu
naa
tp-
ignore-
fpu-
trueu
Ambiguous
ignore
metasmoke is made with <3 by the Charcoal Team and the other awesome contributors from Charcoal HQ.