04-08-2025 08:36 AM
Hi,
I hope this message finds you well.
Actually, I want to inquiry about is it possible to integrate LabVIEW with Siemens Polarion ALM?
Do you have any Connectors/ Plugins for that or can you provide us solution for that?
Please let me know ASAP.
Thanks & Regards,
Hyder
04-08-2025 08:41 AM
I believe you should use the APIs: Polarion REST API
You should send REST requests.
04-08-2025 09:02 AM
I have tried with REST APIs but it is showing 404 Bad Request.
04-08-2025 09:08 AM - edited 04-08-2025 09:12 AM
Tipically, when you use Rest APIs some checks are mandatory:
I also suggest you to use a third party application, rather than directly using LabVIEW. Postman is a very nice application for this kind of operations.