Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/group/v1/proposal/{proposal_id}

Path Parameters

proposal_id*string

proposal_id is the unique ID of a proposal.

Formatuint64

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/group/v1/proposal/string"
{
  "proposal": {
    "id": "string",
    "group_policy_address": "string",
    "metadata": "string",
    "proposers": [
      "string"
    ],
    "submit_time": "2019-08-24T14:15:22Z",
    "group_version": "string",
    "group_policy_version": "string",
    "status": "PROPOSAL_STATUS_UNSPECIFIED",
    "final_tally_result": {
      "yes_count": "string",
      "abstain_count": "string",
      "no_count": "string",
      "no_with_veto_count": "string"
    },
    "voting_period_end": "2019-08-24T14:15:22Z",
    "executor_result": "PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED",
    "messages": [
      {
        "type_url": "string",
        "value": "string"
      }
    ],
    "title": "string",
    "summary": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}