Kombo · Example Payload

Kombo Getatsactionsatsaddapplicationattachment Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getatsactionsatsaddapplicationattachment 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": "GetAtsActionsAtsAddApplicationAttachment",
  "method": "GET",
  "path": "/ats/actions/ats_add_application_attachment",
  "summary": "",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "attachment_restrictions": {
            "types": {
              "CV": {
                "is_supported": false
              },
              "COVER_LETTER": {
                "is_supported": false
              },
              "OTHER": {
                "is_supported": true,
                "max_file_size_bytes": 10485760,
                "accepted_mime_types": [
                  "application/pdf",
                  "application/msword"
                ]
              }
            }
          }
        }
      }
    }
  ]
}