Skip to main content
6-Contributor
March 13, 2026
Solved

Is there an API to retrieve affected objects for a nonconformance in Windchill QMS

  • March 13, 2026
  • 1 reply
  • 125 views

Is there an API to retrieve affected objects for a nonconformance in Windchill QMS through the code

Best answer by Fadel

we have a REST endPoint for that 

 
 

cs.png

 

Java API no supported one exist https://www.ptc.com/en/support/article/CS242156 

1 reply

Fadel
Fadel23-Emerald IAnswer
23-Emerald I
March 13, 2026

we have a REST endPoint for that 

 
 

cs.png

 

Java API no supported one exist https://www.ptc.com/en/support/article/CS242156 

Buiꓘa
6-Contributor
March 16, 2026

Hi @Fadel how could I call this rest api in java code to fetch the affected objects.

Fadel
23-Emerald I
March 16, 2026

Yes  we have WRS  Caller , see https://www.ptc.com/en/support/article/CS462498 

Buiꓘa