Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Get title, comments and other details for a specific TBX field.

URL

(GET) /settings/tbx/{id}

PARAMETERS

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.

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"
}


 

 

 

  • No labels