v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Account & Projects

Get project details

Returns the details of a project.

get/projects-api/v2/projects/{projectId}

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

Query parameters

includeDisabledLocalesboolean

Indicator whether or not disabled locales configured for the project should be returned as part of the targetLocales. By default disabled target locales are not returned.

Response

OK

Example response

{
  "response": {
    "data": {
      "accountUid": "ab5f1939",
      "archived": false,
      "projectId": "fd7244365",
      "projectName": "fd7244365",
      "projectTypeCode": "APPLICATION_RESOURCES",
      "sourceLocaleDescription": "English",
      "sourceLocaleId": "en-US"
    }
  }
}