Skip to content
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

Get EventSub Subscriptions "first" #271

Closed
BarryCarlyon opened this issue Dec 17, 2020 · 2 comments
Closed

Get EventSub Subscriptions "first" #271

BarryCarlyon opened this issue Dec 17, 2020 · 2 comments
Labels
product: eventsub EventSub (Webhooks and WebSockets) ticketed Has been given an internal tracking ticket

Comments

@BarryCarlyon
Copy link
Contributor

BarryCarlyon commented Dec 17, 2020

Brief description

First doesn't work and probably should?
If it shouldn't it throws an error if you out of bounds a value

How to reproduce

A call to https://api.twitch.tv/helix/eventsub/subscriptions?first=1

results in

{
  "error": "Bad Request",
  "status": 400,
  "message": "The parameter \"first\" was malformed: the value must be greater than or equal to 10"
}

And https://api.twitch.tv/helix/eventsub/subscriptions?first=101

{
  "error": "Bad Request",
  "status": 400,
  "message": "The parameter \"first\" was malformed: the value must be less than or equal to 100"
}

But https://api.twitch.tv/helix/eventsub/subscriptions?first=50 (or any other "valid" first value)

Results in 100 records always

Expected behavior

First to work and be added to the documentation in line with other helix endpoints

Additional Context

Documentation would need to be updated to say first is supported

https://dev.twitch.tv/docs/eventsub/helix-endpoints#get-eventsub-subscriptions

@BarryCarlyon BarryCarlyon added the product: eventsub EventSub (Webhooks and WebSockets) label Dec 17, 2020
@lleadbet
Copy link
Contributor

lleadbet commented Jan 4, 2021

Ticketed internally as ASYNC-1570.

@lleadbet lleadbet added the ticketed Has been given an internal tracking ticket label Jan 4, 2021
@Xemdo
Copy link

Xemdo commented Aug 22, 2023

Closing as first is no longer supported by the List EventSub Subscriptions endpoint.

@Xemdo Xemdo closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: eventsub EventSub (Webhooks and WebSockets) ticketed Has been given an internal tracking ticket
Projects
None yet
Development

No branches or pull requests

3 participants