-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support campaign user pagination #1462
base: master
Are you sure you want to change the base?
Conversation
Size Change: +79 B (+0.02%) Total Size: 488 kB
|
{ | ||
campaign: CampaignResponse; | ||
users: { | ||
next?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the returned cursors for when creating a campaign?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you pass more than 1,000 user_ids
when creating a campaign, then in response you'll still get only 1,000 users with pager token
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And when do you get next
and prev
?
@kanat I could not find any topic-related docs at https://github.com/GetStream/docs-content/pulls/kanat. Do you plan to add some? |
Hey @MartinCupela, thank you for the feedback 👍 Yup, I add the docs changes by Today. |
Ticket
Backend PR
CLA
Description of the changes, What, Why and How?
Changelog