Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I try to get with REST connection the Audit for target resource = Apps.
Does anyone know how I can use that? I use Qlik Sense Enterprise on Windows on-premises.
Regards
This is the main target I want to achieve in the reporting
I believe this would be one of the /systemrule/security/audit endpoints.
https://help.qlik.com/en-US/sense-developer/May2025/APIs/RepositoryServiceAPI/index.html?page=1161
-Rob
Thank you Rob for the reply but I don't think we need POST method but GET.
Are you sure? Have you tried that, and do you get the result like my screenshot above?
POST is correct. Those endpoints that use a body for parameters use POST rather than GET.
Yes, I can get the permissions per app from post /systemrule/security/audit/matrix.
-Rob