LDS Stake Portal
Wards

List Wards

GET
/wards/

Return all wards.

Response Body

application/json

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