Skip to main content

QA profiles

Use this method to enumerate all QA profiles defined in the system.Each profile can check different rules to detect actual or potential problems in translations. In Wordbee you can manage the profiles from the "Settings" link.


URL

(GET) settings/qaprofiles?token={tokenid}&filter={filter}

PARAMETERS

token

The token obtained on connection

Required

fitler

A JSON containing optional filter options.

Example:filter={ name: "my profile" }

Optional

 

JSON format of parameter "filter"

 

nameTo filter on the profile name. The system looks for profiles having this name (case insensitive).Optional
localeSourceTo filter on the profile source language. Use the language code. See Languages for a list of all supported ISO-2 language codes.Optional
localeTargetTo filter on the profile target language. Use the language code. See Languages  for a list of all supported ISO-2 language codes.Optional

 

RESULTS

Returns a list of ApiQAProfile





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.