2

In the response body of my request, it receives the following JSON:

`{"C6666111B946":{"status":"NOT-ADDED"}}`

I need to get to the item "C6666111B946" to save it as a variable, so the question is what do I have to enter in the JSON Path expressions field to access it?

enter image description here

I've already tried with $..* but then I only receive {"status": "NOT-ADDED"}

Can somebody help me to solve this

1 Answer 1

3

You can use JMES Path Extractor with below JMESPath expression:

keys(@)

This ends up with this configuration:

JMESPath Configuration

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks. Can you please look at this -stackoverflow.com/questions/65149040/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.