| Name | Type | Description | Additional information | 
|---|---|---|---|
| tmGuid | Guid | The Guid of the translation memory | 
| Name | Type | Description | 
|---|---|---|
| AccessLevel | ResourceAccessLevel (enum) | Possible enum values: 0:ReadOnly; 1:ReadWrite; 2:Admin; The access level of the translation memory. | 
| Client | String | The client of the translation memory. | 
| Domain | String | The domain of the translation memory. | 
| FriendlyName | String | The friendly name of the translation memory. | 
| IsUsedInProject | Boolean | Defines whether the translation memory is used in online projects. Available since version 9.4.12. | 
| LastModified | DateTime | The date and time when this translation memory was last used including querying. Available since version 9.4.12. | 
| LastUsed | DateTime | The date and time when this translation memory was last used including querying. Available since version 9.4.12. | 
| NumEntries | Int32 | The number of entries in the translation memory. | 
| Project | String | The project of the translation memory. | 
| SourceLangCode | String | The source language of the translation memory. | 
| Subject | String | The subject of the translation memory. | 
| TargetLangCode | String | The target language of the translation memory. | 
| TMEngineType | TMEngineType (enum) | Possible enum values: 0:Classic; 1:Hybrid; 2:NGTM; Defines the engine type of the TM. | 
| TMGuid | String | The Guid of the translation memory. | 
| TMOwner | String | The owner of the translation memory. | 
{
  "AccessLevel": 0,
  "Client": "client",
  "Domain": "domain",
  "Subject": "subject",
  "Project": "project",
  "NumEntries": 200,
  "FriendlyName": "My translation memory",
  "SourceLangCode": "eng",
  "TargetLangCode": "hun",
  "TMGuid": "3bcbbce5-d422-488d-9f26-b07ec2cd6523",
  "TMOwner": "Built-in administrator",
  "LastUsed": "2015-08-28T14:02:31.22Z",
  "LastModified": "2015-08-28T14:02:31.22Z",
  "IsUsedInProject": false,
  "TMEngineType": 0
}