Actions
GetStatisticsDetail¶
- 특정 Proposal에 대한 통계 결과 상세 조회합니다
getStatisticsDetail(
detailRequest: DetailRequest
): LdpResponse
DetailRequest
| field | type | description | note |
|---|---|---|---|
| did | String | 사용자 did | |
| command | String | 요청에 대한 Command 종류 | 값: detailStatistics |
| proposalId | String | 상세 조회하려는ProposalId |
LdpResponse
| filed | type | description | note |
| result | String | ||
| command | String |
Request Example
{
getStatisticsDetail(detailRequest: {
did: "XAA7ZiohXkTUcNYwVhr9zA"
command: "detailStatistics"
ProposalId: "orPxmv15e2oSPufT3Tkc3c8PVJv4P15LQTYcjiuJRoxq6ojaUMN7QQNoqSBs6N7hRoqJSr9sTxGKv8xs5SiCAWhqmMNniVvgmAXmaovmvnMn2aDSt"
}) {
result
command
}
}
Response Example
{
"data": {
"getStatisticsDetail": {
"result": "{}",
"command": "detailStatistics"
}
}
}
이름없음이(가) 약 2년 전에 변경 · 1 revisions