{
"allEmployees": "boolean",
"externalId": "string",
"filterCombinationStrategy": "string",
"filters": [
{
"filterType": "string",
"value": "string"
}
],
"id": "int32",
"name": "string",
"reportingDimensionId": "int32",
"source": "string",
"specificEmployees": "string"
}
| Name | Type | Description |
|---|---|---|
| allEmployees | boolean | Boolean |
| externalId | string | String |
| filterCombinationStrategy | string | String |
| filters[] | array | |
| filters[].filterType | string | String |
| filters[].value | string | String |
| id | int32 | Int32 |
| name | string | String |
| reportingDimensionId | int32 | Int32 |
| source | string |
ExternalService
Possible values are:
|
| specificEmployees | string | String |
Powered by DapperDox