canQuery property

List<String> canQuery

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

  • group_identifier: (URLParameter), query on a specific group_identifier, example: ?wheregroup_identifier=string

Implementation

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