SAP product domains

GET {{baseUrl}}/domains?search=<string>&onlyGroups=<string>

SAP product terminology is organized by domains. Domains are used in the translation process to determine the correct terminology for a given application.
This method returns a list of the domains and domain groups that are available in SAP Translation Hub.
You can combine the '/domains' method with the '/translate' method to more accurately reflect the subject area of your texts.

Request Params

KeyDatatypeRequiredDescription
searchstringShows whether a particular domain is available in SAP Translation Hub. Enter all or part of the short description of the domain, for example, financial.
onlyGroupsstringShows a list of the domain groups that SAP Translation Hub supports. To list the domain groups, enter true as the value for this parameter. You can use the ID of a domain or a domain group to specify a particular subject area in the '/translate' method.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;domains&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}]}