Kombo · Example Payload

Kombo Gethrisstaffingentities Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Gethrisstaffingentities 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": "GetHrisStaffingEntities",
  "method": "GET",
  "path": "/hris/staffing-entities",
  "summary": "Get staffing entities",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
          "results": [
            {
              "id": "26vafvWSRmbhNcxJYqjCzuJg",
              "remote_id": "32",
              "name": "Software Engineer",
              "model_type": "POSITION",
              "description": "Description of the position",
              "status": "OPEN_UNLIMITED",
              "employment_types": [
                {
                  "remote_label": "Vollzeit",
                  "unified_type": "FULL_TIME"
                }
              ],
              "number_of_openings": null,
              "parent_id": "KGaJ5XaVPob8mYVfD49W4DGB",
              "remote_url": "https://example.com/position/32",
              "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": null,
              "custom_fields": {},
              "integration_fields": [],
              "remote_data": null,
              "locations": [
                {
                  "id": "22st2Ji8XpncEYEak8mvQgQF",
                  "remote_id": "1348",
                  "name": "Kombo HQ",
                  "type": "OFFICE"
                }
              ],
              "legal_entities": [
                {
                  "id": "4B9bKBpX5tnwjiG93TAqF7ci",
                  "remote_id": "49",
                  "name": "ACME Inc."
                }
              ],
              "groups": [
                {
                  "id": "4B9bKBpX5tnwjiG93TAqF7ci",
                  "remote_id": "49",
                  "name": "Customer Success",
                  "type": "TEAM"
                }
              ]
            }
          ]
        }
      }
    }
  ]
}