英文:
Request all Revenue Cat customers with the REST API
问题
我想查询我的客户(具有活跃/试用订阅)来自Revenue Cat。
我看到我可以使用这个端点来获取任何客户。
我想要能够进行分页,并直接检索客户,而不必为每个客户进行一次请求并知道他们的ID。
我不确定这是否可能,因为我在REST API中没有看到任何相关信息,但为了确保我没有漏掉任何内容,我更愿意询问一下。
英文:
I would like to query my customers (with active / trial subscriptions) from Revenue Cat.
I do see that i can get any customer by using this endpoint.
I would like to be able to do some pagination and retrieve the customers directly without having to do 1 request per customer AND know their ID.
I am not sure that this is possible since i have not seen anything in the REST API but i prefer ask to be sure in case i have missed something
答案1
得分: 1
这是RevenueCat支持团队的答复:
"我们可能会在接下来的几个月内推出一个通用的“列出客户”端点,但对于更详细的搜索和筛选,目前我们还没有具体的预计时间。
因此,它可能会在2023年下半年提供!"
英文:
Here is the answer from RevenueCat support team :
> We will likely have a general "list customers" endpoint within the next couple of months, but for more detailed searching and filtering, we do not currently have an ETA.
So it will likely be available in second half of 2023 !
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论