Authorizations
Query Parameters
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.
Response
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.