I am calling a JSON from a CRM API and is returned looking like this:
{"response":
{"result":
{"Contacts":
{"row":
{"no":"1",
"FL":
[
{"val":"Name","content":"Billy"},
{"val":"Age","content":"17"},
]
}
}
},
"uri":"/crm/private/json/Contacts/getRecordById"
}
}
However I cannot seem to access it in the manner that I find online and I was wondering if there was a specific method that was used by Dreamfactory.