Kombo · Example Payload

Kombo Gethrisabsences Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Gethrisabsences 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": "GetHrisAbsences",
  "method": "GET",
  "path": "/hris/absences",
  "summary": "Get absences",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
          "results": [
            {
              "id": "22st2Ji8XpncEYEak8mvQgQF",
              "remote_id": "1348",
              "employee_id": "JDdUy9kiH5APaGizFrgNmQjM",
              "approver_id": "AgXEispYPP1BbToHpqnqcpxy",
              "start_date": "2022-08-04",
              "end_date": "2022-08-05",
              "start_half_day": true,
              "end_half_day": false,
              "start_time": "13:15:00",
              "end_time": "17:00:00",
              "amount": 2,
              "unit": "DAYS",
              "status": "APPROVED",
              "employee_note": "Visiting my family.",
              "type_id": "xzZoKssDaMZAd62kxayzzQvD",
              "remote_created_at": "2022-08-07T14:01:29.196Z",
              "remote_updated_at": "2022-08-07T14:01:29.196Z",
              "changed_at": "2022-08-07T14:01:29.196Z",
              "remote_deleted_at": "2022-08-07T14:01:29.196Z",
              "remote_data": null,
              "type": {
                "id": "xzZoKssDaMZAd62kxayzzQvD",
                "remote_id": "91",
                "name": "Vacation",
                "unit": "DAYS",
                "half_days_supported": true,
                "exact_times_supported": false,
                "remote_data": null,
                "changed_at": "2022-08-07T14:01:29.196Z",
                "remote_deleted_at": null
              }
            }
          ]
        }
      }
    }
  ]
}