Use this endpoint to look up the RAD Analyst for a committee. The mission of the Reports Analysis Division (RAD) is to ensure that campaigns and political committees file timely and accurate reports that fully disclose their financial activities. RAD is responsible for reviewing statements and financial reports filed by political committees participating in federal elections, providing assistance and guidance to the committees to properly file their reports, and for taking appropriate action to ensure compliance with the Federal Election Campaign Act (FECA).
Usage
fec_get_rad_analyst(
min_assignment_update_date,
max_assignment_update_date,
analyst_short_id,
email,
page,
sort_nulls_last,
title,
sort_hide_null,
committee_id,
name,
telephone_ext,
analyst_id,
sort_null_only,
per_page,
sort,
api_key = Sys.getenv("FEC_API_KEY", unset = "DEMO_KEY")
)
Arguments
- min_assignment_update_date
Filter results for assignment updates made after this date
- max_assignment_update_date
Filter results for assignment updates made before this date
- analyst_short_id
Short ID of RAD analyst
Email of RAD analyst
- page
For paginating through results, starting at page 1
- sort_nulls_last
Toggle that sorts null values last
- title
Title of RAD analyst
- sort_hide_null
Hide null values on sorted column(s).
- committee_id
A unique identifier assigned to each committee or filer registered with the FEC. In general committee id's begin with the letter C which is followed by eight digits.
- name
Name of RAD analyst
- telephone_ext
Telephone extension of RAD analyst
- analyst_id
ID of RAD analyst
- sort_null_only
Toggle that filters out all rows having sort column that is non-null
- per_page
The number of results returned per page. Defaults to 20.
- sort
Provide a field to sort by. Use
-
for descending order.- api_key
An API key provided by the API provider. This key is not clearly documented in the API description. Check the API documentation for details.