canQuery property

List<String> canQuery

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

  • note: (URLParameter), query on a specific note, example: ?wherenote=string
  • note_category_id: (URLParameter), query on a specific note_category_id, example: ?wherenote_category_id=primary_key

Implementation

static List<String> get canQuery => ['note', 'note_category_id'];