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

Repository Service API and Authentication

How to configure the server to authenticate the user to call the links Repository Service API?

I am creating an application in .NET to copy documents QlikSense in the repository. When authenticates using a certificate GET method call links are working properly. The problem lies in the method POST, because I get a 403 error.

Please help.

3 Replies
Alexander_Thor
Employee
Employee

I posted an answer in your other thread here, Qlik Sense Engine API Authorization

Try not to create duplicate threads but editing the original one instead.

rajeshvaswani77
Specialist III
Specialist III

Hi There,

I could make GET work in .Net via certificates. Have you managed to make POST fork for stream/tag creation. I am hunting for the exact Json to do the same since the documentation is not so clear. Please do let me know if you are able to achieve this.

Thanks,

Rajesh Vaswani

Alexander_Thor
Employee
Employee

Don't resurrect old threads that are non-related to a new topic.

And as I have answered in your other multiple posts, you can use the About endpoint to fetch the body for a type (in your case stream) to see what a POST request should look like.

About API: Get type ‒ Qlik Sense