Retrieves the list of all TBX fields supported by Wordbee.
The TBX standard(s) define a wide range of standard fields:
- https://www.gala-global.org/sites/default/files/uploads/pdfs/tbx_oscar_0.pdf (TBX version 1)
- http://www.terminorgs.net/downloads/TBX_Basic_Version_3.1.pdf (TBX version 3)
Wordbee further defines its own fields for Wordbee specific details such as custom fields or the text status and bookmark.
URL
(GET) /settings/tbx
PARAMETERS
The method has no parameters.
RESULTS
The result is a JSON array with one element per SRX rule set:
field | The field ID. Examples: context, grammaticalGender, definition etc. | string |
title | The print title | string |
comment | Optional description | string? |
type | The data type, any of:
| string |
levels | Specifies where this field can be used: On concept level, on language level or term level or any combination thereof. The array values are:
| int[] |
values | If the "type" is a pick list then this is an array of recommended values to choose from. Each array element is an object:
| object[] |
category | The TBX data category. Any of:
NOTE: Data retrieved or stored in "note", "ref" or "xref" are not explicitly listed as fields in the results. | string |
module | The "module" that specifies this field:
| string |
storage | A Wordbee specific information that describes where the field data is stored inside a segment/text. This is useful information if you retrieve segments using the API and you would like to know where data is saved.
| string |
EXAMPLES