Projects
List Projects
Retrieve a list of all projects
GET
This endpoint returns a list of all projects that the authenticated user has access to.
Response
Returns an array of project objects, each containing the following fields:Unique project identifier.
Name of the project.
Current status of the project.
ID of the translation glossary, if any.
ID of the voices glossary, if any.
Project remarks, if any.
Client name, if specified.
URL to access the project in the web app.
ISO 8601 timestamp when the project was created.
ISO 8601 timestamp when the project was last updated.
Notes
Projects are returned in descending order by creation date (newest first).
Only projects belonging to the authenticated user’s company are returned.