Doug,
Thanks. .
I am using the looking at the survey questions that a user answers
when they rsvp. I am testing it now on the meet api meetup.
I am managing events for different groups using the OAuth2 interface.
I am able to see the answers to the survey questions in the rsvp.
I would love to be able to create events, with the rsvp questions from
the API.
Thanks again,
Pete
On Jan 23, 12:11 pm, Doug Tangren <
d...@meetup.com> wrote:
> On Mon, Jan 23, 2012 at 9:33 AM, CrabbyPete <
pete.do...@gmail.com> wrote:
> > I would like to access and change the survey question when a paid user
> > signs up for an event. As an organizer is there a way in the api to
> > change my survey questions, and what do I use to read the responses to
> > the survey questions.
>
> Hi Pete,
>
> As an organizer, there is currently no a way to modify profile questions
> asked of your users through the API. There is no way to edit or create
> groups through the API.
>
> You can get a list of questions asked of your members when they join using
> the /2/groups method,
http://www.meetup.com/meetup_api/docs/2/groups/,
> few exampleshttp://
www.meetup.com/meetup_api/docs/2/profile/#editexamples
>
> You can see the responses of questions answered by your members using the
> /2/profiles method which lists answers in the response,
http://www.meetup.com/meetup_api/docs/2/profiles/#response. You can see
> what data is returned for this method using the consolehttp://
www.meetup.com/meetup_api/console/?path=/2/profiles
>
> Let me know if that helps.
>
> Doug Tangren
> Meetup <
http://meetup.com/>
> API Team