Calling Tracker
Get Comments
Get all comments 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/comments"[ { "id": 0, "proposal_id": 0, "commenter_id": 0, "comment_text": "string", "created_at": "2019-08-24T14:15:22Z", "edited_at": "2019-08-24T14:15:22Z" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}