Skip to main content
6-Contributor
April 22, 2024
Question

Retrieve history of a Document

  • April 22, 2024
  • 1 reply
  • 2233 views

Hello,

I want to retrieve maturity history and Lifecycle History of a document. How can I do this ? I did not found any endpoints in OData rest API.

1 reply

avillanueva
23-Emerald I
23-Emerald I
April 22, 2024

Are you only looking to retrieve this via REST Api? This might need to move to Customization board. There are many ways to get this data via standard reporting if that is what you need.

6-Contributor
April 22, 2024

Hello, thank you for answer.  I wanna retrieve maturity history and Lifecycle History of a document via just OData rest API. I dont know about custumization board. what should ı do ? 

HelesicPetr
22-Sapphire II
22-Sapphire II
April 23, 2024

Hi @EG_10925009 

You need to use an template report RestApi to call the report inside the Windchill.

In the Windchill you need to create report template that return what you need.

 

ExecuteReportTemplate

Viewing the output of Report Template execution

InvokeIETask with report parameter

CS378132 - Input Parameter not provided in Query Builder Report

Windchill Reporting Resource

 

PetrH