Skip to main content
10-Marble
July 11, 2022
Question

odata call gets only limited number of records

  • July 11, 2022
  • 0 replies
  • 773 views

Hi all,

 

when calling the following odata service from Thingworx, we only get a limited resultset of 25 records:

https://servername/Windchill/servlet/odata/v4/ProdMgmt/Parts

 

Within the resulting JSON, a link is provided to fetch the next 25 records:

"@odata.nextLink": "https://servername/Windchill/servlet/odata/v4/ProdMgmt/Parts?$count=true&$skiptoken=25"

 

How could we get all parts available in the Windchill system?

 

Thanks,

Jürgen