{
"filterCombinationStrategy": "string",
"filters": [
{
"filterType": "string",
"operator": "string",
"value": "string"
}
],
"id": "int32",
"matchingEmployees": [
{
"externalId": "string",
"id": "int32",
"name": "string"
}
],
"name": "string"
}
Name | Type | Description |
---|---|---|
filterCombinationStrategy | string |
FilterCombinationStrategyEnum
Possible values are:
|
filters[] | array | |
filters[].filterType | string |
AuFilterTypeEnum
Possible values are:
|
filters[].operator | string |
FilterOperatorEnum
Possible values are:
|
filters[].value | string | String |
id | int32 | Int32 |
matchingEmployees[] | array | |
matchingEmployees[].externalId | string | String |
matchingEmployees[].id | int32 | Int32 |
matchingEmployees[].name | string | String |
name | string | String |
Powered by DapperDox