Actions
GetProposals » 이력 » 개정판 6
« 뒤로 |
개정판 6/19
(비교(diff))
| 다음 »
이름없음, 2021/06/03 05:01
GetProposals¶
신규 등록 포함 변경된(활성화, 폐기) 제안서를 조회합니다.
ProposalListRequest
field | field | description |
did | String | |
command | String | |
lowerBound | String | 조회 범위(시작) |
upperBound | String | 조회 범위(끝) |
index | String | 목록 조회 기준(UpdatedAt 만 가능) |
ProposalListResponse
field | type | description |
command | String | |
proposals | List<ProposalBase> |
ProposalBase
field | type | description |
status | int | |
purpose | int | |
maxIssuable | int | |
category | int[] | |
disAllowMultiIssue | boolean | |
condition | String | |
content | String | |
createdAt | String | |
revokedAt | String | |
updatedAt | String | |
deposit | String | |
duration | String | |
filter | String | |
notAfter | String | |
notBefore | String | |
owner | String | |
proposalId | String | |
ticketValidFrom | String | |
description | String[] | |
imageurl | String[] | |
consumePolicy | ProposalConsumePolicy | |
rewardPolicy | ProposalRewardPolicy |
ProposalConsumePolicy
field | type | description |
type | int | |
count | int | |
maxDataCount | int |
ProposalRewardPolicy
field | type | description |
type | int | |
amount | int |
Request Example
이름없음이(가) 약 4년 전에 변경 · 6 revisions