Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use ticket to connect via .NET SDK

I am trying to connect to the hub to get a list of apps that a user has access to, using the .NET SDK. I am able to generate a ticket code. How can I then use that ticket to connect to the engine (which method on ILocation is the correct one to use)?

1 Reply
Øystein_Kolsrud
Employee
Employee

I haven't tested it my self, but this example seems to illustrate what you are looking for:

https://github.com/AptkQlik/PublicExamples/tree/master/ConnectServerTicketAttach

Otherwise, that type of operation (listing apps) is typically something you would do through the repository, not the engine. If you choose to go that way instead, then you should probably look into this endpoint:

https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/RepositoryServiceAPI/Content/Reposi...