You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . GovTrack . CommitteeMember
Returns records indicating the current membership of a Member of Congress on a committee or subcommittee.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo returns records indicating the current membership of a Member of Congress on a committee or subcommittee. Detailed information about the GovTrack Committee Member API is available here.
The Choreo has optional parameters which can be used to filter the result. Here's an example of a set of optional inputs that limit the list of committee members:
Committee: 2723
Operators can be used with filter parameters as well. This is indicated in the input descriptions. The syntax for filter operators is: {Operator}: {ParameterValue}. Valid operators are: contains, exact, gt, gte, lt, lte, in, startswith, and range. Here's an example of an input that uses a filter operator:
Committee: gt: 2723
The above example requests committee members where the committee ID field is greater than 2723.
The following is a sample of the JSON information returned by this Choreo:
{ "meta": { "limit": 1, "offset": 0, "total_count": 3769 }, "objects": [ { "committee": { "abbrev": "", "code": "HSFA07", "committee": 2716, "committee_type": null, "id": 2723, "name": "The Western Hemisphere", "obsolete": false, "url": null }, "id": 116502, "person": { "bioguideid": "S001165", "birthday": "1951-01-26", "cspanid": 1022293, "firstname": "Albio", "gender": "male", "gender_label": "Male", "id": 412186, "lastname": "Sires", "link": "http://www.govtrack.us/congress/members/albio_sires/412186", "middlename": "", "name": "Rep. Albio Sires [D-NJ8]", "namemod": "", "nickname": "", "osid": "N00027523", "pvsid": "22510", "sortname": "Sires, Albio (Rep.) [D-NJ8]", "twitterid": "Rep_Albio_Sires", "youtubeid": null }, "role": "ranking_member", "role_label": "Ranking Member" } ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms