Kombo · Example Payload

Kombo Postatscandidatescandidateidresultlinks Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postatscandidatescandidateidresultlinks Example is an example object payload from Kombo, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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": []
}