Kombo · Example Payload

Kombo Gethrisemployeesform Example

ATSEmbedded iPaaSHRISLMSPayrollUnified-API

Kombo Gethrisemployeesform 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": "GetHrisEmployeesForm",
  "method": "GET",
  "path": "/hris/employees/form",
  "summary": "Get employee form",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "properties": {
            "firstName": {
              "label": "First Name",
              "required": true,
              "description": "Employee's first name",
              "unified_key": "first_name",
              "type": "text",
              "min_length": 1,
              "max_length": 100,
              "reg_exp": null
            },
            "startDate": {
              "label": "Start Date",
              "required": true,
              "description": "Employee's start date",
              "unified_key": "start_date",
              "type": "date"
            },
            "workLocation": {
              "label": "Work Location",
              "required": false,
              "description": "Employee's work location",
              "unified_key": null,
              "type": "object",
              "properties": {
                "site": {
                  "label": "Site",
                  "required": true,
                  "description": "Employee's site",
                  "unified_key": null,
                  "type": "single_select",
                  "options": {
                    "type": "inline",
                    "entries": [
                      {
                        "id": "FXrER44xubBqA9DLgZ3PFNNx",
                        "label": "Site 1",
                        "unified_value": "1",
                        "remote_id": "site_1"
                      },
                      {
                        "id": "2rv75UKT2XBoQXsUb9agiTUm",
                        "label": "Site 2",
                        "unified_value": "2",
                        "remote_id": "site_2"
                      }
                    ]
                  }
                },
                "keyNumbers": {
                  "label": "Key Numbers",
                  "required": false,
                  "description": "Employee's key numbers",
                  "unified_key": null,
                  "type": "array",
                  "item_type": {
                    "label": "Key Number",
                    "required": false,
                    "description": "The number of the keys which belong to the employee",
                    "unified_key": null,
                    "type": "number",
                    "min": 0,
                    "max": 99
                  },
                  "min_items": 2,
                  "max_items": 5
                }
              }
            }
          }
        },
        "warnings": [
          {
            "message": "This is an example warning!"
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/kombo-gethrisemployeesform-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.