# Contract persons

## Get persons related to contract&#x20;

<mark style="color:blue;">`GET`</mark>`https://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/contracts/CONTRACT_ID/persons`

#### Path Parameters

| Name                                           | Type   | Description             |
| ---------------------------------------------- | ------ | ----------------------- |
| DOMAIN\_ID<mark style="color:red;">\*</mark>   | String | The domain ID of client |
| CONTRACT\_ID<mark style="color:red;">\*</mark> | String | Contract ID             |

{% tabs %}
{% tab title="200: OK " %}

```javascript

    {
        "contractId": 15820,
        "personId": 7251,
        "role": null,
        "roles": [
            {
                "name": "Authorized signatory",
                "id": 2029
            }
        ],
        "fields": [],
        "name": "Test Person",
        "phone": "  999 999 ",
        "email": "testings@mail.ee",
        "active": null,
        "contract": null
    }
```

{% endtab %}
{% endtabs %}
