In "api/v1/Soap.Asmx?op=ConnectAppAndInfoUsingTicket" it mentions you can connect using a connection ticket.
(<connectionTicket>string</connectionTicket>)
How/where can I get the value for the connectionticket?
Tim Vandenbruwaene [SLC] [DevOps Enabler] Selected answer as best 18th August 2025
If you already have an existing WebApi connection you can use: RequestLoginAsTicket | DataMiner Docs
If you have a regular connection you can use RequestTicketMessage
An example of how that's used can be found here:
Tim Vandenbruwaene [SLC] [DevOps Enabler] Selected answer as best 18th August 2025