Retrieves one or more projects, including the documents associated with each project. Retrieving a project is the most efficient way to retrieve a single project, multiple projects or a list of all available projects.
To retrieve a specific project, specify the id request parameter or you can retrieve multiple projects by adding comma (,) between ids eg. ?id=1234,5678. To retrieve all projects, omit the id request parameter. To limit the retrieved projects to those with a particular source language or target language, specify the corresponding ISO 639-1 language codes in the srclang and trglang request parameters, respectively.
A unique Project identifier. It can be a single id or multiple ids separated by a comma
An ISO 639-1 language code.
An ISO 639-1 language code.
Unix time stamp (epoch, in seconds) of Projects with created_at greater than or equal to the value.
Unix time stamp (epoch, in seconds) of Projects with created_at less than the value.
A project state (backlog, inProgress, inReview, inQA, done).
A flag that toggles whether to include archived projects in the response (the default is true).
A unique Connector identifier.
A list of Project objects.
A unique number identifying the Project.
448
A unique number identifying the associated Memory.
1234
A unique number identifying the associated Job.
1234
An ISO 639-1 language identifier.
"en"
An ISO 639-1 language identifier.
"fr"
A locale identifier, supported for srclang.
"US"
A locale identifier, supported for trglang.
"FR"
A name for the project.
"My New Project"
The project's state. The possible states are backlog, inProgress, inReview, inQA, and done.
"backlog"
The due date. Measured in seconds since the Unix epoch.
1489147692
The archived state of the Project.
false
A JSON object of key/value string pairs. Stores custom project information.
{
"connectorType": "github",
"notes": "example metadata"
}The project's sample review percentage.
20
Time at which the object was created. Measured in seconds since the Unix epoch.
1489147692
Time at which the object was created. Measured in seconds since the Unix epoch.
1489147692
The status of the Workflow for the current project. This may not be present for all project endpoints even with workflows enabled.
READY_TO_START, IN_PROGRESS, DONE "READY_TO_START"
A list of Documents.