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
Hide whitespace changes
Inline Side-by-side
API/Queries/Context.md
View page @ ff634fab
......@@ -29,4 +29,22 @@ If, in this list, the instance with id 5 is listed, this will be a valid request
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
\ No newline at end of file
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