Skip to main content
GET
Retrieve a Memory

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
integer

An optional Memory identifier.

Response

A list of Memory objects.

id
integer

A unique number identifying the Memory.

Example:

1234

srclang
string

An ISO 639-1 language identifier.

Example:

"en"

trglang
string

An ISO 639-1 language identifier.

Example:

"fr"

srclocale
string

An ISO 639-1 language identifier.

Example:

"US"

trglocale
string

An ISO 639-1 language identifier.

Example:

"FR"

name
string

A name for the Memory.

Example:

"Acme Corp Support Content"

is_processing
boolean

Indicates the memory is being processed.

Example:

false

version
integer

The current version of the Memory, which is the number of updates since the memory was created.

Example:

78

created_at
integer

Time at which the object was created. Measured in seconds since the Unix epoch.

Example:

1489147692

updated_at
integer

Time at which the object was created. Measured in seconds since the Unix epoch.

Example:

1489147692

resources
string[]

The resource files (translation memories and termbases) associated with this Memory.