# 특정 거래의 연결된 참여 인명 조회

## UI 소개

{% tabs %}
{% tab title="데이터플로우" %}

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2FhX9se2BBYSim6wNqLwmu%2FScreenshot%200007-01-16%20at%203.32.12%E2%80%AFPM.png?alt=media&#x26;token=d2d1af5d-cf53-4117-a694-7a1339138cac" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="137" align="center">항목명</th><th width="292" align="center">항목소개</th><th align="center">비고</th></tr></thead><tbody><tr><td align="center"><strong>거래</strong></td><td align="center">거래 선택</td><td align="center"></td></tr></tbody></table>

***

## 실행 결과&#x20;

| 필드명                                    | 설명                    |
| -------------------------------------- | --------------------- |
| **id**                                 | 인물의 고유 식별자 ID         |
| **person\_id.active\_flag**            | 인물의 활성화 상태            |
| **person\_id.name**                    | 인물의 이름                |
| **person\_id.email**                   | 인물의 이메일 정보            |
| **person\_id.phone**                   | 인물의 전화번호 정보           |
| **person\_id.owner\_id**               | 인물 정보의 소유자 ID         |
| **add\_time**                          | 인물 정보가 추가된 시간         |
| **active\_flag**                       | 인물의 활성화 상태            |
| **related\_item\_data.deal\_id**       | 관련 거래의 ID             |
| **related\_item\_data.title**          | 관련 거래의 제목             |
| **person.id**                          | 인물의 고유 식별자 ID         |
| **person.company\_id**                 | 인물이 소속된 회사의 ID        |
| **person.owner\_id**                   | 인물 소유자의 정보            |
| **person.org\_id**                     | 인물과 관련된 조직의 정보        |
| **person.name**                        | 인물의 이름                |
| **person.first\_name**                 | 인물의 이름                |
| **person.last\_name**                  | 인물의 성                 |
| **person.open\_deals\_count**          | 인물과 관련된 열린 거래의 수      |
| **person.related\_open\_deals\_count** | 인물과 관련된 연관된 열린 거래의 수  |
| **person.closed\_deals\_count**        | 인물과 관련된 닫힌 거래의 수      |
| **person.activities\_count**           | 인물과 관련된 활동의 수         |
| **person.done\_activities\_count**     | 인물과 관련된 완료된 활동의 수     |
| **person.undone\_activities\_count**   | 인물과 관련된 미완료 활동의 수     |
| **person.followers\_count**            | 인물을 팔로우하는 사람들의 수      |
| **person.won\_deals\_count**           | 인물과 관련된 성공한 거래의 수     |
| **person.update\_time**                | 인물 정보의 마지막 업데이트 시간    |
| **person.add\_time**                   | 인물 정보가 추가된 시간         |
| **person.visible\_to**                 | 인물 정보의 가시성 설정         |
| **person.next\_activity\_date**        | 인물과 관련된 다음 활동의 예정된 날짜 |
| **person.next\_activity\_time**        | 인물과 관련된 다음 활동의 예정된 시간 |
| **person.next\_activity\_id**          | 인물과 관련된 다음 활동의 ID     |
| **person.org\_name**                   | 인물과 관련된 조직의 이름        |
| **person.owner\_name**                 | 인물의 소유자 이름            |
| **person.primary\_email**              | 인물의 주 이메일             |
| **person.cc\_email**                   | 인물과 관련된 CC 이메일 주소     |
| **added\_by\_user\_id**                | 인물을 추가한 사용자의 정보       |
| **related\_item\_type**                | 관련 아이템의 유형 ("deal")   |
| **related\_item\_id**                  | 관련 아이템의 ID            |

{% hint style="info" %}
표시되는 모든 날자, 시간은 UTC 기준으로 조회됩니다.
{% endhint %}
