프로젝트

일반

사용자정보

GetStatisticsDetail » 이력 » 버전 10

이름없음, 2021/07/15 05:23

1 9 이름없음
h1(#wiki-id-LdpServerStatisticsResolver-getStatisticsDetail). *GetStatisticsDetail*
2 1 이름없음
3 6 이름없음
* 특정 Proposal에 대한 통계 결과 상세 조회합니다
4 5 이름없음
5
<pre><code class="c">
6 10 이름없음
getStatisticsDetail(
7
detailRequest: DetailRequest
8
): LdpResponse
9 5 이름없음
</code></pre>
10
11 8 이름없음
---
12
13 1 이름없음
*DetailRequest*
14
15 2 이름없음
|_. field |_. type |_. description |_. note |
16 1 이름없음
| did | String | 사용자 did |   |
17 4 이름없음
| command | String | 요청에 대한 Command 종류 | 값: detailStatistics |
18 1 이름없음
| proposalId | String | 상세 조회하려는ProposalId |   |
19
20 10 이름없음
*LdpResponse*
21 1 이름없음
22 10 이름없음
| *filed* | *type* | *description* | *note* |
23
| result | String |   |   |
24
| command | String |   |   |
25 2 이름없음
26 1 이름없음
---
27
28
p(wiki-class-auto-cursor-target). *Request Example*
29
30
<pre><code class="java">
31 10 이름없음
{
32
  getStatisticsDetail(detailRequest: {
33
    did: "XAA7ZiohXkTUcNYwVhr9zA"
34
    command: "detailStatistics"
35
    ProposalId: "orPxmv15e2oSPufT3Tkc3c8PVJv4P15LQTYcjiuJRoxq6ojaUMN7QQNoqSBs6N7hRoqJSr9sTxGKv8xs5SiCAWhqmMNniVvgmAXmaovmvnMn2aDSt"
36 1 이름없음
  }) {
37 10 이름없음
    result
38
    command
39 2 이름없음
  }
40 1 이름없음
}
41
</code></pre>
42
43
*Response Example*
44
45
<pre><code class="java">
46
{
47
  "data": {
48 10 이름없음
    "getStatisticsDetail": {
49
      "result": "{}",
50
      "command": "detailStatistics"
51 1 이름없음
    }
52
  }
53
}
54
</code></pre>
클립보드 이미지 추가 (최대 크기: 97.7 MB)