api/db/<dbname>/structs ResourceThe
api/db/<dbname>/structsresource shows the list of database structs.For an overview see page eXtremeDB Web Service Resources
With the REST server started (listening on port 8083), the following http request will return a list of the available structs:
http://localhost:8083/api/db/xsqldb/structsThe
structsarray displays thestruct_noandnamefor each struct in the database in the same format as theapi/db/<dbname>/classesresource:{ "structs": [ { "struct_no": 0, "name": "B" } ] }