The missing-data tag has no wiki summary.
0
votes
0answers
232 views
An associated query is returning a partial record for Area 51
This issue has recurred (and is ongoing) as of a couple of weeks ago.
Most notably, as before, the on_site attribute is missing from Area 51.
This is API 1.0, by the way.
1
vote
1answer
54 views
An associated query is returning a partial record for a particular user
This query returns (in addition to several complete records) this incomplete one:
{
"user_id": 2196,
"user_type": "registered",
"display_name": "Wil",
"reputation": 151,
"email_hash": ...
0
votes
1answer
52 views
Bug - Getting partial results for questions
When processing http://api.stackoverflow.com/1.0/questions/1156985 I only get partial results. Many of the missing fields are mandatory fields, including the owner of the question.
4
votes
0answers
80 views
Can we have an Owner Name value in Question, Answer, and Comment?
If a post has no owner for whatever reason, we don't get the owner object in the response.
Thus, it is impossible to display the username of the missing owner. The site is able to do this, so we ...