|
rev. 334 services/apiref services/apisrv services/caches services/caches/formatters services/caches/search services/caches/shortcuts services/logs services/oauth services/replicate services/users |
Retrieve all log entries for the specified geocache
|
|||||||||||||||||||||||||||||||||||
|
||||
| http://www.opencaching.us/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. |
||
| 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. | ||||