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
  • Context

Context · Changes

Page history
Update Context authored Dec 09, 2021 by Andrea Pavlovic's avatar Andrea Pavlovic
Show whitespace changes
Inline Side-by-side
API/Queries/Context.md
View page @ ff634fab
......@@ -30,3 +30,21 @@ This is necessary because
1. depending on the workflow, some references may not be available
2. the user may not have access to all references
Remember that this is just one of the options a query takes, it can still be combined with all the others (page, conds, attrs etc).
```json
{
"context": {
"module": "core",
"entity": "unit",
"transition": "site_admin_create",
"attribute": "parent"
},
"conds": {
"name": {
"-like": "S%"
}
}
}
```
\ No newline at end of file
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