|
|
|
[[_TOC_]]
|
|
|
|
|
|
|
|
# Query #1 List Company Members?
|
|
|
|
|
|
|
|
username: test_admin@ironapi.com
|
|
|
|
password: test_admin
|
|
|
|
https://garage.abocar.at/data/assignment/core_customer/query
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"attrs": {
|
|
|
|
"order_by": {
|
|
|
|
"-desc": "me.id"
|
|
|
|
},
|
|
|
|
"prefetch": [
|
|
|
|
"assigned_client",
|
|
|
|
{
|
|
|
|
"binding_instance_of_customer": "owning_client"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"conds": {
|
|
|
|
"binding_instance_of_customer.id": "154"
|
|
|
|
},
|
|
|
|
"page": 1,
|
|
|
|
"page_size": 10
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
I assume, you're trying to list all clients of a company?
|
|
|
|
|