Versions Compared

Key

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

...

(GET) /settings/tbx/{id}

PARAMETERS

The id is the URL parameters are:

id

TBX field ID such as "context", "grammaticalGender

...

" or "definition".

Use settings/tbx/fields to enumerate all fields and their IDs.

string, Mandatory

RESULTS

The result is a JSON object.

See settings/tbx/fields for a description of properties.

...

Code Block
{
 "field": "context",
 "type": 2,
 "levels": [2],
 "title": "Context",
 "comment": "A sample sentence that contains the term.",
 "values": null,
 "category": "descrip_",
 "module": "Basic",
 "storage": "TbxField"
}


...