How to reach this element using jquery?
Hi,
I am able to get the attached return using:
but I want to know how can I reach the response element to read the document_id?
I tried:
- console.log(data.e.response.document_id);
but it's not working..
Thanks,
Jassim