TNO database webservice : data functions

getDatas

Returns a list of items corresponding to selected conditions.

For list of conditions available see the "Available tables" page for the table you want.

SOAP

getDatas(table, cookie, conds);
getDatasFormat(format, table, cookie, conds);
Parameters:
The getDatas function returns a array containing hashmap containing data. For getDatasFormat the output is a text formated in selected format.

REST

GET http://tnodb.obs-besancon.fr/ws/tno/data/{table}
Parameter in URL:
Parameters in GET arguments:
HTTP return code should be "200" and formatted data is returned in response body.

Back to documentation