i know the next question must seem stupid but i'll do it anyway :)
I've got this structure:
{
"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 retrieve response.data[i].first_name like this, how am i supposed to retrieve work id?
workdoesn't have an ID. Do you mean the employer ID or position ID?