I'm using the REST api and can successfully logon and make api calls if I put the username/password in the URL. But I have jobs that are making several requests so I would like to use the token method but nothing I have tried has been successful.
This is an example of what is returned when I use the logon method (http://localhost:8001/visualcron/text/logon?username=admin&password=)
result,token
OK,11d2a06c-4b05-43f4-b1ae-b7a25305086b
I have tried various ways to add that string to a command but they all end in "Permission Denied". Can somebody explain a little more on what needs to follow the "token" parameter.
http://localhost:8001/VisualCron/text/Job/List?token=<what goes here>
Edited by user
2020-03-18T19:22:03Z
|
Reason: Not specified