The list API currently returns all properties of resources. However, we sometimes want to retrieve specific properties to reduce cost of queries.
It's better to have a new parameter like properteis=id,tenant_id,name,created_at to filter out unnecessary properties.
The list API currently returns all properties of resources. However, we sometimes want to retrieve specific properties to reduce cost of queries.
It's better to have a new parameter like
properteis=id,tenant_id,name,created_atto filter out unnecessary properties.