Tagged Questions
1
vote
1answer
55 views
How to get Question/Answer body in the API response using filters?
I am looking through the API documentation and i am confused how to make a call with filters. I am specifically looking for get the question /answer body back. Is it possible. Could not find any ...
3
votes
1answer
31 views
How are filters created?
Can someone explain how Filters are created in the Stackexchange v2 API?
The documentation mentions the following for /filters/create:
It is not expected that many applications will call this ...
2
votes
1answer
48 views
Update the default filter editor to use the API key
When I run a sample query using the SE API browser (is that right term?), say against /questions for example (here), I'll always see something to the effect of:
...
"quota_remaining": 9424,
...
0
votes
1answer
29 views
How do I get a filter to let through the fields I specify?
I've created a filter based on the "none" filter with include fields for all those I will need for my application. While the filter I created looks fine to me, it doesn't appear to return any results ...
2
votes
0answers
29 views
Fairly subtle filter bug between 8 am and 10 pm UTC Dec. 29th
This is a public service announcement about a bug that most people probably didn't notice, but might be biting you pretty hard about now.
Between 8 AM and 10 PM UTC December 29th, filters generated ...
3
votes
2answers
86 views
Can I filter Users by reputation or up_vote_count using the API?
Howdy,
Is it possible to do API calls that pull back all users with, say, > 10,000 reputation? Or up_vote_count, etc.
The advanced search page implies that we should use third-party search engines. ...
2
votes
2answers
110 views
How to mimic search behavior of Stack sites?
I want to mimic the behavior of the search field that can be found on all Stack sites. How should I do this?
Filter by tags if all words (how exactly is this detected?) in the query are tags.
...