events
Methods
-
categories
Get the all available categories of the Events in the Database.
type param description string id a category_id or a list of category_ids used to filter the categories to the given categories boolean debug add the used sql query to the result return value: struct struct containing the count and categories with the different names in de,fr,it,en,nl,es and pt -
deregister
-
get
Get a list of events by passing individual parameters.
type param description string id a event-id if specified all other params will be ignored string rkey a rkey or a list of rKeys (OR) string region_id a region_id if a rkey is specified this param will be ignored string address_id a address_id or a list of address_ids (OR) string language the language to use for the event-details string search a search keyword if specfied the language param is also required string tags a tag or a list of tags (AND) string exclude_tags a tag or a list of tags to ignore string tag_ids a tag_id or a list of tag_ids (AND) - only ids are allowed string exclude_tag_ids a tag_id or a list of tag_ids to ignore - only ids are allowed string tags_or a tag or a list of tags (OR) string near a list containing the lon and lat coordinates if specified the default radius of 10 will be used if the radius param is not specified numeric radius a radius string date_from a date in the format of yyyy-mm-dd string date_to a date in the format of yyyy-mm-dd numeric sort use 1 for sorting by days, 2 for sorting by title language param is required if specified, 3 for sorting by city and 4 for sorting by company numeric offset amount of items to skip used for paging if not specified the offset will be 0 numeric limit limit of results to return, maximum is 100 and default is 15 any fields the fields to return if not specified the database-id and bpId will be returned could be a json-string or a cf-struct return value: struct info struct containing count, totalCount, result and debug params -
getDates
Get the all available dates and times of an specific Event in the Database.
type param description numeric eventID id of the event to get date and time for (required) date datefrom the date to use as a filter string starttime the starttime to use as a filter return value: query query containing all dates and times of an event -
register
-
stats
Get the latest update date and the current number of Events in the Database.
-
supported_langs
Get the all supported languages of the Events.
-
tags
Get the all distinct tag-names from the Events in the Database.