Tagged Questions
0
votes
0answers
22 views
Why does my request for pagesize=100 only return 30 results?
I am running the following query, and ones very similar to it, to retrieve a list of my own answers:
...
3
votes
1answer
29 views
List of object types on SE API v2.0+
Beware: The API is Huge!!
Below is the list of all the "types" of objects returned by the API v2.0+ :-
Note: v2.1 specific types are noted in a seperate box
Type | Field ...
0
votes
0answers
10 views
How can I tell if a revision GUID is going to return a NULL body?
I'm trying to use the GUID returned by the revisions object to create links to raw markdown pages on a given SE site. For instance, if I wanted to see the last revision of:
...
3
votes
1answer
46 views
Why am I being told to backoff when I'm well within my API limit?
I've been running my API fine for some time now and when I added another function I realized I was being told to backoff. I only run my API once a night and don't really pull that much data. I have ...
3
votes
1answer
178 views
HTTP 400 “Bad Request” while using “access_token” in request Url
I registered an app, obtained a key and I have implemented the implicit OAuth 2.0 flow in a Windows 8 desktop app (as per the documentation available here). After receiving and storing the access ...
2
votes
1answer
26 views
The migrated predicate on advanced_search seems underachieving
What does the migrated parameter to the advanced_search method mean? Setting it to true on CS finds only one question that has been migrated away, out of several:
{
"items": [
{
...
0
votes
2answers
25 views
Link field on notification type
There is no link field on notification. Is this by design or a bug? If it's by design can it be changes so it's included, I can't see how to build the URL with only a post id, and not know what type ...