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
Key | Datatype | Required | Description |
---|---|---|---|
search | string | Shows whether a particular domain is available in SAP Translation Hub. Enter all or part of the short description of the domain, for example, financial . | |
onlyGroups | string | Shows 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"domains":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}]}