Hi Everyone,
since WG does not include the information about personal mission progress in their Android App, I'm wondering why there is no App or WebService that provides the current Status.
In the API Reference, the personal missions are listed, however the API Response is
Block Quote
{
"status": "ok",
-"meta": {
"count": 1
},
-"data": {
-"500870528": {
"private": { }
}
}
}
Can anyone tell me how to trace the progress via API ?!
EDIT:
Nevermind, I figured it out:
In the "Extra" Field the personal Missions have to be included.
https://api.worldoft...application_id=APP_ID_HERE&access_token=&account_id=ACCOUNT_HERE&extra=private.personal_missions
Edited by Sabcoll, 02 December 2019 - 01:22 PM.