Skip to main content
3-Newcomer
July 16, 2025
Question

Need API to create and update classification node and its constrains

  • July 16, 2025
  • 3 replies
  • 434 views

Need API to create and update classification node and its constrains by programmatically

 

- ClassificationStructureServiceHelper.getNode("<Classification Node Internal Name>", "<Name Space>");
- ClassificationStructureServiceHelper.deleteNode("<Classification Node Internal Name>", "<Name Space>");
- ClassificationStructureServiceHelper.createNode(ClassificationNodeView)
- ClassificationStructureServiceHelper.updateNode(ClassificationNodeView)

 I am trying with above api's which I got from this article https://www.ptc.com/en/support/article/CS338403.

 

by these api I am able to create classification node but not able to u

 

3 replies

Catalina
Community Moderator
July 21, 2025

Hi @RG_10764877 

Thank you for your question. 

It appears that your post has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.

Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.

 

Best regards,

Catalina | PTC Community Moderator
avillanueva
23-Emerald I
23-Emerald I
August 7, 2025

What is your end goal? Typically classification nodes can easily be created via UI. Might be more work to do via code? How many nodes are you anticipating?

HelesicPetr
22-Sapphire II
22-Sapphire II
August 8, 2025

Hi @RG_10764877 

I can see that you have the API you need. So what is your question? 

The API works so what is your issue or What does not work?? 

PetrH