Name | Type | Description | Additional information |
---|---|---|---|
tbGuid | Guid | The Guid of the termbase |
Name | Type | Description |
---|---|---|
AccessLevel | ResourceAccessLevel (enum) | Possible enum values: 0:ReadOnly; 1:ReadWrite; 2:Admin; The access level of the termbase. |
Client | String | The client of the termbase. |
Domain | String | The domain of the termbase. |
FriendlyName | String | The friendly name of the termbase. |
IsUsedInProject | Boolean | Defines whether this termbase is used in online projects. Available since version 9.4.12. |
Languages | String[] | The languages of the termbase. |
LastModified | DateTime | The time of the last modification of the termbase. |
LastUsed | DateTime | The date and time when this termbase was last used including querying. Available since version 9.4.12. |
NumEntries | Int32 | The number of entries in the termbase. |
Project | String | The project of the termbase. |
Subject | String | The subject of the termbase. |
TBGuid | String | The Guid of the termbase. |
TBOwner | String | The owner of the termbase. |
{ "AccessLevel": 0, "Client": "client", "Domain": "domain", "FriendlyName": "name", "Languages": [ "eng", "hun" ], "LastModified": "2017-12-06T12:03:46.866Z", "NumEntries": 10, "Project": "project", "Subject": "subject", "TBGuid": "3bcbbce5-d422-488d-9f26-b07ec2cd6523", "TBOwner": "Built-in Administrator", "LastUsed": "2015-08-28T14:02:31.22Z", "IsUsedInProject": false }