The REST Interface for GUI Construction
Up one levelYou 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 — by roland — last modified 2007-05-28 08:08
- The basics of how we request information to populate the user interface and how that information is returned.
- getCategories — by roland — last modified 2007-06-22 14:35
- This is the top-level service for the UI. From here you get a list of named containers called categories.
- getViews — by roland — last modified 2007-05-23 12:52
- A description of how to get the views that are allowed with a particular dataset.
- getGrid — by roland — last modified 2007-05-23 14:26
- 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 — by roland — last modified 2007-06-22 14:49
- Given a data set, variable and a view find the operations that can be applied (and the options for each operation).
- getOptions — by roland — last modified 2007-06-22 15:04
- Get the options associated with a particular operation.
- getDataConstraints — by roland — last modified 2007-09-11 14:36
- A description of how to get the constraints that can be applied to a particular dataset and variable.