Project
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.
GET
Get project
Path Parameters
Response
200
application/json
successful operation
Base projectDto
Get project