web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / How can I use offsets ...
Power Pages
Unanswered

How can I use offsets and limits in Web API

(0) ShareShare
ReportReport
Posted on by 2

Hi,
I am using page & count in fetchxml .

 

<fetch mapping="logical" count="10" page="1">
  <entity name="contact">
    <attribute name="fullname" />
  </entity>
</fetch>
 

How can I achieve the same in Web API using limit and offset


Thank You.

Categories:
I have the same question (0)
  • Akah Mandela Profile Picture
    445 on at

    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.

  • Bhargav1729 Profile Picture
    2 on at

    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?Screenshot 2023-09-17 123758.png

     

     

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Valantis Profile Picture

Valantis 49

#2
11manish Profile Picture

11manish 33

#3
Haque Profile Picture

Haque 28

Last 30 days Overall leaderboard