GET
/
v2
/
memories
Retrieve a Memory
curl --request GET \
  --url https://api.lilt.com/v2/memories
[
  {
    "id": 1234,
    "srclang": "en",
    "trglang": "fr",
    "srclocale": "US",
    "trglocale": "FR",
    "name": "Acme Corp Support Content",
    "is_processing": false,
    "version": 78,
    "created_at": 1489147692,
    "updated_at": 1489147692,
    "resources": [
      "<string>"
    ]
  }
]

Authorizations

key
string
query
required

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.