프로젝트

일반

사용자정보

GetMyDSettlement » 이력 » 버전 18

이름없음, 2021/06/10 06:31

1 6 이름없음
h1. %{color: #000000;}GetMyDSettlement%
2 2 이름없음
3 14 이름없음
%{color: #000000;} <notextile></notextile>*매달* MyD(개인데이터) 거래 시 사용자에게 지급된 리워드, snplab의 수입 기록 리스트를 *전체 조회*<notextile></notextile>합니다.%
4 7 이름없음
5 17 이름없음
<pre><code class="java">
6 2 이름없음
getMyDSettlement(
7
did: String
8
): MyDSettlementResponse
9
</code></pre>
10
11 18 이름없음
---
12
13 5 이름없음
*did*
14
15 2 이름없음
| %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% |
16
| %{color: #000000;}did% | %{color: #000000;}String% | %{color: #000000;}snplab의 did% |
17 1 이름없음
18
*%{color: #000000;}MyDSettlementResponse%*
19 2 이름없음
20 16 이름없음
| %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% | note |
21 15 이름없음
| %{color: #000000;}command% | %{color: #000000;}String% | %{color: #000000;}요청Command 유형% | %{color: #000000;}값: rewardDebt% |
22
| %{color: #000000;}result% | %{color: #000000;}[MyDSettlementResult]% |   |   |
23 2 이름없음
24 3 이름없음
*%{color: #000000;}MyDSettlementResult%*
25 2 이름없음
26
| %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% |
27
| %{color: #000000;}countMonth% | %{color: #000000;}Int% | %{color: #000000;}월% |
28
| %{color: #000000;}countYear% | %{color: #000000;}Int% | %{color: #000000;}년% |
29
| %{color: #000000;}didCount% | %{color: #000000;}Int% | %{color: #000000;}did개수% |
30
| %{color: #000000;}id% | %{color: #000000;}Int% | %{color: #000000;}번호% |
31 1 이름없음
| %{color: #000000;}lastUpdate% | %{color: #000000;}String% | %{color: #000000;}최근 업테이트 날짜% |
32 2 이름없음
| %{color: #000000;}rewardAmount% | %{color: #000000;}Int% | %{color: #000000;}reward 양% |
33 1 이름없음
34 16 이름없음
---
35 2 이름없음
36 16 이름없음
*%{color: #000000;}Request Example%*
37
38 1 이름없음
<pre>
39
query{
40 7 이름없음
  getMyDSettlement(did:"NfoPEFaG1adkCpijR85L66"){
41
    command
42
      result{
43
        lastUpdate
44
        countYear
45
        id
46
        rewardAmount
47
        didCount
48
        countMonth
49
      }
50
    }
51 1 이름없음
}
52
</pre>
53
54 16 이름없음
*%{color: #000000;}Response Example%*
55 1 이름없음
56 2 이름없음
<pre>
57
{
58 4 이름없음
    "data": {
59
        "getMyDSettlement": {
60
            "command": "rewardDebt",
61
            "result": [
62
                {
63
                    "lastUpdate": "2021-01-31T14:50Z",
64
                    "countYear": 2021,
65
                    "id": 7,
66
                    "rewardAmount": 1840,
67
                    "didCount": 806,
68
                    "countMonth": 1
69
                },
70
                {
71
                    "lastUpdate": "2021-02-28T14:50Z",
72
                    "countYear": 2021,
73
                    "id": 8,
74
                    "rewardAmount": 0,
75
                    "didCount": 806,
76
                    "countMonth": 2
77
                },
78
                {
79
                    "lastUpdate": "2021-03-31T14:50Z",
80
                    "countYear": 2021,
81
                    "id": 85,
82
                    "rewardAmount": 3978735,
83
                    "didCount": 806,
84
                    "countMonth": 3
85
                },
86
                {
87
                    "lastUpdate": "2021-04-30T14:50Z",
88
                    "countYear": 2021,
89
                    "id": 260,
90
                    "rewardAmount": 1504427013,
91
                    "didCount": 806,
92
                    "countMonth": 4
93
                },
94
                {
95
                    "lastUpdate": "2021-05-31T14:50Z",
96
                    "countYear": 2021,
97
                    "id": 385,
98
                    "rewardAmount": 1509552913,
99
                    "didCount": 806,
100
                    "countMonth": 5
101
                },
102
                {
103
                    "lastUpdate": "2021-06-01T14:50Z",
104
                    "countYear": 2021,
105
                    "id": 389,
106
                    "rewardAmount": 1509554113,
107
                    "didCount": 806,
108
                    "countMonth": 6
109
                }
110
            ]
111
        }
112
    }
113 2 이름없음
}
114
</pre>
클립보드 이미지 추가 (최대 크기: 97.7 MB)