OINO.cloud APIs support SQL selecting to limit the returned fields. This can be used to limit data transfer and control how oinosqlaggregate works.
Set parameter oinosqlselect in the request URL to a comma separated list of field names to select. Primary keys are always included and can not be omitted.
Note: to exclude fields that are secret you have to exclude them in the API configuration.