Perhaps my next question may appear silly, but I'll ask it anyway :)
Here is the structure in question:
{
"name": "Erjet Malaj",
"first_name": "Erjet",
"work": [
{
"employer": {
"id": "110108059015688",
"name": "Art of Living Foundation"
},
"position": {
"id": "137081429661437",
"name": "Volunteer"
},
"start_date": "0000-00",
"end_date": "0000-00"
},
{
I have successfully retrieved response.data[i].first_name, but how do I go about retrieving the work id?