Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A api
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ironapi
  • api
  • Wiki
  • Api
  • Queries
  • Attributes

Attributes · Changes

Page history
attrs docu authored Jan 25, 2022 by Andrea Pavlovic's avatar Andrea Pavlovic
Show whitespace changes
Inline Side-by-side
API/Queries/Attributes.md
View page @ 2ff6ed80
...@@ -424,6 +424,8 @@ This will return a list of modules names and how many entites each modules has: ...@@ -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` `POST /data/extensions/client_meta_data/query`
```json ```json
...@@ -431,7 +433,7 @@ This will return a list of modules names and how many entites each modules has: ...@@ -431,7 +433,7 @@ This will return a list of modules names and how many entites each modules has:
"attrs": { "attrs": {
"select": [ "select": [
{ {
"count": "me.id" "count": "me.owning_client"
}, },
"settings->>'enabled'" "settings->>'enabled'"
], ],
......
Clone repository
  • API
    • Available Endpoints
    • Changing Passwords
    • Form Input Types
    • Introduction
    • Logout
    • Plugins
    • Queries
    • Queries
      • Attributes
      • Context
      • Query Examples
      • Query Search Options
      • Referenced Instances
      • Saved Queries
    • Schema_Changes
    • Storing Files
View All Pages