프로젝트

일반

사용자정보

GetStatisticsDetail » 이력 » 버전 1

이름없음, 2024/01/17 12:18

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