====== Ecosystem Types ======
This method is mostly useful in combination with the [[:api:eco:search|Ecosystem Search method]], for filtering purposes.
You can retrieve a list of all item types, each with their name and ID number.
===== Formats =====
XML or JSON (default is XML).
In XML, nodetexts have their content encapsulated in a CDATA section.\\
In JSON, these nodes use escaped Unicode codes for special characters.
===== Sample URLs =====
- http://api.eco.netvibes.com/types
- http://api.eco.netvibes.com/types?format=xml
- http://api.eco.netvibes.com/types?format=json
===== Sample outputs =====
==== XML output ====
==== JSON output ====
{
"miniapi":1,
"feed":2,
"event":3,
"podcast":4,
"tab":5,
"uwa":6,
"universe":7,
"widget":8,
"application":9,
"flash":10,
"native":11
}