| ... | ... | @@ -424,6 +424,8 @@ This will return a list of modules names and how many entites each modules has: |
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
A list of how many users have which value in the json attribute `settings->>'enabled'`.
|
|
|
|
|
|
|
|
`POST /data/extensions/client_meta_data/query`
|
|
|
|
|
|
|
|
```json
|
| ... | ... | @@ -431,7 +433,7 @@ This will return a list of modules names and how many entites each modules has: |
|
|
|
"attrs": {
|
|
|
|
"select": [
|
|
|
|
{
|
|
|
|
"count": "me.id"
|
|
|
|
"count": "me.owning_client"
|
|
|
|
},
|
|
|
|
"settings->>'enabled'"
|
|
|
|
],
|
| ... | ... | |