This should be simple (accessing value from response object using dot notation).
I am looking to grab a value from an object that is returned in an API response object.
I would assume I could do with dot notation. The AI is suggesting the same, however it does not work. Getting an 'undefined' error.
Grabbing the entire object works as expected, however trying to get the 'id' value from the object throws the error.
I would assume I could do with dot notation. The AI is suggesting the same, however it does not work. Getting an 'undefined' error.
Grabbing the entire object works as expected, however trying to get the 'id' value from the object throws the error.



