Hi,
I need help for below response, i need any specific value from below value, i tried but i am not getting, tried below code but it did not worked, please help me with this.
var response = pm.response.json;
var GETCLINET = response.number;
console.log(GETCLINET);
To be clear, you get the object in your question above as a response to your API request and you want to get any specific property from this object? Is this what you’re trying to achieve?