Skip to main content
GET
/
api
/
proposals
/
{proposal_id}
/
review
Api Proposal Review
curl --request GET \
  --url http://localhost:8080/api/proposals/{proposal_id}/review
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

proposal_id
string
required

Response

Successful Response