canQuery property

List<String> canQuery

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

  • archive_status: (URLParameter), Used for querying only. Defaults to not_archived., example: ?wherearchive_status=value

Implementation

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