...
origin | Describes who created the layout:
| string |
name | The name of the layout. | string |
fields | Array of fields to be included in the layout. Each element has these properties:
See ./list/fields to get a list of all available fields. | object[] |
rows | Rows to show per page | int |
aggid | Optional aggregation to include with query results. See ./list/aggregations on available aggregations. You can also include this property individually with each query: ./list | string? |
... | There may be other properties for specific use by the Wordbee Translator system | * |
...