07 Oct 2023 11:25 PM - last edited on 08 Oct 2023 01:39 PM by MaciejNeumann
I'm testing a dynatrace App in React. I've a hook that is calling Settings API through TypeScript SDK as you can see on the code snippet:
Solved! Go to Solution.
09 Oct 2023 06:22 AM
Hi @joseafcampos ,
to access the Settings API from your app, you need to add the scope settings:objects:read
to your app config file. You can find the instructions at https://developer.dynatrace.com/develop/security/add-scopes/
12 Oct 2023 02:09 PM
Thank you, that fixed the problem.