Retrieve values in settings worksheet using API

Is there a way to get some of the values that are written in the settings worksheet using the API?

When I upload an xls file to the server, I make sure that there are values written under the id_string and version columns in the settings worksheet. Using API, how do I get those values?

Using this endpoint, https://kc.kobotoolbox.org/api/v1/forms?format=json, the properties that I am able to get for each form do not include id_string or version.

I need to know these values so that the application I made will be able to react to version changes to the forms.

Thank you
Raffy

Hi @raffy_m, you should have access to this at the API v2 endpoint:

https://kf.kobotoolbox.org/api/v2/assets/<your asset uid>/?format=json

The form settings are in content.settings.

1 Like

Thanks! That 's it!

2 Likes

Oh so sorry but i am not sure about that… Thanks !!