Functional mocking trough postman


Hi everyone,
I am getting this typeError on console while sending request to check particular the course in the json response with category.

Hi @technical-astronaut6. Welcome to the Postman Community!

jsonData does not appear to have a data attribute, hence, jsonData.data is undefined. Can you console.log jsonData after line 1 to see what it contains?

Additionally, your response body does not look like the JSON started with curly braces. Can you share a screenshot of the response body?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.