This topic provides information regarding the Expo Logic Service End Points that are implemented to achieve the Expo Logic System functionality. The content of this section is described in the following sub-topics:
...
Event methods are used to get the information related to all or specified events. There are 3 different URL’s through which data can be fetched for all events, for a specific one event or by events which are modified after a specified date.
Requested Method | GET |
URLs |
|
| |
| |
Parameters |
|
Response | { "events": [{ "event_key": 55, "event_code": 55, "event_title": "Sampco 2013 New Student Conference1", "start_datetime": "2018-10-09T07:10:00", "end_datetime": "2018-11-10T07:20:00", "last_modified_datetime": "2018-10-16T19:06:43.253", "confirm_message": "fg FDDGDGFDGDFG WEWERFDGDFGD" }] } |
Postman Reference |
...
The Badge and Tickets methods are used to get the information related to events badges and tickets for all registrants on the event or for a specific registrant in an event. The third URL in the below table can be used to search the registrant badge and ticket information by adding different parameters and logical operators.
Requested Method | GET | |||
URLs |
| |||
| ||||
| the above third API
| |||
Parameters |
| |||
Response | { "badges": [ { "event_key": 1, "event_title": "Financial Planning", "reg_key": 7570, "badge_number": 7570, "first_name": "Boris", "last_name": "Aaronson", "reg_type_code": "", "badge_name": null, "company_name": null, "badge_title": null, "address1": "5ª Ave. Los Palos Grandes", "address2": "", "city": "Caracas", "state_province": "", "postal_code": "1081", "country": "Venezuela", "work_phone": null, "fax": null, "email": "BAaronson@demodata.aptify.com", "registration_type": "", "annotation": "", "ribbons": "", "cancel_date": "1900-01-01T00:00:00", "do_not_print": true, "no_print_msg": "", "custom01": "", "custom02": "", "custom03": "", "custom04": "", "custom05": "", "custom06": "", "custom07": "", "custom08": "", "custom09": "", "custom10": "" } ] } | |||
Postman Reference |
...