api/db/<dbname>/structs
ResourceThe
api/db/<dbname>/structs
resource 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
structs
array displays thestruct_no
andname
for each struct in the database in the same format as theapi/db/<dbname>/classes
resource:{ "structs": [ { "struct_no": 0, "name": "B" } ] }