Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "columns": [
    { "fkey": "1~en~0" },
    { "fkey": "1~fr~0" }
  ]
}

 

...

The "fkey"

...

Each data column is uniquely identified by a string ("fkey"). When requesting data you need to specify the "fkey" values you want to obtain.

You can construct the "fkey" by hand or use an API to retrieve a list of all the available "fkey" values. This list depends on the access rights of the current user.

The format isuniquely identifies a data column. It is composed as follows:

Code Block
{ftype}#{loc}#{fqualifier}

...