Skip to main content

persons/{uid}/domains

Gets all translation domains assigned to a person. For example: Marketing content, Technical content, Legal content etc.

This is most commonly used with internal users but also works with any user whether external suppliers or clients.

The list of domains can be freely customized by the platform administrator: Translation Domains 

To obtain the list of all domains by API: settings/domains/codes

URL

(GET) /api/persons/{uid}/domains

PARAMETERS

The URL parameters are:

uid

The person ID. This can be an internal or internal person (user)

int, Mandatory


RESULTS

The result is a JSON array.  Each element has these properties:

id

The numeric unique ID of the domain

int
nameThe title of the domainstring

Domains are optional and persons may have no domains assigned. In this case an empty JSON array is returned.

EXAMPLES

A list may look like:

CODE
[
    {
        "id": 6781,
        "name": "Finance and economy/Accounting"
    },
    {
        "id": 6789,
        "name": "Finance and economy/Insurance"
    },
    {
        "id": 6795,
        "name": "Legal/General law"
    }
]






JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.