Description
Returns information (name) for all projects recognized by the API key.
CAll (METHOD = GET)
http://tool-cloud2.renesas.com/system/api/?key=[API_KEY]
&module=projects&action=list
API_KEY: Specify the API key referenced from the HELP key.
Result
{
"projects": [
{
"name": "[PROJECT_NAME]"
},
...
]
}
PROJECT_NAME: Indicates the project name.