database_list (get)
The command retrieves the list of databases currently usable by the user. This includes both his databases and those where he is a guest. Please note that the Nios4 permit rules remain valid also through web services.
So having access to a database as a guest isn't necessarily allowed to have full access to it.
Parameters
Parameters
token
User identification token
Example
Example
https://web.nios4.com/ws/?action=database_list&token=00000000
Reply
Reply
{
"error": false, Error indicator
"db": [
{
"name": "crmdonen", Unique name of the database
"label": "CRM D-One new", Database label
"seed": "BASICIT" Database Seed
},...]
}