How to fetch data from PLM Teamcenter with the Mendix REST API
0
Hi Team, I am currently working on publishing a REST API in Mendix that will be used by a third-party application. The purpose of the API is to allow the third-party admin to send an Item ID and a list of properties to the Mendix application, and in return, the Mendix app should fetch property values from the Teamcenter database (not the Mendix database). The data will be retrieved from Teamcenter, but no data will be stored or managed within the Mendix database. I have made one REST API service , given parameter and authentication to call API. now when i am calling that API. i have attached one microflow, which will take value through parameter and it will login through tc session and then search the item trough item id or item name. Published API snap is shown below. Microflow attached to API is shown below: - asdfg While calling microflow through API, when i trying to login then it is showing below error. Help Please help me to fetch PLM Teamcenter data through API Thanks, Sanjay Yadav