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