Event Search v1 documentation
This API will be closed on 30th April 2019
This API provides of two methods returning JSON and JSONP responses in each case.
Accesia search (JSON)
Using your Symposium Url Instance. ex. https://eventos.um.es/
Method GET: /search/doAccessiaJSON/<PARTNER>/EMPTY_PARAMETER/EMPTY_PARAMETER/EMPTY_PARAMETER/EMPTY_PARAMETER/<DATE>/EMPTY_PARAMETER/<TAG>
Parameters (all params are optional):
- partner = Instance identifier
- id =
- name = Name or description of the event
- place = Main location of the event
- category = Category of the event
- dateIni = Date when the event starts. Format: YYYY-MM-DD
- dateEnd = Date when the event finish. Format: YYYY-MM-DD
- tag = keyword or tag
Accesia search (JSONP)
Using your Symposium Url Instance. ex. https://eventos.um.es/
Method GET: /search/doAccessiaJSON2/<PARTNER>/EMPTY_PARAMETER/EMPTY_PARAMETER/EMPTY_PARAMETER/EMPTY_PARAMETER/EMPTY_PARAMETER/<DATE>/<TAG>
Parameters (all params are optional):
- partner = Instance identifier
- id =
- name = Name or description of the event
- place = Main location of the event
- category = Category of the event
- dateIni = Date when the event starts. Format: YYYY-MM-DD
- dateEnd = Date when the event finish. Format: YYYY-MM-DD
- tag = keyword or tag