| Name | Type | Description | Additional information |
|---|---|---|---|
| tbGuid | Guid | The Guid of the termbase |
| Name | Type | Description |
|---|---|---|
| Condition | SearchFilteringCondition (enum) | Obligatory; Possible enum values: 0:BeginsWith; 1:Contains; 2:EndsWith; 3:ExactMatch; Specifies the desired matching behavior. |
| FilteringConditions | List<SearchMetaFilter> | Optional, default value: null; Filtering conditions for meta fields. |
| Condition | SearchMetaFilteringConditions (enum) | Obligatory; Possible enum values: 0:BeginsWith; 1:Contains; 2:Equals; 3:FilledIn; 4:IsNot; 5:NotFilledIn; Specifies the desired matching behavior. |
| MetaName | SearchMetaNames (enum) | Obligatory; Possible enum values: 0:Client; 1:Domain; 2:Project; 3:Subject; The name of the meta field to filter by. |
| MetaValue | String | Obligatory; The value of the meta field to use for filtering. |
| Limit | Nullable`1 | Optional, default value: 120; The maximum number of entries to return. |
| SearchExpression | String | Obligatory; The text to search for in Term Base entries. |
| TargetLanguage | String | Obligatory; The target language. |
{
"FilteringConditions": [
{
"Condition": 0,
"MetaName": 0,
"MetaValue": "sample string 1"
},
{
"Condition": 0,
"MetaName": 0,
"MetaValue": "sample string 1"
},
{
"Condition": 0,
"MetaName": 0,
"MetaValue": "sample string 1"
}
],
"Limit": 1,
"SearchExpression": "sample string 1",
"Condition": 0,
"TargetLanguage": "eng"
}| Name | Type | Description |
|---|---|---|
| List | List<TBEntryModel> | |
| Client | String | The client of the TB entry. |
| Created | DateTime | The creation date of the TB entry. |
| Creator | String | The creator of the TB entry. |
| CustomMetas | TBCustomMetaItem[] | An array of the TB entry's custom meta properties. |
| Name | String | The name of the custom meta property. |
| Value | String | The value of the custom meta property. |
| Domain | String | The domain of the TB entry. |
| Id | Int32 | The id of the TB entry. |
| Image | String | The image url of the TB entry. |
| ImageCaption | String | The image caption of the TB entry. |
| Languages | LanguageItem[] | An array of the TB entry's languages. |
| CustomMetas | TBCustomMetaItem[] | An array of the language's custom meta properties. |
| Name | String | The name of the custom meta property. |
| Value | String | The value of the custom meta property. |
| Definition | String | The definition of the language. |
| Id | Int32 | The id of the language. |
| Language | String | The code of the language. |
| NeedsModeration | Boolean | Defines whether the language needs moderation. |
| TermItems | TermItem[] | An array of the language's terms. |
| CaseSense | TermCaseSense (enum) | Possible enum values: 0:Strict; 1:Near; 2:Insensitive; Defines the case sensitivity level of the term. |
| CustomMetas | TBCustomMetaItem[] | An array of the term's custom meta properties. |
| Name | String | The name of the custom meta property. |
| Value | String | The value of the custom meta property. |
| Example | String | The example of the term. |
| GrammarGender | String | The grammatical gender of the term. |
| GrammarNumber | String | The grammatical number of the term. |
| GrammarPartOfSpeech | String | The grammatical category of the term. |
| Id | Int32 | The id of the term. |
| IsForbidden | Boolean | Defines whether the term is forbidden. |
| PartialMatch | TermPartialMatch (enum) | Possible enum values: 0:Any; 1:Half; 2:None; 3:Custom; Defines the degree to which partial matches are allowed against this term. |
| PrefixBoundaries | Int32[] | The prefix boundaries of the term. |
| Text | String | The text of the term. |
| WildText | String | The 'wild' text of the term. It contains wildcards denoting prefix-boundaries. It will not be taken into consideration when adding new entries to a term base. |
| Modified | DateTime | The date of the TB entry's last modification. An OptimisticConcurrencyError occurs during the update action if it does not match the existing entry's Modified parameter. |
| Modifier | String | The last modifier of the TB entry. |
| Note | String | The note of the TB entry. |
| Project | String | The project of the TB entry. |
| Subject | String | The subject of the TB entry. |
[
{
"Created": "2015-08-28T14:02:31.22Z",
"Creator": "Built-in administrator",
"Modified": "2015-08-28T14:02:31.22Z",
"Modifier": "Built-in administrator",
"Id": 0,
"Client": "client",
"Domain": "domain",
"ImageCaption": "image caption",
"Image": "image url",
"Languages": [
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"Note": "note",
"Project": "project",
"Subject": "subject",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Created": "2015-08-28T14:02:31.22Z",
"Creator": "Built-in administrator",
"Modified": "2015-08-28T14:02:31.22Z",
"Modifier": "Built-in administrator",
"Id": 0,
"Client": "client",
"Domain": "domain",
"ImageCaption": "image caption",
"Image": "image url",
"Languages": [
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"Note": "note",
"Project": "project",
"Subject": "subject",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Created": "2015-08-28T14:02:31.22Z",
"Creator": "Built-in administrator",
"Modified": "2015-08-28T14:02:31.22Z",
"Modifier": "Built-in administrator",
"Id": 0,
"Client": "client",
"Domain": "domain",
"ImageCaption": "image caption",
"Image": "image url",
"Languages": [
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"Language": "ger",
"Definition": "definition",
"Id": 0,
"NeedsModeration": true,
"TermItems": [
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
},
{
"CaseSense": 2,
"Example": "example",
"GrammarGender": "",
"GrammarNumber": "",
"GrammarPartOfSpeech": "",
"Id": 0,
"IsForbidden": false,
"PartialMatch": 2,
"PrefixBoundaries": [
1
],
"Text": "text",
"WildText": "wild text",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
],
"Note": "note",
"Project": "project",
"Subject": "subject",
"CustomMetas": [
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
},
{
"Name": "name",
"Value": "value"
}
]
}
]