Get title, comments and other details for a specific TBX field.
URL
(GET) /settings/tbx/{id}
PARAMETERS
The id is the TBX field ID such as context, grammaticalGender or definition.
RESULTS
The result is a JSON object.
See settings/tbx for a description of properties.
EXAMPLES
Query:
(GET) /settings/tbx/context
Result:
{ "field": "context", "type": 2, "levels": [2], "title": "Context", "comment": "A sample sentence that contains the term.", "values": null, "category": "descrip_", "module": "Basic", "storage": "TbxField" }