Hi folks, we’re looking to retrieve timephase data for a given part. It looks like there’s an API to get this information (I couldn’t find any tables to get the data via a BAQ [preferred]). I found the ERP.BO.TimePhasSvc endpoint and a few methods.
But the only method that looks promising is the “GoProcessTimePhase” which looks like it would return an array of line items (like the lines shown in the screenshot below).
However, I’m only getting the first line of data back from the API returned array (2nd screenshot) which matches the first line of the output shown in the first screenshot.
Any thoughts? Thanks!