Skip to main content
12-Amethyst
April 20, 2023
Question

How to Fetch Release Date for Windchill Objects using REST API

  • April 20, 2023
  • 1 reply
  • 2017 views
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0

How to fetch the date and time when an object (Part, Document, Process Plan) was Released in Windchill using REST API ?

    1 reply

    avillanueva
    23-Emerald I
    23-Emerald I
    April 20, 2023

    I cannot speak for REST API but internally, the "Released" date is going to be related to the associated lifecycle and the last transition to the Released state. This can be different than last modified so you don't want that. You have to join to the Lifecycle History table, Released state and look for the Persisted Info like Created on.  

    12-Amethyst
    April 20, 2023

    You got me exactly. I want the persist info for Released state for the object. I was wondering as it is a common requirement for different organizations to know when their objects were released in the system, there should be an OOTB REST API for this.

    avillanueva
    23-Emerald I
    23-Emerald I
    April 20, 2023

    Understand that not every company uses the same lifecycle Released as the final state. It can vary at each site but most use basic OOTB stuff.