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 . EnviroFacts . DesignForEnvironment . AdvancedSearch
Performs a detailed search of the EPA Design for the Environment database.
/*
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 allows you to perform a detailed search of the EPA Design for the Environment database. The documentation for this EnviroFacts resource can be found here.
The DfE database contains products labeled either Industrial or Consumer. You can look up all the possible Sectors (i.e. Carpet Cleaners, Fire-Fighting Products) in the drop-down menu on the EPA website for each of the Consumer or Industrial types of products here. To obtain a SectorID number for any sector, first run the AdvancedSearch Choreo using that sector's keywords.
The optional Operator input by default is set to "=" when SearchType is either "sector_id" or "product_id", which searches for exact matches. It is set to "CONTAINING" when the SearchType is either "partner", "product", or "sector" to make the keyword search more flexible. Other possible values for the Operator input include ">", "<" and "!=" (does not equal) for customized number searches, and "BEGINNING" for a customized keyword search that retrurns SearchType entries which begin with the SearchValue input.
Here is an example of an acceptable set of inputs:
SearchType: sector
SearchValue: Floor Care
Operator: CONTAINING
The following is a sample of the XML information returned as the Count output:
<Envirofacts> <RequestRecordCount>357</RequestRecordCount> </Envirofacts>
The following is a partial sample of the XML information returned as the Response output:
<?xml version="1.0" encoding="UTF-8"?> <t_design_for_environmentList Count="357" Rows="0-4999"> <t_design_for_environment> <SECTOR_ID>91</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Strippers</SECTOR> <PARTNER>Holloway House, Inc.</PARTNER> <CITY>Fortville</CITY> <STATE>IL</STATE> <PARTNERSINCE>2008</PARTNERSINCE> <PRODUCT_ID>1078</PRODUCT_ID> <PRODUCT>Deep Clean Wax Remover</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>91</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Strippers</SECTOR> <PARTNER>Clean Control Corporation</PARTNER> <CITY>Warner Robins</CITY> <STATE>GA</STATE> <PARTNERSINCE>2005</PARTNERSINCE> <PRODUCT_ID>266</PRODUCT_ID> <PRODUCT>Earth Choice Floor Finish Stripper (F386)</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>91</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Strippers</SECTOR> <PARTNER>Bright Labs Incorporated</PARTNER> <CITY>Manila</CITY> <STATE>Manila, Philippines</STATE> <PARTNERSINCE>2012</PARTNERSINCE> <PRODUCT_ID>3699</PRODUCT_ID> <PRODUCT>*Earth Stripper</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>91</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Strippers</SECTOR> <PARTNER>Emulso Corporation</PARTNER> <CITY>Tonawanda</CITY> <STATE>NY</STATE> <PARTNERSINCE>2012</PARTNERSINCE> <PRODUCT_ID>3541</PRODUCT_ID> <PRODUCT>*FSC Low Odor Floor Stripper</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>91</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Strippers</SECTOR> <PARTNER>Patriot Chemical</PARTNER> <CITY>Dracut</CITY> <STATE>MA</STATE> <PARTNERSINCE>2010</PARTNERSINCE> <PRODUCT_ID>3611</PRODUCT_ID> <PRODUCT>*Green Retract Low Odor Floor Stripper</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>91</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Strippers</SECTOR> <PARTNER>Medama Solutions</PARTNER> <CITY>Brooklyn</CITY> <STATE>NY</STATE> <PARTNERSINCE>2010</PARTNERSINCE> <PRODUCT_ID>2272</PRODUCT_ID> <PRODUCT>*Green Strip Floor Stripper</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>92</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Cleaners</SECTOR> <PARTNER>Lumber Liquidators</PARTNER> <CITY>Toano</CITY> <STATE>VA</STATE> <PARTNERSINCE>2012</PARTNERSINCE> <PRODUCT_ID>3489</PRODUCT_ID> <PRODUCT>*Bellawood Hardwood Floor Cleaner</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>92</SECTOR_ID> <CATEGORY>Consumer Product</CATEGORY> <SECTOR>Floor Care Products : Floor Cleaners</SECTOR> <PARTNER>ICB-PTY, Ltd.</PARTNER> <CITY>Melbourne</CITY> <STATE>VIC, Australia</STATE> <PARTNERSINCE>2010</PARTNERSINCE> <PRODUCT_ID>2297</PRODUCT_ID> <PRODUCT>Bright Green Floor Cleaner</PRODUCT> </t_design_for_environment> </t_design_for_environmentList>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms