Skip to main content
12-Amethyst
May 22, 2026
Question

Windchill MPMLink API

  • May 22, 2026
  • 1 reply
  • 22 views

Hi,

I am able to extract process plant details from Windchill MPMLink using the Java API, such as process number, name, and description.

Is there any additional API available that can be used to extract operations, skills, tooling, and other related manufacturing information associated with the process plant?

If such an API is available, could you please share the relevant Java API details or documentation with me?

Best regards,
Shrikant Bhosle

1 reply

17-Peridot
May 22, 2026

Hi ​@SB_10566278,

The following API can be used to retrieve the relevant information.
You need to pass the appropriate link class in the API accordingly.

StructHelper.service.navigateUsesToIteration(Iterated iteration, Class iteratedUsageLinkClass, boolean onlyOtherSide, ConfigSpec... configSpecs)