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 . CorpWatch . Lists . ListNames
Returns a list of names (companies or individuals) matching a given name query.
/*
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 retrieves a list of names (companies or individuals) matching a given name query. You do not need an API Key to run this Choreo. However, if you would like a much higher limit on the number of calls you can make each day, then registering with CorpWatch and obtaining an API Key is the way to go. More information on authentication and limits is available here. Detailed information about the name list search is here.
The output returned is a list of names, of both individuals and companies, unlike the GetCompanyNames Choreo which returns a list of companies. The source parameter indicates how the name was derived. For example, "filer_match_name" is a standardized form with most punctuation removed, "filer_conformed_name" is the official name registered with the SEC and "cik_former_name" indicates a previous SEC name for the filer that may be earlier than our data coverage. The parsed subsidiaries will have a "relationships_company_name" which is as close as possible to the name listed in Exhibit 21, and "relationships_clean_company" which is the standardized name used for matching.
Here is an example of an acceptable input:
Name: informatikai
ResponseType: json
The following is a partial sample of the output returned by this Choreo:
{ "meta": { "success": 1, "status": 200, "status_string": "Success", "total_results": "2", "results_complete": 1, "api_version": "0.04 (2012-02-03)", "parameters": { "company_name": "informatikai", "limit": 100, "index": 0, "year": "most_recent" } }, "result": { "names": [ { "company_name": "FMC Tan\u00e1csad\u00f3 \u00e9s Informatikai Korl\u00e1tolt Felel\u0151ss\u00e9g\u0171 T\u00e1rsas\u00e1g", "cw_id": "cw_468337", "source": "relationships_company_name", "date": "2003-03-28", "max_year": "2008", "min_year": "2003" }, { "company_name": "FMC Tanacsado es Informatikai Korlatolt Felelossegu Tarsasag", "cw_id": "cw_468337", "source": "relationships_clean_company", "date": "2003-03-28", "max_year": "2008", "min_year": "2003" } ] } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms