Get all
Structure
Simple Get all with one condition
| Simple Get all from table | |
|---|---|
With header
| Get all with header | |
|---|---|
With header and queryParams
| Get all with header and queryParams | |
|---|---|
With multiple queryParams
| Get all with multiple queryParams | |
|---|---|
With all params
Multi-tenant
instance: "crm::acme"works on the database of the tenantacmeof the multi-tenant instancecrm.- With
instance: "crm", the call works on the database of the tenant of the request: a custom API called with the x-am-tenant-username header passes it on to the APIs it calls. A request without a tenant works on the structure database.
| Get all customers of the tenant acme | |
|---|---|