| Name | Type | Description | Additional information | 
|---|---|---|---|
| tbGuid | Guid | The Guid of the termbase | |
| entryId | Int32 | The id of the termbase entry | 
| Name | Type | Description | 
|---|---|---|
| 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"
    }
  ]
}