LDS Stake Portal
Wards

Get Ward

GET
/wards/{ward_id}

Return a single ward by id.

Path Parameters

ward_id*Ward Id

Response Body

application/json

application/json

curl -X GET "https://example.com/wards/0"
{  "id": 0,  "name": "string",  "bishop_id": 0,  "start_time": 0}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}