This endpoint retrieves a list of translation projects on the TextUnited platform. For detailed information on navigating through your projects, refer to the Project Listing guide.

ℹ️

Instructions

  1. Scroll down to the HEADERS section below the Response Payload section.
  2. Enter the "Content-Type" header with the value "application/json".
  3. Click the "Try It!" button at the top-right of your screen to initiate the request and view your response.

❗️

Sample Response

To see a sample response, click the "EXAMPLES" dropdown at the top-right of your screen.

Response Payload

The following fields are returned after a successful request:

FieldsTypeDescription
idIntegerThe unique identifier for the project.
customIdStringA custom identifier for the project.
taskIdNull/StringThe unique identifier for the task associated with the project. Optional and may be null.
nameStringThe name of the project.
descriptionStringA description of the project.
creationDateUtcDateTimeThe date and time the project was created in UTC format.
startDateUtcDateTimeThe start date and time of the project in UTC format.
endDateUtcDateTimeThe end date and time of the project in UTC format.
sourceLanguageIdIntegerThe identifier for the source language of the project.
sourceLanguageCodeStringThe code for the source language of the project.
targetLanguagesArrayAn array of target languages for the project, including details such as language code and progress.
domainNull/StringThe domain of the project. Optional and may be null.
segmentsArrayAn array of segments within the project.
referenceNumberStringA reference number for the project.
customField1StringAdditional information about the project.
customField2StringAdditional information about the project.
Language
Click Try It! to start a request and see the response here!