Apologies if this is a super-dumb question, but I can’t seem to find an answer anywhere.
We have a document group in a live environment that when a form is run through it, is outputting to a UAT environment alongside a request ID from Postman.
The request ID is parsed similar to: abcd123e-08f4-4g2g-h87i-368j857344k2
How do I search for the specific record/request within Postman using this request ID? I want to be able to check that the responses we’re seeing within our UAT environment is ‘correct’ to what we’d expect given the input form/request, but need to find the form/request to do this.
Any help is appreciated!
Do NOT include sensitive information like auth tokens or passwords.
Are you aware of where the Workspace is and the Collection for that request ?
There isn’t a central place in the UI to go and search all requests in a given account by the id alone. The universal search could be used but you’re going to need to know the name of the request as I don’t believe the search indexes on the element id (I might be wrong though)
The Postman API could be used to return the JSON of that request but you’d also been to know the Collection Id. The responses can be shown when using the ?populate=true query parameter.