Get project
This API call retrieves information specific to a project.
The level of detail in the response varies based on the user’s role. Admins, Project Managers, Vendors, Buyers, and Linguists receive different responses, detailed below.
- Details about predefined system metadata, such as client, domain, subdomain, cost center, business unit, or status. Note that Custom Fields, if added to projects, are not included here and require retrieval via a dedicated Custom Fields API call. Metadata exposed to Linguists or Vendors might differ from what’s visible to Admins or Project Managers.
- Workflow Step information, crucial for user or vendor assignments through APIs. When projects are created, each workflow step’s global ID instantiates into a project-specific workflow step ID necessary for user assignments. Attempting to assign the global workflow step ID (found under Settings or via Workflow Step APIs) results in an error, as only the project-specific step can be assigned.
- Progress information indicating the total number of jobs across all workflow steps in the project, alongside the proportion of completed and overdue jobs.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
UID of the project
Response
OK
Base projectDto
Response differs based on user's role
Date and time the project was created
Internal numeric identifier, encoded as a string
Organization-scoped sequential number shown in the UI project list
Machine translation settings per target language
Project name
Reference files attached to the project
Source language code
Target language codes
Unique identifier used in API paths