Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eventbrite API和分页_Api_Pagination_Eventbrite - Fatal编程技术网

Eventbrite API和分页

Eventbrite API和分页,api,pagination,eventbrite,Api,Pagination,Eventbrite,当查询Eventbrite API时,结果是分页的,但是,API文档没有描述如何请求第2页及以后的页面 我曾尝试向请求中添加各种参数,包括“page”、“paging”和“pagination”,但这些参数都不起作用,并且始终返回第1页 有人能告诉我怎么做吗 干杯, -Josh。我使用的PHP类破坏了参数 用于分页的正确参数为“page”。请共享用于分页的URL。事件获取API。 events/{{event_id}}/attendees/?token={{token}}&page=2

当查询Eventbrite API时,结果是分页的,但是,API文档没有描述如何请求第2页及以后的页面

我曾尝试向请求中添加各种参数,包括“page”、“paging”和“pagination”,但这些参数都不起作用,并且始终返回第1页

有人能告诉我怎么做吗

干杯,
-Josh。

我使用的PHP类破坏了参数


用于分页的正确参数为“page”。

请共享用于分页的URL。事件获取API。
events/{{event_id}}/attendees/?token={{token}}&page=2