Announcements
Hi,I am using page & count in fetchxml .
How can I achieve the same in Web API using limit and offset
Thank You.
Have you tried with skip and stop ?
GET [Organization URI]/api/data/v9.0/contacts?$select=fullname&$top=10&$skip=0
This will return the first 10 records from the ‘Contact’ entity, starting from the first record. or
GET [Organization URI]/api/data/v9.0/contacts?$select=fullname&$top=10&$skip=10
This will return the next 10 records, starting from record number 11.
Hi @mandela ,
Yes, I tried using 'top' and 'skip', but the issue lies with 'skip'. When I used 'skip', I encountered an error stating that the 'skip' clause is not supported. Upon reviewing the documentation, I confirmed that 'skip' is indeed not supported. Are there any other alternatives?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 58
11manish 55
Vish WR 29