ver. 1956 (2333616)
services/apiref
services/apisrv
services/attrs
services/caches
services/caches/formatters
services/caches/map
services/caches/search
services/caches/shortcuts
services/logs
services/logs/images
services/oauth
services/replicate
services/users

Retrieve all log entries for the specified geocache
:: services/logs/logs method

Minimum Authentication: Level 1 (see Authentication Levels)
https://www.opencaching.ro/okapi/services/logs/logs

Retrieve the log entries for the specified geocache. Use the offset and limit parameters for pagination. If you want only the latest entries, you may also use the latest_logs field in the services/caches/geocache method.

Log entries are ordered by a descending date of the entry.

cache_code required

Code of the geocache.

fields optional

Default value: uuid|date|user|type|comment

Same as in the services/logs/entry method. Pipe-separated list of field names which you are interested with. See services/logs/entry method for a list of available values.

user_fields optional

Default value: uuid|username|profile_url

Same as in the services/logs/entry method. Pipe-separated list of user fields to include in the user field. For valid field names, see the services/users/user method.

offset optional

Default value: 0

Number of entries to skip at the beginning. Use this along the limit parameter for pagination.

limit optional

Default value: none

Maximum number of entries to return or none if you want all the entries.

format optional Standard common formatting argument.
callback optional Standard common formatting argument.
Plus required consumer_key argument, assigned for your application.

Returned value:

A list of log entries, ordered by date. Each log entry is a dictionary of a format described in the "entry" method.