Select System Query Option ($select)
In this article
The $select System Query Option is used to return only selected resource parameters in a response. Multiple parameters in the request must be separated with commas.
For example, to return the /Tenants collection with only tenant name and contact information displayed, send the following request:
GET https://<Availability-Console>:1281/v2/tenants?$select=name,country,telephone |