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"

     

    name

    To filter on the profile name. The system looks for profiles having this name (case insensitive).

    Optional

    localeSource

    To filter on the profile source language. Use the language code. See

    Languages

    for a list of all supported ISO-2 language codes.

    Optional

    localeTarget

    To 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