Methods

  • get - Get Employee Group by ID

Resource

{
    "filterCombinationStrategy": "string",
    "filters": [
        {
            "filterType": "string",
            "operator": "string",
            "value": "string"
        }
    ],
    "id": "int32",
    "matchingEmployees": [
        {
            "externalId": "string",
            "id": "int32",
            "name": "string"
        }
    ],
    "name": "string"
}

Properties

Name Type Description
filterCombinationStrategy string FilterCombinationStrategyEnum

Possible values are:

  • Or
  • And
filters[] array
filters[].filterType string NzFilterTypeEnum

Possible values are:

  • Location
  • LocationOrParents
  • Employee
  • PaySchedule
  • EmploymentType
  • Tag
filters[].operator string FilterOperatorEnum

Possible values are:

  • In
  • NotIn
filters[].value string String
id int32 Int32
matchingEmployees[] array
matchingEmployees[].externalId string String
matchingEmployees[].id int32 Int32
matchingEmployees[].name string String
name string String