./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

fields

All available fields with full details. See

./list/fields

for details.

query

The user's default query. See

./list/queries

for details.

object

result

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

object

aggregations

Aggregations defined with the list. See

./list/aggregations

for details

object[]

 

EXAMPLES

None.