It seems API has changed and now we have to provide the student ID to get emploidutemps results
For now the code is using ID for the account (parent ID i guess) and not the student id that we can get with:
['data']['accounts'][0]['profile']['eleves'][0]['id']
I guess your code is not design to iterate on all students in the account ?
Another thing, API version seems upgrade to v=4.38.0
Anyway, thanks for your code, it helps a lot :)
It seems API has changed and now we have to provide the student ID to get emploidutemps results
For now the code is using ID for the account (parent ID i guess) and not the student id that we can get with:
['data']['accounts'][0]['profile']['eleves'][0]['id']I guess your code is not design to iterate on all students in the account ?
Another thing, API version seems upgrade to v=4.38.0
Anyway, thanks for your code, it helps a lot :)