Skip to main content

./list/ui/init

This method runs a query using the user's default layout and query string. It can be used as an initial call in a UI.

URL

The following URLs permit to get, add, modify or delete layouts. All actions are private to the current user.

(GET) ./list/ui/init
 

PARAMETERS

This method does not have any parameters.

 

RESULTS

The method returns an object with these properties:

layout

The user's default layout. See ./list/layouts for details.

object
fieldsAll available fields with full details. See ./list/fields for details. 
queryThe user's default query. See ./list/queries for details.object
result

The result of the query. See ./list for details.

object
aggregationsAggregations defined with the list. See ./list/aggregations for detailsobject[]

 

EXAMPLES

None.

 

 

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.