canQuery property

List<String> canQuery

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

  • id: (URLParameter), query on a specific id, example: ?whereid=primary_key

Implementation

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