Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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





  • No labels