canQuery property

List<String> canQuery

possible queries using parameters like ?wherekey=value or ?wheregt|lt=value

  • uuid: (URLParameter), query on a specific uuid, example: ?whereuuid=string

Implementation

static List<String> get canQuery => ['uuid'];