feat( /nomination/{congress}/{nominationNumber}/{ordinal}
) nominee API should return introText
, organization
, positionTitle
#267
Labels
enhancement
New feature or request
Milestone
This is a feature request.
It would be nice to have the following properties from the nomination details API (
/nomination/{congress}/{nominationNumber}
) included in the nominee API (/nomination/{congress}/{nominationNumber}/{ordinal}
):introText
organization
positionTitle
e.g.
Request nomination details for 118/1906
curl 'https://api.congress.gov/v3/nomination/118/1906?format=json&api_key=<API_KEY> '
Response
Notice the nominees props:
Request the nominees API
curl 'https://api.congress.gov/v3/nomination/118/1906/1?format=json&limit=250&offset=0&api_key=<API_KEY>'
Suggested change to include
introText
,organization
,positionTitle
on each nominee:The text was updated successfully, but these errors were encountered: