We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the IE datatable, there are no results when selecting the 24- and 48-Hour Reports toggle and Form 3X is checkbox.
24- and 48-Hour Reports
Form 3X
The root cause is 24- and 48-Hour Reports that are Form 3X must be filtered using F24 instead of F3X, which it currently does.
When 24-48 hour toggle is selected, the API call should filter filing_form as F24. Example API call: https://api.open.fec.gov/v1/schedules/schedule_e/?api_key=DEMO_KEY&sort_hide_null=false&sort_nulls_last=true&data_type=processed&is_notice=true&filing_form=F24&sort=-expenditure_date&per_page=30
The text was updated successfully, but these errors were encountered:
patphongs
Successfully merging a pull request may close this issue.
What we're after:
On the IE datatable, there are no results when selecting the
24- and 48-Hour Reports
toggle andForm 3X
is checkbox.Root cause
The root cause is
24- and 48-Hour Reports
that areForm 3X
must be filtered using F24 instead of F3X, which it currently does.Requirement
When 24-48 hour toggle is selected, the API call should filter filing_form as F24. Example API call: https://api.open.fec.gov/v1/schedules/schedule_e/?api_key=DEMO_KEY&sort_hide_null=false&sort_nulls_last=true&data_type=processed&is_notice=true&filing_form=F24&sort=-expenditure_date&per_page=30
Completion criteria:
24- and 48-Hour Reports
toggle is selected and Form 3X checkbox is checked.The text was updated successfully, but these errors were encountered: