GET /api/v1/partner/contracts/{contract_id}/conclusionsContractConclusionShowResponse: data.conclusion with comment, status, issue, solution, solution_comment, attachment_urls).working, awaiting_review, or completed status.curl --location '/api/v1/contracts//conclusions' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"conclusion": {
"id": 0,
"contract_id": 0,
"comment": "string",
"status": "defective",
"issue": "string",
"solution": "string",
"solution_comment": "string",
"attachment_urls": [
"http://example.com"
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}
}