You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, today, I thought I would output a "report" on Channel Point Custom Reward usage. For the custom rewards on a given channel.
The report says that 22 people redeemed (and was marked FULFILLED) a given reward, and 0 Cancelled.
However I know that there are 345 FULFILLED, and (at least) one CANCELED
So I checked the API, it seems to only goes back around 8 days.
The Ban events and moderation events endpoints, also only go back "so far" (around a week in testing), but the documentation doesn't note this
to include how long each endpoint can go back in time for.
In the case of Get Custom Reward Redemption it seems to have varying filters by "status" since a "pending" reward from 16 days across can be seen in the API. But I can't load all 235 of another "COMPLETED" rewards. Rewards have "inconsistent" date limits. It's anything between a month ago and 8 days ago
Also include this for any other that have an arbitary time constraint that is not in the docs.
Edit: updated to remove channel points, turns out weird bug in my code preventing the pagination logic running.
The text was updated successfully, but these errors were encountered:
Brief description
So, today, I thought I would output a "report" on Channel Point Custom Reward usage. For the custom rewards on a given channel.
The report says that 22 people redeemed (and was marked FULFILLED) a given reward, and 0 Cancelled.
However I know that there are 345 FULFILLED, and (at least) one CANCELED
So I checked the API, it seems to only goes back around 8 days.
The Ban events and moderation events endpoints, also only go back "so far" (around a week in testing), but the documentation doesn't note this
Expected documentation
Include a note in the documentation for at least
to include how long each endpoint can go back in time for.
In the case of
Get Custom Reward Redemptionit seems to have varying filters by "status" since a "pending" reward from 16 days across can be seen in the API. But I can't load all 235 of another "COMPLETED" rewards. Rewards have "inconsistent" date limits. It's anything between a month ago and 8 days agoAlso include this for any other that have an arbitary time constraint that is not in the docs.
Edit: updated to remove channel points, turns out weird bug in my code preventing the pagination logic running.
The text was updated successfully, but these errors were encountered: