I am trying to use this url for the event attendee information
我没有获得与会者的完整详细信息,但响应仅包含与会者ID
<attendees>
<attendee>
<event_id>3135062055</event_id>
<id>110210217</id>
</attendee>
<attendee>
<event_id>3135062055</event_id>
<id>110216615</id>
</attendee>
</attendees>
但是在文档中我可以看到完整的休息! 我需要为此添加哪些参数才能获得完整的与会者信息以及 我希望一次性获得所有与会者信息?
请帮助我实现上述目标 提前谢谢,
卡塔斯
答案 0 :(得分:1)
如果您已授权Eventbrite's API docs访问您的帐户,则您的user-authentication credentials会自动添加到您使用文档的“立即尝试”功能发出的任何请求中。
如果您在请求中添加了user_key, or Oauth2.0 access_token,那么您应该能够成功访问attendee information。
您的另一个选择是将您的活动配置为public attendee list。这将允许通过您共享的API URL提供在您的活动页面上公开显示的任何与会者信息(无需您添加您的私人身份验证令牌)。确保您在与会者轻松披露此信息的活动中保留使用此功能。