LDS Stake Portal
Calling Tracker

Complete Interview

POST
/calling-kanban/proposals/{proposal_id}/interview/complete

Mark an interview as completed for a calling proposal

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

proposal_id*Proposal Id

Query Parameters

completion_date?Completion Date
Formatdate-time

Response Body

application/json

application/json

curl -X POST "https://example.com/calling-kanban/proposals/0/interview/complete"
{  "id": 0,  "proposal_id": 0,  "interviewer_id": 0,  "interview_date": "2019-08-24T14:15:22Z"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}