Skip to main content
12-Amethyst
April 21, 2021
Question

How to fetch BOM using windchill Odata REST API?

  • April 21, 2021
  • 1 reply
  • 1891 views

Hi Everyone,

I need to get the BOM whose DR(Design release) state is resolved.

If anyone knows please share with me.

 

Thanks

1 reply

5-Regular Member
April 21, 2021

Hi,

 

Refer to the Article: https://www.ptc.com/en/support/article/CS299749 having details.

 

Regards,

Amar

5-Regular Member
April 21, 2021

Also, here you need to verify if State is filterable property for BOM if it is then you can use $filter=State/Value eq 'RELEASED'.

 

Regards,
Amar

mohitenw12-AmethystAuthor
12-Amethyst
April 22, 2021

Thanks Amar, will check.