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

USAGE.md - Retrieve all recipients on a List, list_id should not be part of queyparams #351

Closed
robledosm opened this issue Oct 18, 2016 · 1 comment
Labels
difficulty: easy fix is easy in difficulty status: help wanted requesting help from the community type: bug bug in the library

Comments

@robledosm
Copy link

There is an error in Retrieve all recipients on a List example in USAGE.md document. The parameter list_id should not be part of the queryParams, otherwise you get an error (BadRequest) saying that list_id is not part of the custom filters. Removing list_id from queryParams fixes the issue.

@thinkingserious thinkingserious added type: bug bug in the library status: help wanted requesting help from the community labels Oct 19, 2016
@thinkingserious
Copy link
Contributor

Thanks for the heads up @robledosm!

I've added this to our backlog for a fix.

@thinkingserious thinkingserious added difficulty: easy fix is easy in difficulty hacktoberfest labels Sep 30, 2017
Gimly added a commit to Gimly/sendgrid-csharp that referenced this issue Sep 30, 2017
Fixed the example query for list all recipients to be the same as the one in SendGrid's documentation. Removed the list_id parameter that was incorrect.

Fixes sendgrid#351
mbernier pushed a commit that referenced this issue Oct 22, 2017
Corrected list all recipients documentation Fixes #351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy fix is easy in difficulty status: help wanted requesting help from the community type: bug bug in the library
Projects
None yet
Development

No branches or pull requests

2 participants