GetProposals » 이력 » 버전 6
이름없음, 2021/06/03 05:01
| 1 | 1 | 이름없음 | h1. GetProposals |
|---|---|---|---|
| 2 | 2 | 이름없음 | |
| 3 | 신규 등록 포함 변경된(활성화, 폐기) 제안서를 조회합니다. |
||
| 4 | |||
| 5 | 3 | 이름없음 | *ProposalListRequest* |
| 6 | |||
| 7 | 4 | 이름없음 | | *field* | *field* | *description* | |
| 8 | | did | String | | |
||
| 9 | | command | String | | |
||
| 10 | | lowerBound | String | 조회 범위(시작) | |
||
| 11 | | upperBound | String | 조회 범위(끝) | |
||
| 12 | | index | String | 목록 조회 기준(UpdatedAt 만 가능) | |
||
| 13 | |||
| 14 | *ProposalListResponse* |
||
| 15 | |||
| 16 | | *field* | *type* | *description* | |
||
| 17 | | command | String | | |
||
| 18 | 5 | 이름없음 | | proposals | List<ProposalBase> | | |
| 19 | |||
| 20 | *ProposalBase* |
||
| 21 | |||
| 22 | | *field* | *type* | *description* | |
||
| 23 | | status | int | | |
||
| 24 | | purpose | int | | |
||
| 25 | | maxIssuable | int | | |
||
| 26 | | category | int[] | | |
||
| 27 | | disAllowMultiIssue | boolean | | |
||
| 28 | | condition | String | | |
||
| 29 | | content | String | | |
||
| 30 | | createdAt | String | | |
||
| 31 | | revokedAt | String | | |
||
| 32 | | updatedAt | String | | |
||
| 33 | | deposit | String | | |
||
| 34 | | duration | String | | |
||
| 35 | | filter | String | | |
||
| 36 | | notAfter | String | | |
||
| 37 | | notBefore | String | | |
||
| 38 | | owner | String | | |
||
| 39 | | proposalId | String | | |
||
| 40 | | ticketValidFrom | String | | |
||
| 41 | | description | String[] | | |
||
| 42 | | imageurl | String[] | | |
||
| 43 | | consumePolicy | ProposalConsumePolicy | | |
||
| 44 | | rewardPolicy | ProposalRewardPolicy | | |
||
| 45 | |||
| 46 | *ProposalConsumePolicy* |
||
| 47 | |||
| 48 | | *field* | *type* | *description* | |
||
| 49 | | type | int | | |
||
| 50 | | count | int | | |
||
| 51 | | maxDataCount | int | | |
||
| 52 | |||
| 53 | *ProposalRewardPolicy* |
||
| 54 | |||
| 55 | | *field* | *type* | *description* | |
||
| 56 | | type | int | | |
||
| 57 | | amount | int | | |
||
| 58 | 6 | 이름없음 | |
| 59 | Request Example |