Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include_inactive ignored by https://api.app.net/channels?ids=… #375

Closed
tonyarnold opened this issue Apr 14, 2014 · 2 comments
Closed

include_inactive ignored by https://api.app.net/channels?ids=… #375

tonyarnold opened this issue Apr 14, 2014 · 2 comments

Comments

@tonyarnold
Copy link

When I specify the ID of channels that have been made inactive, even if I add include_inactive=1 in my query string the inactive channels are never returned.

For example: https://api.app.net/channels/?ids=49330&include_inactive=1 returns:

HTTP/1.1 200 OK
Server: nginx/1.4.7
Content-Type: application/json
Content-Length: 31
Connection: close
X-RateLimit-Remaining: 4678
X-ADN-Migrations-Enabled: include_new_interactions=1
Strict-Transport-Security: max-age=31536000
X-RateLimit-Limit: 5000
ETag: g7QjJSEzVyXCXgRuyoOAbWmI0CQ
Date: Mon, 14 Apr 2014 04:25:51 GMT
X-OAuth-Scopes: files,update_profile,messages,stream,basic
Access-Control-Allow-Origin: *
X-RateLimit-Reset: 572
P3P: CP="App.net has no P3P policy."

{"meta":{"code":200},"data":[]}

Requesting them individually via https://api.app.net/channels/49330?include_inactive=1 works fine.

@mthurman
Copy link
Member

A fix for this has been rolled out. Thanks for the bug report!

@tonyarnold
Copy link
Author

👍 💥 Thanks guys, incredibly speedy fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants