Calling Tracker
Get Proposal
Get a specific calling proposal by ID
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
proposal_id*Proposal Id
Response Body
application/json
application/json
curl -X GET "https://example.com/calling-kanban/proposals/0"{ "id": 0, "fname": "string", "lname": "string", "spouse_name": "string", "proposed_calling": "string", "ward_id": 0, "submitter": 0, "is_release": false, "submitted_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}