Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.


Child pages (Children Display)

URL

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

...

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 chapter REF _Ref358977631 \r \h 12.1 for a list of all supported ISO-2 language codes.Optional
localeTargetTo filter on the profile target language. Use the language code. See chapter REF _Ref358977631 \r \h 12.1 for a list of all supported ISO-2 language codes.Optional

 

RESULTS

Returns a list of ApiQAProfile