Optionalparams: BioBlitzListParamsOptional parameters, e.g. coordinates ("lat,lng").
A promise that resolves to a paginated list of BioBlitz objects.
Fetches the details of a single BioBlitz by its id.
Authentication is not required. If the request is unauthenticated, the
user field will be null.
The unique identifier for the BioBlitz.
A promise that resolves to the BioBlitz object.
Fetches summary statistics for a BioBlitz category.
Authentication is not required.
The unique identifier for the BioBlitz category.
A promise that resolves to the category statistics.
Fetches a list of relevant BioBlitzes for the user.
Contains BioBlitzes the user has liked and/or contributed to. When
coordinatesare supplied, it also contains BioBlitzes at or close to that position. Authentication is not required, but an authenticated request personalizes theuserfield on each BioBlitz.