This endpoint enables users to retrieve detailed information about a specific project, identified by its unique ID in TextUnited. For a step-by-step guide on retrieving individual projects, including how to work with project details, see the Project Listing guide.

ℹ️

Instructions

To test the functionality of your request with a specific path parameter, ensure your request includes the necessary headers and configure the path parameter as follows:

  1. Headers Configuration
  2. Path Parameter Setup
    • Locate the input field designated for the {id} parameter in the "Path Parameter" section, found under the "Response Payload" section.
    • Enter your desired value for {id} in this input field.

  3. Execution
    • Execute the test directly on the platform by clicking 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.
segmentsNull/ArrayAn array of segments within the project. Optional and may be null.
referenceNumberStringA reference number for the project.
customField1StringAdditional information about the project.
customField2StringAdditional information about the project.

Path Parameter

Enter the value of your Path parameter in the input field below for testing:

Language
Click Try It! to start a request and see the response here!