How to use Postman test REST API
I plan to trigger the process from another system.
So need to get PID, UUID.. from REST API methods: Get Released Process Definition ID, etc.
First I tested in postman, but just a response for sign in, how do I apply authentication in postman?
-
in case you may have trouble for retrieve Azure AD token, here is how I did it.
first login to AgilePoint portal with Azure AD authentication.
open dev tools in chrome (or any browser debug tool) and copy string in cookie shows in below.
use URL decode against the string you copy and post it to text editor.
copy those information in red cycle show in below and use it as your token in postman.
Please sign in to leave a comment.
Comments
2 comments