GET
/
api2
/
v1
/
projects
/
{projectUid}
/
analyseSettings
Get analyse settings
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/analyseSettings
{
  "type": "PreAnalyse",
  "includeFuzzyRepetitions": true,
  "separateFuzzyRepetitions": true,
  "includeNonTranslatables": true,
  "includeMachineTranslationMatches": true,
  "includeConfirmedSegments": true,
  "includeNotConfirmedSegments": true,
  "includeNumbers": true,
  "includeLockedSegments": true,
  "countSourceUnits": true,
  "includeTransMemory": true,
  "namingPattern": "<string>",
  "analyzeByLanguage": true,
  "analyzeByProvider": true,
  "allowAutomaticPostAnalysis": true,
  "transMemoryPostEditing": true,
  "nonTranslatablePostEditing": true,
  "machineTranslatePostEditing": true
}

Path Parameters

projectUid
string
required

Response

200
application/json

successful operation

The response is of type object.