You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: