1

I am trying to use this url for the event attendee information
I am not getting full details of the attendee, but response contains the attendee id only

<attendees>
   <attendee>
    <event_id>3135062055</event_id>
     <id>110210217</id>
</attendee>

<attendee>
<event_id>3135062055</event_id>
<id>110216615</id>
</attendee>
</attendees>

but in the doc I can see the full repose!
what parameters I need to add for this one to get a full attendees information and also
I want to get all the attendees info in one shot itself ?

please help me to achieve above.
Thanks in advance,

Venkatesh

4

1 に答える 1

1

Eventbrite の API ドキュメントにアカウントへのアクセスを許可している場合は、ドキュメントの「今すぐ試す」機能を使用して行うすべてのリクエストに、ユーザー認証資格情報が自動的に追加されます。

user_key または Oauth2.0 access_tokenをリクエストに追加すると、出席者情報に正常にアクセスできるようになります。

もう 1 つのオプションは、公開の出席者リストを持つようにイベントを構成することです。これにより、イベント ページで公開されている出席者情報を、共有した API URL 経由で利用できるようになります (プライベート認証トークンを追加する必要はありません)。出席者がこの情報を開示しても問題ないイベントで、この機能を必ず使用してください。

于 2012-05-11T18:45:16.543 に答える