C# Client - Get All V2 Methods not paging correctly

It appears the Get All V2 methods of the C# API are not paging correctly through the full result set. I am looking at the GetAllEconModelsV2 method, and 200 is the maximum number of records returned (the first page). I’m thinking this is related to the casing of the Link header.

Which version of the client are you using? We had a similar issue late last year that was addressed in the v1.28.2 release: NuGet Gallery | ComboCurve.Api 1.28.2

I am using client version 1.30.1. I did bring this up last year, and I was told it was fixed, but it still looks to be an issue. From what I can tell, it looks as if they Pagination.GetNextLink function might be still using a case sensitive match on the “link” header match.

Okay, I’ll let the team know that this has become an issue again. Thank you for reporting it

Thanks Jeff! I appreciate your time.