Chief_Apricot
API to read contact/member records [2469]
Sort Posts:
Page 1 of 3 (58 items)   1 2 3 Next >
  •  05-09-2008, 12:42 PM 6821

    API to read contact/member records [2469]

    Current behavior:
    There are no APIs available to access Wild Apricot data/functionality from an external system

    Desired behavior:
    Make APIs available

    Notes:
    The biggest question is: what specific APIs? They can not be developed in abstract - we need to target integration with specific system or at least a specific type of integration. So our first step is to collect more feedback from you:
    • What other systems you would like to integrated with Wild Apricot via API?
    • What API calls do you need?

    Dmitry Buterin, Chief Apricot
  •  07-09-2008, 3:43 PM 8482 in reply to 6821

    • vincent is not online. Last active: 09-22-2008, 2:47 PM vincent
    • Not Ranked
    • Joined about 3 years ago
    • Posts 1

    Re: External API

    Hi,

    I would be very interested for such an API for the elearning solution called "Moodle".

    Here, it should be the authentication module that need to be done. Moodle provides class and method that can be instantiate by developpers to create their own module.

    As I'm not specialist in this, I give you here a link to the documentation on authentication API from moodle website that describe all calls mandatory and optional:

    http://docs.moodle.org/en/Authentication_API.

    If you need tester, just tell me!

     Thanks and best regards

     

  •  08-14-2008, 6:11 PM 9282 in reply to 6821

    • mcollier is not online. Last active: 08-15-2008, 11:41 AM mcollier
    • Not Ranked
    • Joined about 3 years ago
    • Posts 1

    Re: External API

    Hey there Chief, 

    I have dropped the WA widgets in our Ning.com powered site with the goal of creating a paid membership area. I'm fairly happy with the results. However, I would love to be able to create a single login widget that allows us to have one sign-in box but have select, paying members, access our WA hosted VIP content.

    Ning has a great API, though it is limited in the ability to create new accounts. However, we could make this work if WA had an API that allowed us to 1. Compare a user logged on Ning to our WA user database 2. Be returned a variable about WA member status, active, inactive, etc. 3. Set the WA account to have the same username and password as their Ning account. 4. Be able to add and remove paid event information to the WA account, based upon Ning data.

    We are really eager to make this integration and offer it to our clients via our site, Ningpros.com, as a white label solution.

    Any advice you can offer would be great. 

    Best regards,

    Maxie D. Collier 

     

  •  08-15-2008, 9:04 AM 9285 in reply to 9282

    Re: External API

    Maxie,

    Thanks for the details. We would defintely take this under consideration as we plan our API work.

    Realistically though, we have our hands full with other stuff in the development queue and we would not be able to do anything like this at least for 6 months. Even then,we would probably start with more generic APIs which cane be used by many people vs. building a specific API you have described.

     


    Dmitry Buterin, Chief Apricot
  •  09-23-2008, 10:38 AM 9686 in reply to 6821

    Re: External API

    Moving to wishlist for now - we need much more definition on this before we can consider planning it for development.

    Dmitry Buterin, Chief Apricot
  •  10-28-2008, 2:20 PM 10030 in reply to 6821

    Re: External API

    Other Systems: Quickbooks Merchant Services, identi.ca/laconi.ca, Ning, Elgg 

    API Calls: RESTful JSON and/or XML API's for getting/setting any and all data regarding members and events.  Would (hopefully) require HTTPS and unique API key tied to connecting host for security.

     Really like the look of WA.  Ability to poll the system in real-time for accounting and data-backup purposes would be the tipping point for some clients of mine.
     

  •  07-13-2009, 9:00 PM 13536 in reply to 14641

    API or Web Service Support

    When Wild Apricot does not offer a specific feature, providing a way to access Member Data for those organizations who can build forms or features themselves would be nice to have.

    For example: Our HOA would like to implement a "Submit Violation" form which auto captures who is logged in so we can track who submits voliation reports.

    This can be done in multiple ways.

    1. The first suggestion would be to provide a new "Functional Page" which adds a database field on the URL, so if we implement an IFrame, the URL has the unique identifier so the system out side Wild Apricot would be able to pick up that value and run with it.

    2. A second option is to do something simular, but expose web services so outside applications can make calls into Wild Apricot to pull out database fields. Again, using iframe.

     

  •  09-02-2009, 3:20 PM 14155 in reply to 13536

    Integration with Customer systems

    Would like to have basic integration points which allow WildApricot to exchange (push) event data to our backend system and vice-versa.


  •  09-02-2009, 3:26 PM 14156 in reply to 13536

    Re: Integration with Customer systems

    The more details you could provide, the more we would appreciate it - and the sooner we can consider this in more depth.

    Dmitry Buterin, Chief Apricot
  •  10-05-2009, 12:21 PM 14526 in reply to 10030

    • JAlperin is not online. Last active: 10-13-2009, 10:34 AM JAlperin
    • Not Ranked
    • Joined about 2 years ago
    • Posts 2

    Please provide an API for the membership database

    I am constructing a page for use on one of the sites I manage at Wild Apricot.  The page will contain an image map with numerous areas.  Each area represents a resource that is either available, or in use by a member.  The resources reserved are identified in a member data field.  I would like to use AJAX techniques to lookup member data from the onMouseOver event.  A database API allowing ODBC, XML, or another standard access would be useful here.

    My (horrible) workaround, for the moment, will be to export the membership data and reformat the useful data into a JSON file.  That file will be pre-loaded in JavaScript object(s) for use in the onMouseOver code.

    As the resource data will change somewhat each day, any dynamic access to the data would be better than my planned approach.  A hidden page, for instance, with membership data in tabular or XML format could be used.

    Please provide the API or a workaround at your earliest convenience.

  •  10-05-2009, 12:41 PM 14527 in reply to 10030

    Re: Please provide an API for the membership database

    Check if this help page might be of use:

     http://help.wildapricot.com/display/DOC/Using+Google+Maps+to+plot+member+locations


    Dmitry Buterin, Chief Apricot
  •  10-09-2009, 6:32 PM 14604 in reply to 10030

    • JAlperin is not online. Last active: 10-13-2009, 10:34 AM JAlperin
    • Not Ranked
    • Joined about 2 years ago
    • Posts 2

    Re: Please provide an API for the membership database

    Thank you, your post may be useful.

    Would you please provide documentation of "MemberDirectoryWebService.asmx" and its parameters?

  •  10-13-2009, 9:10 AM 14641 in reply to 10030

    Re: Please provide an API for the membership database

    Sorry, no, this is not intended or external use for the moment.

    Dmitry Buterin, Chief Apricot
  •  12-01-2009, 9:42 AM 15411 in reply to 6821

    Re: API to read/write contact/member records [2469]

    We have decided to focus this thread on API for adding/reading contact and member records.

    If you need other APIs, please search/create separate threads. 

     


    Dmitry Buterin, Chief Apricot
  •  01-08-2010, 12:16 PM 16025 in reply to 6821

    • Anonymous

    Re: API to read/write contact/member records [2469]

    We've identified this as one of the Top 50 items we plan to develop in 2010.

    Keep tuned to this thread for updates!

  •  01-08-2010, 2:57 PM 16030 in reply to 16025

    • Anonymous

    Re: API to read contact/member records [2469]

    Also, please note that for the first version of the API we will only be developing the ability to read from Wild Apricot.  Future versions will offer more functionality.
  •  02-23-2010, 4:13 PM 17057 in reply to 16030

    • billsinc is not online. Last active: 04-27-2011, 1:31 PM billsinc
    • Top 500 Contributor
    • Joined about 2 years ago
    • Posts 6

    Re: API to read contact/member records [2469]

    A read only API to access member accounts for verification/login to external services would be great!
  •  06-30-2010, 1:01 AM 18771 in reply to 16030

    • petern is not online. Last active: 07-02-2010, 3:12 AM petern
    • Not Ranked
    • Joined about 1 year ago
    • Posts 1

    Re: API to read contact/member records [2469]

    What I would like to do is use Wild Apricot as the authentication source for a Drupal content management system.

     So ideally, WA could provide a web service that I could post a username and password to and it would return true or false if the user is authenticated. Better still, it could return a JSON / XML object with userid, full_name, email, paid_until, member_since etc.

     

      

     

     

  •  07-11-2010, 7:23 AM 18874 in reply to 6821

    Re: API to read contact/member records [2469]

    The link (that was in various forum posts about Google Maps integration) to the old  Google Maps API v2 script (for inserting a map into a page on WA) has been removed by WA. 

    I would appreciate an update as soon as possible to enable WA to interface with the newish Google Maps API v3 - and ideally a script incorporating adding member directory data into an array for rapid marker upload using various plugins (e.g. see Marker Clusterer).

    Thanks

    Phil Swallow

  •  07-11-2010, 7:33 AM 18875 in reply to 14527

    Re: Please provide an API for the membership database

    I have been told the link http://help.wildapricot.com/display/DOC/Using+Google+Maps+to+plot+member+locations has been taken down because the Google Maps API has changed - I am hoping a new script will be available soon.

    Phil

  •  07-12-2010, 9:16 AM 18879 in reply to 18875

    Re: Please provide an API for the membership database

    Phil, what we had was not a real API but more of a proof of concept thing so unfortunately we can't commit to when we might have a new one. 
    Dmitry Buterin, Chief Apricot
  •  07-21-2010, 1:13 PM 18950 in reply to 18879

    Re: Please provide an API for the membership database

    Hi Dmitry

    That's a pity. For a CMS that focuses closely on its member directory capability, being able to locate those members on a map seems to me a good selling point.  I hope it gets some attention soon.

    Thanks

    Phil

  •  10-22-2010, 1:51 AM 20264 in reply to 18771

    Re: API to read contact/member records [2469]

    petern:

    What I would like to do is use Wild Apricot as the authentication source...

     So ideally, WA could provide a web service that I could post a username and password to and it would return true or false if the user is authenticated. Better still, it could return a JSON / XML object with userid, full_name, email, paid_until, member_since etc.

    We could also really use this function.

      

     

     

  •  11-29-2010, 2:01 PM 20679 in reply to 6821

    Re: API to read contact/member records [2469]

    we would like an API feature in order to implement an self hosted zip code proximity lookup tool and mapping of members in the member database. 

     

    We would want access to at least name, membership status, address, zip code and a return URL to go to the member's profile on our existing Wild Apricot hosted site. 

     

    Elliott Aldrich 

    www.nahac.com 

  •  02-08-2011, 2:42 PM 21538 in reply to 18879

    Re: Please provide an API for the membership database

    Any update on when you might have some sort of way to get membership data out of Wild Apricot?

     

    I am working on integrating your system now and this is an important requirement for us. 

Page 1 of 3 (58 items)   1 2 3 Next >
View as RSS news feed in XML
Membership Software - Wild Apricot