Last modified: Mon, 04/03/2017 - 12:50
You can use this REST interface to query the LAS server for data you need to populate a graphical user interface to LAS data and operations.
- Introduction of GUI Construction
The basics of how we request information to populate the user interface and how that information is returned. - getCategories
This is the top-level service for the UI. From here you get a list of named containers called categories. - getViews
A description of how to get the views that are allowed with a particular dataset. - getGrid
This is an action that can be used to return the grid (and the definitions of each axis in the grid) for a particular variable in an LAS. - getOperations
Given a data set, variable and a view find the operations that can be applied (and the options for each operation). - getOptions
Get the options associated with a particular operation. - getDataConstraints
A description of how to get the constraints that can be applied to a particular dataset and variable.