The MyComments method allows you to retrieve all comments used to enter notes in a specific location.

Please note that this method operates on location and note data as entered by the user. E.g. if you enter notes from 1010 Wien, Austria and 1020 Vienna, Austria these notes will both be subsumed under the official city profile but only comments from the requested location (city name, country, postal code combination) will show up in the data returned by this method.

Input parameters:

city the location name as entered by you
country the location's country as entered by you
zip the location's postal code as entered by you

Output:

An associative array containing the following elements:

data an associative array containing information about the found postal codes:
    - comment a found comment
    - amount number of notes entered using this comment in this location
 
rows the number of comments
cached internally used by EBT, ignore it
stored internally used by EBT, ignore it
timeout internally used by EBT, ignore it

Example:

https://api.eurobilltracker.com/?m=mycomments&v=1&PHPSESSID=123456789&city=Berlin&country=Germany&zip=10249

Also have a look at the advanced and expert note entering form where EBT makes use of its own API.

Current version: 1

Previous versions: -none-

[ back ]