C# client using NSwagStudio

Hi all
I’m trying to create a simple client to get deals from our PD environment.
I’ve a lot of deals and I need pagination. I’ve tried with pipedrive-dotnet but I’m not able to get all pages.
I’ve tried to create a client from pipedrive-api.yaml using NSwaStudio but I’ve always an error on webhooks:
Could not resolve the path ‘#/paths/~1webhooks/post/responses/201/content/application~1json/schema/allOf/1/properties/data’.

Any suggestion to be able to get deals with c# using pagination?
Everything could help me…as you see I’m not so good in using REST API.

Thank you

Hi,
You might find the following wiki useful
https://devcommunity.pipedrive.com/t/pagination-considerations/4962/3

Feel free to create a new topic if you still face challenges.