Question
Windchill Rest API
Hi,
I am new to using Windchill REST API, therefore, I'm just playing around for now.
But I would like to know how to GET all the xml documents from a specific folder. How can I do this?
I tried the following:
eg.
GET /DynamicDocuments
$filter @odata.type eq #PTC.DynamicDocMgmt.DynamicDocument
Error:
"message": "The system query option '$filter' has the not-allowed value '@odata.type eq #PTC.DynamicDocMgmt.DynamicDocument'."

