Questions - mozilla/buddyup GitHub Wiki
/api/2/question
Returns a list of all questions posted.
Example
{
"count": 260231,
"next": "https://support.allizom.org/api/2/question/?page=2",
"previous": null,
"results": [
{
"id": 1010268,
"answers": [
600211,
600212
],
"content": " ",
"created": "2014-11-18T14:40:10Z",
"creator": "BigGreenDog",
"involved": [
"BigGreenDog"
],
"is_archived": false,
"is_locked": false,
"is_solved": false,
"is_spam": false,
"last_answer": 600212,
"locale": "en-US",
"metadata": [],
"num_answers": 2,
"num_votes_past_week": 0,
"num_votes": 0,
"product": "firefox-os",
"solution": null,
"title": "First question with generated user",
"topic": "basic-features",
"updated_by": null,
"updated": "2014-11-18T14:42:35Z"
}
]
}