You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We're successfully making a call to azure to get information on a build.
In the body of the response there is a parameter called id.
After making this call I want to retrieve the approve ID, so I call the api again with the id returned in previous request like this:
GET http://...../{{webResponse.body.id}}/Timeline?api-version=6.0
But this returns a 404. Problem is I cannot see what URL was actually called.
Nor do I know if this is possible, if not then how can I take the ID from previous call and add it to the URL
@Jarl Gjessing this depends on the language that you are using to consume the JSON response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.