| ... | @@ -64,7 +64,7 @@ There are three client agendas: "admin" (ID: 10), "employee" (ID:) and "customer |
... | @@ -64,7 +64,7 @@ There are three client agendas: "admin" (ID: 10), "employee" (ID:) and "customer |
|
|
|
|
|
|
|
Which API endpoint are available for a client is visible in the universe.
|
|
Which API endpoint are available for a client is visible in the universe.
|
|
|
|
|
|
|
|
### List Admin Customers
|
|
### List Admin Clients
|
|
|
|
|
|
|
|
Admin Customers are those who have the agenda "admin" assigned to them. So, to list them, first join "owning_client" and then for this client, the assignments ("system__assignment__assigned_client"). Then filter out agenda "admin" (which has ID 10).
|
|
Admin Customers are those who have the agenda "admin" assigned to them. So, to list them, first join "owning_client" and then for this client, the assignments ("system__assignment__assigned_client"). Then filter out agenda "admin" (which has ID 10).
|
|
|
|
|
|
| ... | | ... | |