Hi guys,
I am working on a custom server that sends form list repsponse upon /formlist request from ODK Collect v1.28.x.
When I select "get blank forms" from mobile (samsung android 10), the form list is returned but an exception at ODK collect is thrown saying that FormID is null ( this is noticed when I debug ODK Collect)
I assume that the response format between ODK Collect and my custom server is mismatched (as far as the FormID concern).
The expected format (per ODK Collect code inspect) seems as below:
{quote}
"
someId
{quote}
The fact that we have FormID at the same level with the formlist (instead of being an attribute of form) confuses me.
This issue, however, does not happen on v1.27.x.
Do we have any specification concerning response format defined anywhere ?
I use formList API (not xformlist) btw.
Thank you very much for your support.