Kombo · Example Payload

Kombo Postatsapplicationsapplicationidresultlinks Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postatsapplicationsapplicationidresultlinks 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": "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!"
          }
        ]
      }
    }
  ]
}