Thingworx studio authentication issue
i am developing a login page or mashup .
Login has Username and password which have validations that they are mandatory.
Here, during login i need to call a rest api and generate a random token based on my user name and password.
or, I have a token generated by rest api call in postman. Based on token I need to navigate to next mashup.
2. Second Issue. In next or main mashup i need to retrieve the values from rest api which is in json format and display the respective values on mashup.suppose i have values like vehicle number ; device Id and address in json and i need to display those values on Thingworx.

