iloveparks 10 Posted May 17, 2022 Posted May 17, 2022 Hi, I'm trying to use /Shows/{Id}/Episodes to grab the first episode of every show. I'm passing the following parameters. Season = 1 MinIndexNumber = 1 Limit = 1 However, on shows where I have a special episode in Season 1, the API returns the following: Am I misunderstanding? Shouldn't it be returning IndexNumber 1? It would also be nice if there was just a field "IndexNumber" to filter by IndexNumber, just like ParentIndexNumber. Thanks!
Luke 43044 Posted May 18, 2022 Posted May 18, 2022 Hi, MinIndexNumber means greater or equal to what you're providing. I guess we'll have to add support for just sending IndexNumber
iloveparks 10 Posted May 18, 2022 Author Posted May 18, 2022 Right, but as it stands, the logic is flawed? I am providing 1, and it is returning an item with IndexNumber as 0.
Luke 43044 Posted May 18, 2022 Posted May 18, 2022 I'll have to check but I think that endpoint might not support that param yet. 1
iloveparks 10 Posted May 18, 2022 Author Posted May 18, 2022 Yeah, you are right, that does not seem to do anything on that endpoint. Sadness.
iloveparks 10 Posted May 20, 2022 Author Posted May 20, 2022 I appreciate it! I have a few other topics open here in the dev API forums, if you have a moment, can you pop into those as well? Really appreciate your time and efforts. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now