...
Requested Method | POST | |
URL | <APIURL>/Authentication/Login/SQLNeedsInputWithContainer | This Post method will get the Token ID that will be used as Authentication for other POST and GET methods to send or receive the required information. "SQLNeedsInputWithContainer <Token ID>" should be value for AptifyAuthorization key for Authentication with APTIFY system. |
Parameters | On Body Tab -> Pass below information Username as <Provided username> Password as <Provided password> | |
Postman Reference | Use the Token ID for authentication which is returned by the POST method. |
...
Requested Method | GET | |
URLs |
| This GET method will fetch events details for all events that are configured in Aptify AMS as meeting product that have BadgeOnDemand flag enabled AND end date of the event is greater or equals to today's date. |
| This GET method will fetch event details for a particular event for which the event_key parameter value matches meeting ID configured event in Aptify AMS as meeting product that have BadgeOnDemand flag enabled AND end date of the event is greater or equals to today's date. | |
| This GET method will fetch events details for all events that are configured in Aptify AMS as meeting product that have BadgeOnDemand flag enabled AND end date of the event is greater or equals to today's date AND modified datetime paramter value from this URL is less than or equal to modified date for meeting in Aptify AMS (i.e. events which are modified after date present in parameter value). | |
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 |
...
Requested Method | GET | ||
URLs |
| This GET method will fetch all registrant details for a event that is configured in Aptify AMS as meeting product where parameter event_key value matchs with meeting ID (i.e. event Id ) AND BadgeOnDemand flag enabled AND end date of the event is greater or equals to today's date. | |
| This GET method will fetch a particular registrant details for an event that is configured in Aptify AMS as meeting product where parameter event_key value matchs with meeting ID (i.e. event Id ) AND parameter reg_key value matches with registration ID in Aptify AND BadgeOnDemand flag enabled AND end date of the event is greater or equals to today's date. | ||
| This GET method will fetch all registrant details for an event that is configured in Aptify AMS as meeting product where parameter event_key value matchs with meeting ID (i.e. event Id ) based on logical operator in the URL with search parameters (First Name, Last Name, Company Name) value matches with registrant data present in Aptify AND BadgeOnDemand flag enabled AND end date of the event is greater or equals to today's date. | ||
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 |
...
Requested Method | POST | |||
URLs | <APIURL>/BadgeOnDemand/PrintInfo?event_key=63&last_printed_on=10-09-2018&printed_cnt=2®_key=10195&custom=added
| This POST method will push the data into Aptify system from Expo Logic system for the event and registrant that matches with event_key and reg_key value with Print Date, Print count and Print Comment passed in the URL irrespective of whether event is upcoming or completed event. | ||
Parameters |
| |||
Response | { "message": "Successfully updated print information." } | |||
Postman Reference |