Skip to main content

GrrGetHunts

This Script is part of the GRR Pack.#

Deprecated

Use grr_get_hunts instead.

Renders the list of available hunts.

Script Data#


NameDescription
Script Typepython
TagsGRR

Dependencies#


This script uses the following commands and scripts.

  • grr_get_hunts

Inputs#


Argument NameDescription
offsetThe starting offset.
countThe maximum number of items to fetch.
created_byReturns hunts created by a given user. If approved_by or/and description_contains are also supplied, then logical AND is applied to all the criterias. NOTE: this filter can only be used in conjunction with active_within filter (to prevent queries of death).
description_containsReturns hunts where the description contains a given substring (matching is case-insensitive).If created_by or/and approved_by are also supplied, then logical AND is applied to all the criterias. NOTE: this filter can only be used in conjunction with active_within filter (to prevent queries of death).
active_withinReturns hunts that were active within given time duration.

Outputs#


There are no outputs for this script.