LDS Stake Portal
Calling Tracker

Get Interview

GET
/calling-kanban/proposals/{proposal_id}/interview

Get interview for a calling proposal

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/interview"
{  "id": 0,  "proposal_id": 0,  "interviewer_id": 0,  "interview_date": "2019-08-24T14:15:22Z"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}