{ "operationId": "PostAtsCandidatesCandidateIdResultLinks", "method": "POST", "path": "/ats/candidates/{candidate_id}/result-links", "summary": "Add result link to candidate", "requestExamples": [ { "contentType": "application/json", "name": "example1", "example": { "label": "Assessment Result", "url": "https://example.com/test-results/5BtP1WC1UboS7CF3yxjKcvjG", "details": { "custom_field_name_prefix": "Acme:", "attributes": [ { "key": "Score", "value": "100%" }, { "key": "Time", "value": "2:30h" } ] } } } ], "responseExamples": [] }