pub async fn get_all_grouped_assets(
    __arg0: Extension<GrpcClients>,
    __arg1: Path<String>
) -> Result<Json<Vec<Uuid>>, (StatusCode, String)>
Expand description

Get all grouped assets belonging to an operator.

These are the assets NOT being delegated to or from this operator.

Returns a list of grouped asset ids.