프로젝트

일반

사용자정보

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" 
    }
  }
}

이름없음이(가) 일년 이상 전에 변경 · 1 revisions

클립보드 이미지 추가 (최대 크기: 97.7 MB)