{ "operationId": "PostAtsApplicationsApplicationIdResultLinks", "method": "POST", "path": "/ats/applications/{application_id}/result-links", "summary": "Add result link to application", "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": [ { "status": "200", "contentType": "application/json", "name": "example1", "example": { "status": "success", "data": {}, "warnings": [ { "message": "This is an example warning!" } ] } } ] }