Skip to main content
6-Contributor
February 4, 2025
Solved

Rename CADDocuments and Parts with odata Endpoint

  • February 4, 2025
  • 2 replies
  • 878 views

Version: Windchill 12.1

 

Use Case: I would like to change Number, Name, and File Name attributes for many CADDocuments and Parts. It took to much time to change the attributes manually. So I would like to use an odata Endpoint.


Description:

But i did not find any Endpoint in the odata documentation that fits my needs.  Do you have any ideas how to solve this Problem?

Best answer by HelesicPetr

Hi @DK_9661096 \

Yes, you can write own endpoint and develop customization to achieve your needs.

Also it can be easier to write a custom utility that reads some input file to change the numbers.

PetrH

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
February 4, 2025

Hi @DK_9661096 \

Yes, you can write own endpoint and develop customization to achieve your needs.

Also it can be easier to write a custom utility that reads some input file to change the numbers.

PetrH

PetrH
4-Participant
October 13, 2025

Hi,

I would really appreciate your help with renaming CADDocuments by developing and deploying my own customization using OData. Could you please guide me through the proper tutorials or procedures to achieve this?

Your guidance and support would be greatly appreciated.

Thank you,
Aundy

HelesicPetr
22-Sapphire II
22-Sapphire II
October 14, 2025

Hi @Sankarakumar 

Everything is described in the RestApiu documentation

Windchill REST Services User's Guide

PetrH

PetrH
Fadel
23-Emerald I
October 14, 2025
HelesicPetr
22-Sapphire II
22-Sapphire II
October 14, 2025

Yes, you can use this API but you have to know the ID of the object.

Here is a option how to search the ID by number for an EPMDocument ... 

How to get EPMDocuments in Windchill REST Services

 

PetrH

PetrH