...
A sample layout to retrieve English and French texts would be:
Code Block |
---|
"layout" : { "columns": [ { "fkey": "1~en~0" }, { "fkey": "1~fr~0" } ] } |
The "fkey" uniquely identifies a data column. It is composed as follows:
...
...
A sample layout to retrieve English and French texts would be:
Code Block |
---|
"layout" : { "columns": [ { "fkey": "1~en~0" }, { "fkey": "1~fr~0" } ] } |
The "fkey" uniquely identifies a data column. It is composed as follows:
...