Project-GC Lua Sandbox API
Loading...
Searching...
No Matches
GetHides

Member Function Documentation

◆ GetHides()

GetHides ( $profileId,
$params = [] )

Returns an associative array with the hides from given profileId.

Coordinates for Premium geocaches will not be returned if the logged in user is not a Premium member with Groundspeak.

Parameters
int$profileId(required) An integer with the users profile id.
array$params(optional) An optional associative array of options for filtering/sorting/limit.
  • limit (integer): Max number of rows to return
  • fields (array): An array with fields names that you want in your return result. Use this to save memory.
  • gccode, cache_id, cache_name, type, difficulty, terrain, size, placed_by, latitude, longitude, elevation, hidden, last_publish_date, country, region, county, archived, disabled, premium, attributes_set, attributes_unset, last_find_date, last_archive_date, num_finds, latest_logs, favorite_points, favorite_points_pct, favorite_points_wilson, last_log_harvest
  • includeLogs (bool): If set to true, will return log data as well. Defaults to false.
Returns
array|false