Eventbrite API无法扩大参与者 [英] Eventbrite API doesn't expand attendees

查看:81
本文介绍了Eventbrite API无法扩大参与者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用PHP挂接到Eventbrite API

Using PHP to hook into the Eventbrite API

转到 https://www. eventbriteapi.com/v3/users/me/owned_events/?token=XXX&andexpand=ticket_classes 起作用并且ticket_classes被展开

但是,当我使用 https://www.eventbriteapi.com/v3/users/me/owned_events/?token=XXX&and=ticket_classes,与会者,则attendees不会展开,但会显示在EXPANDED FIELDS

However when I use https://www.eventbriteapi.com/v3/users/me/owned_events/?token=XXX&expand=ticket_classes,attendees then attendees is not expanded but it shown under EXPANDED FIELDS

我做错了什么吗?

谢谢

推荐答案

您需要查询/events/{event_id}/attendees/

curl -X GET   https://www.eventbriteapi.com/v3/events/{event_id}/attendees/   -H 'Authorization: Bearer PERSONAL_OAUTH_TOKEN'

在文档中了解更多信息: https://www.eventbrite.com/platform/docs/与会者

Read more in the docs: https://www.eventbrite.com/platform/docs/attendees

这篇关于Eventbrite API无法扩大参与者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆