The ePly Application Programming Interface (API) allows clients to query the ePly system computer to computer to extract data. Refer to the User Guide for more information.
Experience in programming is required to implement this feature. If you would like more information or would like to obtain the required API token, please contact support@eply.com.
Working Example
We have a working site available to test the API against. This consists of a test user configured to work with the API. The following describes how to use it:
A. Login to the ePly system using the test username.
Note that step A. is NOT necessary in order to use the API as described in step B, but doing so gives you a better understanding of what data is available to extract.
- Go to the ePly login page: events.eply.com/login
- Username: apiuser
- Password: api1234!
- After logging in, you will see the lists of forms currently set up.
- To see the registrations in a particular form,
- Click the Event Name.
- Click the Reports tab in the upper left.
- Click the Primary Registrant or All Registrants report to see the list of registrants.
- If you need any help navigating the ePly system, feel free to call our customer support during business hours.
B. Use the API test page to extract data from the above ePly site:
- Click the following link to view the API test page: events.eply.com/test/apitest.aspx
- NOTE: This page will only pull data from the above client.
- In the area below 'API call to be sent to ePly:', enter the api call that you would like to test.
- The default API call: "api/forms" has been entered to list information about the events available under the client.
- Use the API calls as listed in the API User guide (see link below), or in the online help here: api.eply.com
- NOTE that you will need to provide the appropriate parameters for each call.
- Click 'Send the above request to ePly API' to see the results.
- The results of the API call will be displayed as a json string in the 'Returned json Response' box.
Examples:
1. Enter the following in the input box to list all events for the Client:
api/Forms
2. Enter the following in the input box to list all registrants for the event having ID: '799c67f8-adb9-409b-8742-788ac7dafb21' (the Event ID can found from the results of example 1).
api/Guests?FormID=799c67f8-adb9-409b-8742-788ac7dafb21
api/Guests?FormID=799c67f8-adb9-409b-8742-788ac7dafb21
Remember that you must include the apiToken, username, and password in the Header of every request to the API. The specifics of how to do that is dependent on the programming language you use. An example using ASP.net is included on the pages of the downloadable API User Guide listed below.
If you would like more information or would like to obtain the required API token for you event, please contact support@eply.com.
Comments
0 comments
Article is closed for comments.