How to reach this element using jquery?

How to reach this element using jquery?

Hi,

I am able to get the attached return using:

  1. console.log(data.e);

but I want to know how can I reach the response element to read the document_id?

I tried:

  1. console.log(data.e.response.document_id);

but it's not working..


Thanks,
Jassim