...
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 | * |
EXAMPLES
Calling /list/querieslayouts may return:
Code Block |
---|
{{ { "default": { "origin": "UserSystem", "id": null, "name": "User default", "query": "" }, System default", "fields": [ { "id": "id", "width": null }, { "id": "oreference", "width": null } ], "rows": 20 }, "userpresets": [], "systempresets": [ { "origin": "User", "System", "id": null, "name": "MySystem querydefault", "query": "{status} = 1 AND {locked} = false" }, ], "systempresets": [] } "fields": [ { "id": "id", "width": null }, { "id": "oreference", "width": null } ], "rows": 20 } ] }} |