Projects
List accessible project
REQUEST
RESPONSE
OK
: Returns a list of all accessible projects
Project details
Retrieves the detailed information of a specified project
REQUEST
PARAMETERS
workspaceUrl
required (path) - Workspace URLprojectUrl
required (path) - Project URL
RESPONSE
OK
: Returns the project details including title, description, project languages (locales), etc.
Project status
Retrieves a detailed status of the specified project. Including information about:
the actual resource containers (files) of the project
the statuses for the segments of those resource containers (files)
the resource formats the resource containers (files) can be exported to
the existence & status of repository connections
REQUEST
PARAMETERS
workspaceUrl
required (path) - Workspace URLprojectUrl
required (path) - Project URL
RESPONSE
OK
: Returns a list of the project's resource files and their status information and settings of the repository connection
Workspace Project information
Retrieves a list of the specified workspace projects with
the standard attributes for each of them (title, URL...)
the different translation statuses
REQUEST
PARAMETERS
workspaceUrl
required (path) - Workspace URL
RESPONSE
OK
: Returns a list of projects. For every project, the translation statuses of the different resource containers (files) are given.
Last updated