| ... | ... | @@ -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 |